From 30d94494a37708a8565c64c323e3165299193df2 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 11:12:50 +0200 Subject: [PATCH] Initial port done We have a functional site. Now I need to fix the theme up a bit so it supports all the things I want --- config.toml | 91 ++++++++----------- content/{post => posts}/2016-02-05-lifenux.md | 0 .../2016-03-18-scaling-openings-moe.md | 0 content/{post => posts}/2016-10-14-seedbox.md | 0 .../2018-01-31-voidlinux-move.md | 0 .../2018-02-20-fighting-games.md | 0 content/{post => posts}/2018-02-23-reactos.md | 0 .../2018-03-15-fork-awesome.md | 0 content/{post => posts}/2018-05-02-t480.md | 0 .../{post => posts}/2018-06-04-hugo-move.md | 0 .../2018-09-01-mate-donation.md | 0 11 files changed, 38 insertions(+), 53 deletions(-) rename content/{post => posts}/2016-02-05-lifenux.md (100%) rename content/{post => posts}/2016-03-18-scaling-openings-moe.md (100%) rename content/{post => posts}/2016-10-14-seedbox.md (100%) rename content/{post => posts}/2018-01-31-voidlinux-move.md (100%) rename content/{post => posts}/2018-02-20-fighting-games.md (100%) rename content/{post => posts}/2018-02-23-reactos.md (100%) rename content/{post => posts}/2018-03-15-fork-awesome.md (100%) rename content/{post => posts}/2018-05-02-t480.md (100%) rename content/{post => posts}/2018-06-04-hugo-move.md (100%) rename content/{post => posts}/2018-09-01-mate-donation.md (100%) diff --git a/config.toml b/config.toml index 030d503..8aa99f7 100644 --- a/config.toml +++ b/config.toml @@ -1,63 +1,48 @@ baseURL = "https://blog.quad.moe/" languageCode = "en-us" -title = "Quad's blog" -theme = "casper-two" - -disqusShortname = "" -paginate = 6 -#SectionPagesMenu = "main" -canonifyurls = true +Title = "Quad's blog" +theme = "peruna" +copyright = "© Dominik V. Salonen" [params] - title = "Quad's blog" - subtitle = "I'd write about life, but I don't have one." - copyright = "© 2018" - - cover = "/content/images/2016/02/Ghost-front-final.jpg" - description = "Here is a description of your site." - #metaDescription = "" - #googleAnalytics = "" - customCSS = ["css/custom.css"] - RSSLink = "" - - twitterName = "Kuwaddo" - #fbName = "fakeghost" - #githubName = "eueung" - #linkedinName = "eueung" - #mediumName = "" - - logo = "/img/logo-invert.png" - orgName = "Quad" - orgWebsite = "https://quad.moe" - orgDescription = "Here is a description placeholder for your org" - - showSupport = true - - author = "Quad" - authorAvatar = "img/avi.png" - authorLocation = "Norway" - authorWebsite = "https://quad.moe" - authorDescription = "A legendary chimera created by combining weeaboos, nerds and humans. Said to be very aggressive towards anyone who praises Microsoft Windows. It is also oddly fascinated by blinking lights and beeps." - - pageNotFoundTitle = "404 - Page not found" - - #casper or caspertwo - singleViewStyle = "casper" - -[permalinks] - post = "/:slug/" + paginate = 5 + # Social accounts. Link to these accounts are displayed in the header and + # footer + twitter = "Kuwaddo" + facebook = "" + instagram = "" + googleplus = "" # https://plus.google.com/u/0/xxxxxx + github = "" + gitlab = "" + npm = "" + codepen = "" + dribbble = "" + fivehundredpx = "" # 500px + flickr = "" + pinterest = "" + tumblr = "" + vimeo = "" + youtube = "" + linkedin = "" + # Disqus shortname + disqus = "" + # Google Analytics API key. + ga_api_key = "" + # Logo image. This is displayed ogp image. + logo = "/path/to/logo" + favicon = "/path/to/favicon" [[menu.main]] - name = "Home" - url = "/" - weight = 200 + name = "Blog" + url = "/" + weight = 1 [[menu.main]] - name = "Fediverse" - url = "https://weeaboo.space/users/quad" - weight = 99 + name = "Website" + url = "https://quad.moe/" + weight = 2 [[menu.main]] - name = "Website" - url = "https://quad.moe/" - weight = 95 + identifier = "theme" + name = "Theme" + weight = 3 diff --git a/content/post/2016-02-05-lifenux.md b/content/posts/2016-02-05-lifenux.md similarity index 100% rename from content/post/2016-02-05-lifenux.md rename to content/posts/2016-02-05-lifenux.md diff --git a/content/post/2016-03-18-scaling-openings-moe.md b/content/posts/2016-03-18-scaling-openings-moe.md similarity index 100% rename from content/post/2016-03-18-scaling-openings-moe.md rename to content/posts/2016-03-18-scaling-openings-moe.md diff --git a/content/post/2016-10-14-seedbox.md b/content/posts/2016-10-14-seedbox.md similarity index 100% rename from content/post/2016-10-14-seedbox.md rename to content/posts/2016-10-14-seedbox.md diff --git a/content/post/2018-01-31-voidlinux-move.md b/content/posts/2018-01-31-voidlinux-move.md similarity index 100% rename from content/post/2018-01-31-voidlinux-move.md rename to content/posts/2018-01-31-voidlinux-move.md diff --git a/content/post/2018-02-20-fighting-games.md b/content/posts/2018-02-20-fighting-games.md similarity index 100% rename from content/post/2018-02-20-fighting-games.md rename to content/posts/2018-02-20-fighting-games.md diff --git a/content/post/2018-02-23-reactos.md b/content/posts/2018-02-23-reactos.md similarity index 100% rename from content/post/2018-02-23-reactos.md rename to content/posts/2018-02-23-reactos.md diff --git a/content/post/2018-03-15-fork-awesome.md b/content/posts/2018-03-15-fork-awesome.md similarity index 100% rename from content/post/2018-03-15-fork-awesome.md rename to content/posts/2018-03-15-fork-awesome.md diff --git a/content/post/2018-05-02-t480.md b/content/posts/2018-05-02-t480.md similarity index 100% rename from content/post/2018-05-02-t480.md rename to content/posts/2018-05-02-t480.md diff --git a/content/post/2018-06-04-hugo-move.md b/content/posts/2018-06-04-hugo-move.md similarity index 100% rename from content/post/2018-06-04-hugo-move.md rename to content/posts/2018-06-04-hugo-move.md diff --git a/content/post/2018-09-01-mate-donation.md b/content/posts/2018-09-01-mate-donation.md similarity index 100% rename from content/post/2018-09-01-mate-donation.md rename to content/posts/2018-09-01-mate-donation.md