diff --git a/assets/by-nc-sa.webp b/assets/by-nc-sa.webp index 4b7f0ad..123f67c 100644 Binary files a/assets/by-nc-sa.webp and b/assets/by-nc-sa.webp differ diff --git a/config.toml b/config.toml deleted file mode 100644 index fbc2b71..0000000 --- a/config.toml +++ /dev/null @@ -1,93 +0,0 @@ -baseURL = 'https://redstrate.com/' -languageCode = 'en-us' -title = '~redstrate' -theme = 'red' -enableGitInfo = true -enableRobotsTXT = true - -[params] - description = "My personal corner of the Internet!" - -copyright = 'This content is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0.' -[author] - name = 'redstrate' - -[permalinks] - blog = 'blog/:year/:month/:title/' - art = 'art/:year/:month/:slugorfilename' - arttags = 'art/tags/:title' - characters = 'art/characters/:title' - characters_listpath = "art/characters/" - tags = 'blog/tags/:title' - -[taxonomies] - series = 'series' - tag = 'tags' - arttag = 'arttags' - character = 'characters' - -[menu] - [[menu.main]] - identifier = 'home' - name = 'Home' - url = '/' - weight = -1 - - [[menu.main]] - identifier = 'blog' - name = 'Blog' - url = '/blog' - weight = 1 - - [[menu.main]] - identifier = 'art' - name = 'Art' - url = '/art' - weight = 2 - - #[[menu.main]] - #identifier = 'photos' - #name = 'Photos' - #url = '/photos' - #weight = 3 - - [[menu.main]] - identifier = 'music' - name = 'Music' - url = '/music' - weight = 4 - - [[menu.main]] - identifier = 'software' - name = 'Software' - url = '/software' - weight = 6 - - [[menu.main]] - identifier = 'videos' - name = 'Videos' - url = 'https://tube.ryne.moe/@redchannel' - weight = 7 - - [[menu.main]] - identifier = 'downloads' - name = 'Downloads' - url = '/downloads' - weight = 8 - - [[menu.main]] - identifier = 'links' - name = 'Links' - url = '/Links' - weight = 9 - - [[menu.main]] - identifier = 'about' - name = 'About' - url = '/about' - weight = 10 - -[outputs] - home = ["HTML"] - page = ["HTML"] - section = ["HTML", "RSS"] diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..bd2740e --- /dev/null +++ b/config.yaml @@ -0,0 +1,96 @@ +baseURL: 'https://redstrate.com/' +copyright: 'This content is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0.' +defaultContentLanguage: 'en' +disableHugoGeneratorInject: true +enableGitInfo: true +enableRobotsTXT: true +languageCode: 'en-us' +title: '~redstrate' +theme: 'red' + +params: + description: "My personal corner of the Internet!" + github_username: "redstrate" + invent_username: "redstrate" + isso_url: "comments.redstrate.com" + geekring_site_id: 227 + +author: + name: 'redstrate' + +permalinks: + blog: 'blog/:year/:month/:title/' + art: 'art/:year/:month/:slugorfilename' + arttags: 'art/tags/:title' + characters: 'art/characters/:title' + characters_listpath: "art/characters/" + tags: 'blog/tags/:title' + +taxonomies: + series: 'series' + tag: 'tags' + arttag: 'arttags' + character: 'characters' + +menu: + main: + - name: 'Home' + url: '/' + weight: -1 + - name: 'Blog' + url: '/blog' + weight: 1 + - name: 'Art' + url: '/art' + weight: 2 + - name: 'Music' + url: '/music' + weight: 3 + - name: 'Software' + url: '/software' + weight: 4 + - name: 'Videos' + url: 'https://tube.ryne.moe/@redchannel' + weight: 5 + - name: 'Downloads' + url: '/downloads' + weight: 6 + - name: 'Links' + url: '/links' + weight: 7 + - name: 'About' + url: '/about' + weight: 8 + footer: + - name: 'Blog Feed' + url: '/blog/index.xml' + weight: -1 + - name: 'Art Feed' + url: '/art/index.xml' + weight: 1 + - name: 'Imprint' + url: '/imprint' + weight: 2 + badges: + - name: 'CC NC SA' + url: 'by-nc-sa.webp' + weight: -1 + - name: 'RSS Feed' + url: 'rssbanner.webp' + weight: 1 + - name: 'Powered by Gentoo' + url: 'gentoo-badge2.webp' + weight: 2 + - name: 'Evangelion' + url: 'nerv_button.webp' + weight: 3 + +outputs: + home: + - HTML + page: + - HTML + section: + - HTML + - RSS + diff --git a/content/legacy-guestbook.md b/content/legacy-guestbook.md index 50cbd7d..b7d5214 100644 --- a/content/legacy-guestbook.md +++ b/content/legacy-guestbook.md @@ -1,5 +1,10 @@ -My old guestbook was hosted by [123Guestbook](https://123guestbook.com/). They have a separate [Terms of Service](https://www.123guestbook.com/tos) and [Privacy Policy](https://www.123guestbook.com/privacy-policy). +--- +title: "Legacy Guestbook" +--- **Please do not submit new entries to this guestbook. I enabled the moderation queue to prevent new submissions.** **123Guestbook doesn't have CORS set up, so you must travel there manually :-(** + +My old guestbook can be [accessed here](https://redstrate.123Guestbook.com/). + diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 69e100c..e673ae7 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -223,11 +223,6 @@ table { text-align: center; } -#f-list * { - display: inline; - margin-left: 1em; - margin-right: 1em; -} h2 { margin-top: 0.2em; @@ -267,7 +262,7 @@ pre { margin: .5em; } -.blurb ul { +.nice-list { display: inline; list-style: none; padding-left: 0; @@ -275,12 +270,16 @@ pre { margin-top: 0; } -.blurb ul li { +.nice-list li { display: inline-block; +} + +.nice-list li:not(:last-child) { margin-left: 0; margin-right: 0; } -.blurb ul li:not(:last-child):not(:only-child)::after { + +.nice-list li:not(:last-child):not(:only-child)::after { content: "ยท"; } diff --git a/themes/red/layouts/404.html b/themes/red/layouts/404.html index de129a0..4cb92bf 100644 --- a/themes/red/layouts/404.html +++ b/themes/red/layouts/404.html @@ -1,3 +1,5 @@ {{ define "main" }} - Page not found! +
Page not found!
{{ end }} diff --git a/themes/red/layouts/_default/software.html b/themes/red/layouts/_default/software.html index 5b9a236..d01be96 100644 --- a/themes/red/layouts/_default/software.html +++ b/themes/red/layouts/_default/software.html @@ -14,7 +14,7 @@{{ .Summary }}
-{{ .description }}
-