diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46f5006 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/* diff --git a/config.toml b/config.toml index 33a66b0..d5f1b78 100644 --- a/config.toml +++ b/config.toml @@ -2,5 +2,19 @@ baseURL = "https://pagwin.xyz" languageCode = "en-us" title = "Pagwin's website" theme = "liquorice" + [params] author = "Pagwin" + +[menu] + [[menu.main]] + identifier = "blog" + name = "blog" + url = "/blog/" + + [[comment.menu.main]] + name = "getting started" + post = "New!" + pre = "" + url = "/getting-started/" + weight = -100 diff --git a/content/_index.md b/content/_index.md index 04d626e..f35f92c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,4 @@ --- title: "Pagwin's website" -icon: "asdf.ico" --- -# testing +Hi this is my website, not quite sure what to do with it quite yet but for now it exists diff --git a/public/blog/index.xml b/public/blog/index.xml deleted file mode 100644 index 95f5bac..0000000 --- a/public/blog/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Pagwin's website - https://pagwin.xyz/blog/ - Recent content on Pagwin's website - Hugo -- gohugo.io - en-us - - diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index 3e77f1a..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Categories on Pagwin's website - https://pagwin.xyz/categories/ - Recent content in Categories on Pagwin's website - Hugo -- gohugo.io - en-us - - diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index ab528de..0000000 --- a/public/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Pagwin's website - https://pagwin.xyz/ - Recent content on Pagwin's website - Hugo -- gohugo.io - en-us - - diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index d3158ef..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - https://pagwin.xyz/ - 0 - - - - https://pagwin.xyz/blog/ - 0 - - - - https://pagwin.xyz/categories/ - - - - https://pagwin.xyz/tags/ - - - diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index d59e735..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Tags on Pagwin's website - https://pagwin.xyz/tags/ - Recent content in Tags on Pagwin's website - Hugo -- gohugo.io - en-us - -