diff options
-rw-r--r-- | content-org/blog-extra.org | 8 | ||||
-rw-r--r-- | content/blog/_index.md | 8 | ||||
-rw-r--r-- | content/toc.md | 14 | ||||
-rw-r--r-- | layouts/partials/homepage/nameplate.html | 5 |
4 files changed, 18 insertions, 17 deletions
diff --git a/content-org/blog-extra.org b/content-org/blog-extra.org index 6353f3e..0e79f39 100644 --- a/content-org/blog-extra.org +++ b/content-org/blog-extra.org @@ -7,6 +7,14 @@ #+HUGO_WEIGHT: auto #+HUGO_SECTION: blog +* Blog +:PROPERTIES: +:EXPORT_HUGO_SECTION: blog/ +:EXPORT_FILE_NAME: _index +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract My blog, est. 2022 +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/toc/) +:END: + * About :PROPERTIES: :EXPORT_HUGO_SECTION: blog/about diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..bd31129 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,8 @@ ++++ +title = "Blog" +author = ["MichaĆ Sapka"] +draft = false +weight = 1001 +abstract = "My blog, est. 2022" +aliases = ["/toc/"] ++++ diff --git a/content/toc.md b/content/toc.md deleted file mode 100644 index 6df4a13..0000000 --- a/content/toc.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Table of contents" -category: msw -abstract: All content -type: special -date: 2023-11-17T20:42:09+01:00 -draft: false -hardback: true ---- -This is a list of all pages on my website. -I think it's better to go into individual sections to explore, but this also exists. - -{{<toc>}} - diff --git a/layouts/partials/homepage/nameplate.html b/layouts/partials/homepage/nameplate.html index 13bed19..24e7250 100644 --- a/layouts/partials/homepage/nameplate.html +++ b/layouts/partials/homepage/nameplate.html @@ -17,7 +17,7 @@ <table class="small"> <tr> <td> Name </td> - <td> Michal's Sapka Website </td> + <td> Michal Sapka's Website </td> </tr> <tr> <td> Established </td> @@ -46,7 +46,6 @@ </table> </div> <br> - <a href="/stats">Statistics</a> | - <a href="/toc">Blog-style view</a> + <a href="/stats">Statistics</a> </section> |