diff --git a/.hugo.toml.kate-swp b/.hugo.toml.kate-swp new file mode 100644 index 0000000..ed50b1e Binary files /dev/null and b/.hugo.toml.kate-swp differ diff --git a/hugo.toml b/hugo.toml index da559c5..17214d2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -30,4 +30,8 @@ enableRobotsTXT = true description = "The last theme you'll ever need. Maybe." # choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-" background_color_class = "bg-black" - recent_posts_number = 3 + recent_posts_number = 0 + show_recent_posts = false + +[params.ananke] + show_recent_posts = false diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..f9dbc04 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,6 @@ +{{ define "main" }} +
+ {{ .Content }} +
+ {{/* Define a section to pull recent posts from. For Hugo 0.20 this will default to the section with the most number of pages. */}} +{{end}} diff --git a/public/404.html b/public/404.html index 981f2fe..7351db0 100644 --- a/public/404.html +++ b/public/404.html @@ -1,6 +1,6 @@ - + @@ -31,10 +31,10 @@ - + - + @@ -108,7 +108,7 @@