surtur
2f0d0b7fab
Squashed commit of the following: commit 3dbabfbfb3ac45e24894d4869c0fd0d9b7a82756 Author: surtur <a_mirre@utb.cz> Date: Thu Feb 20 06:17:34 2020 +0100 accomodate for adding of drone + cosmetic changes commit 976958461d85d22c7a0721137970838274b40a32 Merge: efacaa0 4e69fa9 Author: surtur <a_mirre@utb.cz> Date: Tue Feb 18 00:30:53 2020 +0100 Merge 'origin/dev' into master Signed-off-by: surtur <a_mirre@utb.cz> commit 4e69fa9404cb0e79e846982d5a8d35b94e38aa67 Author: surtur <a_mirre@utb.cz> Date: Tue Feb 18 00:23:35 2020 +0100 forgot this is git, not btrfs... fixing commit 96aec19aa2516618f3b5bc487178ad7255ae9d76 Author: surtur <a_mirre@utb.cz> Date: Mon Feb 17 23:55:56 2020 +0100 PC above all commit 640726ee9c9c3b0a38508d2d47a4a09658bff4c0 Author: surtur <a_mirre@utb.cz> Date: Mon Feb 17 23:51:14 2020 +0100 improvements in the deploy script logic commit be63d93aa365b4f2294476e451e27dbc83f0a80d Merge: efacaa0 fa4d4f4 Author: surtur <a_mirre@utb.cz> Date: Mon Feb 17 23:43:03 2020 +0100 Merge remote-tracking branch 'origin/develop' commit fa4d4f448b7627d76f1322ce3eeba880a7bc808c Author: surtur <a_mirre@utb.cz> Date: Mon Feb 17 23:04:16 2020 +0100 minor updates to content pages commit 2956d3a7fae10f48cf3c8b0d421688166b6fd17a Author: surtur <a_mirre@utb.cz> Date: Mon Feb 17 23:01:30 2020 +0100 correct some instances of undesirable casing - also: set sub-title text to 'hello friend' (hello friend? that's lame. maybe I should give you a name.) commit 74ff5f012664f2bcada93f79d2e7209e18addb65 Author: surtur <a_mirre@utb.cz> Date: Mon Feb 17 21:49:50 2020 +0100 removing forgotten cache
83 lines
2.0 KiB
INI
83 lines
2.0 KiB
INI
baseurl = "/~y192235/"
|
|
languageCode = "en-us"
|
|
theme = "hello-friend-ng"
|
|
|
|
[author]
|
|
name = "dotya.ml"
|
|
|
|
[params]
|
|
dateform = "Jan 2, 2006"
|
|
dateformShort = "Jan 2"
|
|
dateformNum = "2006-01-02"
|
|
dateformNumTime = "2006-01-02 15:04 -0700"
|
|
|
|
# Metadata mostly used in document's head
|
|
description = "dotya.ml"
|
|
keywords = "homepage, development, git, programming"
|
|
images = [""]
|
|
|
|
# Directory name of your blog content (default is `content/posts`)
|
|
contentTypeName = "status"
|
|
# Default theme "light" or "dark"
|
|
defaultTheme = "dark"
|
|
|
|
homeSubtitle = "hello friend. hello friend? that's lame. maybe I should give you a name."
|
|
|
|
[params.logo]
|
|
logoText = "dotya.ml"
|
|
logoHomeLink = "/"
|
|
|
|
[[params.social]]
|
|
name = "telegram"
|
|
url = "https://t.me/#"
|
|
|
|
[[params.social]]
|
|
name = "email"
|
|
url = "mailto:"
|
|
|
|
[languages]
|
|
[languages.en]
|
|
title = "dotya.ml"
|
|
subtitle = ""
|
|
keywords = "homepage, development, git, programming"
|
|
copyright = '<a href="http://www.wtfpl.net/about/" rel="noopener">WTFPL</a>'
|
|
readOtherPosts = ""
|
|
|
|
[languages.en.params.logo]
|
|
logoText = "dotya.ml"
|
|
logoHomeLink = "/~y192235/"
|
|
# or
|
|
#
|
|
# path = "/img/your-example-logo.svg"
|
|
# alt = "Your example logo alt text"
|
|
|
|
# You can create a language based menu
|
|
[languages.en.menu]
|
|
[[languages.en.menu.main]]
|
|
identifier = "about"
|
|
name = "about"
|
|
url = "/about"
|
|
[[languages.en.menu.main]]
|
|
identifier = "gitea"
|
|
name = "gitea"
|
|
url = "https://git.dotya.ml"
|
|
[[languages.en.menu.main]]
|
|
identifier = "drone"
|
|
name = "drone"
|
|
url = "https://drone.dotya.ml"
|
|
[[languages.en.menu.main]]
|
|
identifier = "status"
|
|
name = "status"
|
|
url = "/status"
|
|
|
|
# And you can even create generic menu
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "about"
|
|
url = "/about"
|
|
[[menu.main]]
|
|
identifier = ""
|
|
name = ""
|
|
url = "#"
|