diff --git a/config.toml b/config.toml index 526cff46..db5d2b41 100644 --- a/config.toml +++ b/config.toml @@ -13,9 +13,9 @@ pygmentsCodeFences = true # enableGitInfo = true # messed up sitemap.xml timestamps -[taxonomies] - tag = "" - category = "" +[outputs] + home = ["HTML", "RSS"] + section = ["HTML"] [sitemap] filename = "sitemap.xml" diff --git a/content/_index.md b/content/_index.md index 39ef987a..1d03c6a4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,5 +2,5 @@ title = "Jake Jarvis – Web & Mobile Developer in Boston, MA" description = "I'm a full-stack web engineer and mobile developer based in Boston, Massachusetts specializing in modern JavaScript frameworks and iOS apps." type = "home" -date = "2019-08-10" +date = "2019-08-26" +++ diff --git a/static/404.html b/layouts/404.html similarity index 93% rename from static/404.html rename to layouts/404.html index a387dc4f..1fbbe456 100644 --- a/static/404.html +++ b/layouts/404.html @@ -12,7 +12,6 @@ margin: 0; padding: 0; } - div#message { background: #fff; max-width: 400px; @@ -21,26 +20,22 @@ border-radius: 4px; box-shadow: 0 1px 3px #e0e0e0, 0 1px 2px #888; } - div#message h1 { margin: 16px 0; font-size: 24px; font-weight: 300; } - div#message p { margin: 16px 0; font-size: 15px; line-height: 140%; } - div#message a { color: #0077a7; } div#message a:hover { text-decoration: underline; } - @media (max-width: 600px) { body, div#message { background: #fff; @@ -53,7 +48,7 @@