diff --git a/config.toml b/config.toml index d5f1b78..4a40868 100644 --- a/config.toml +++ b/config.toml @@ -7,11 +7,14 @@ theme = "liquorice" author = "Pagwin" [menu] - [[menu.main]] - identifier = "blog" - name = "blog" - url = "/blog/" - + [[menu.main]] + identifier = "blog" + name = "blog" + url = "/blog/" + [[menu.main]] + identifier = "github" + name = "github" + url = "https://github.com/Pagwin-Fedora" [[comment.menu.main]] name = "getting started" post = "New!" diff --git a/content/_index.md b/content/_index.md index f35f92c..88080d1 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,5 @@ --- title: "Pagwin's website" +description: "asdf test description" --- Hi this is my website, not quite sure what to do with it quite yet but for now it exists diff --git a/content/a.md b/content/a.md deleted file mode 100644 index 7eb397f..0000000 --- a/content/a.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "A" -date: 2020-09-28 ---- - -# this is a title header - - -## asdfklasjdfl - - -asdf diff --git a/content/blog/b.md b/content/blog/b.md deleted file mode 100644 index 626c86d..0000000 --- a/content/blog/b.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "asdf" ---- diff --git a/content/blog/how.md b/content/blog/how.md new file mode 100644 index 0000000..1852d99 --- /dev/null +++ b/content/blog/how.md @@ -0,0 +1,7 @@ +--- +title: "How this website was made" +description: "It's with hugo and the rest of this is probably gonna be short and boring viewer discretion is advised" +date: 2020-09-29 +--- +## Prelude +before we get to how I actually made this site let's discussed how I failed to make this site(repeatedly) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 0bd6da4..77a3bf0 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -9,7 +9,8 @@ {{ range .Pages }}
{{ .Description }}