diff --git a/content/posts/my-first-post.md b/content/Projects/my-first-post.md similarity index 100% rename from content/posts/my-first-post.md rename to content/Projects/my-first-post.md diff --git a/content/Projects/yelp_regression.md b/content/Projects/yelp_regression.md new file mode 100644 index 0000000..e69de29 diff --git a/hugo.toml b/hugo.toml index 366f7d8..af727ca 100644 --- a/hugo.toml +++ b/hugo.toml @@ -15,17 +15,37 @@ theme = "hugo-PaperMod" imageWidth = 200 imageHeight = 250 -[[params.profileMode.socialIcons]] +[[params.socialIcons]] name = "github" url = "https://github.com/KarinaNi" -[[params.profileMode.socialIcons]] +[[params.socialIcons]] name = "linkedin" url = "https://www.linkedin.com/in/Karina1" +[[params.socialIcons]] + name = "Discord" + url = "https://www.linkedin.com/in/Karina1" + +[[params.socialIcons]] + name = "KoFi" + url = "https://www.linkedin.com/in/Karina1" + +[[params.socialIcons]] + name = "Facebook" + url = "https://www.linkedin.com/in/Karina1" + +[[params.socialIcons]] + name = "Leetcode" + url = "https://leetcode.com/u/Batman2701/" + +[[params.socialIcons]] + name = "Instagram" + url = "https://leetcode.com/u/Batman2701/" + [[params.profileMode.buttons]] name = "Projects" - url = "posts" + url = "Projects" [[params.profileMode.buttons]] name = "About me"