diff --git a/assets/css/custom.css b/assets/css/custom.css index 306e52b..569c3e4 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -2,6 +2,13 @@ --primary: #7DF9FF; --splash: #7e1946; } +@font-face { + font-family: 'truelies'; + src: url('true_lies-webfont.woff2') format('woff2'), + url('true_lies-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; +} body { color: white !important; } diff --git a/config.toml b/config.toml index 3289b2f..5641d9c 100644 --- a/config.toml +++ b/config.toml @@ -32,7 +32,7 @@ sectionPagesMenu = "main" # Enable menu system for lazy bloggers ] # Suggested, controls default Open Graph images [params.layout.menu.main] - hidden = true # Optional, set false or remove to show section menu + hidden = false # Optional, set false or remove to show section menu [params.layout.footer] hidden = false # Optional, set true to hide footer @@ -47,3 +47,19 @@ sectionPagesMenu = "main" # Enable menu system for lazy bloggers [[params.layout.home.section]] type = "post" limit = 3 + +[[menu.main]] + name = "Home" + weight = 1 + identifier = "home" + url = "/" + +[[menu.main]] + name = "Posts" + weight = 2 + identifier = "post" + url = "/post/" + +[[menu.main]] + name = "Fiction" + url = "/categories/fiction/" diff --git a/layouts/partials/masthead.html b/layouts/partials/masthead.html new file mode 100644 index 0000000..76b1435 --- /dev/null +++ b/layouts/partials/masthead.html @@ -0,0 +1,22 @@ + +