From f4e2c125f2293e832f12764c7b20d534d1953197 Mon Sep 17 00:00:00 2001 From: Arnas Udovic Date: Sat, 28 Dec 2024 15:42:13 +0200 Subject: [PATCH] 1st draft --- .gitmodules | 3 +++ archetypes/default.md | 5 ++++ hugo.toml | 57 +++++++++++++++++++++++++++++++++++++++++++ themes/hugo-kiera | 1 + 4 files changed, 66 insertions(+) create mode 100644 .gitmodules create mode 100644 archetypes/default.md create mode 100644 hugo.toml create mode 160000 themes/hugo-kiera diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cb4de26 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-kiera"] + path = themes/hugo-kiera + url = https://github.com/funkydan2/hugo-kiera.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..454b7ce --- /dev/null +++ b/hugo.toml @@ -0,0 +1,57 @@ +baseURL = 'https://xn--emaitj-m4ab33g.lt/' +languageCode = 'sgs' +title = 'Žemaitėšks alkierios' +theme = 'hugo-kiera' +copyright = 'CC BY-SA 4.0' + +[pagination] + pagersize = 5 + path = 'skaitėnē' + +summaryLength = 30 +enableEmoji = true +pygmentsCodeFences = true + +#disqusShortname = "myShortName" + +# Note: to disable a social network icon delete or comment out the corresponding line +[params.author] + name = "Žemaitiu kalbuos instituts" + mastodon = "s.arns.lt/@zki" + peertube = "tv.arns.lt/c/zemaitiu_kalbuos_instituts" + facebook = "zemaitiukalbuosintituts" + +[params] + tagline = 'Žemaitiu kalbuos instituts' + description = 'Žemaitiu kalbuos instituta vėišāsis alkierios.' + images = [""] #This is used for opengraph/twitter cards. + customCSS = [] #Optional Customised CSS + #favicon = "" + #utterancesRepo = "username/repository" + #utterancesIssueTerm = "pathname" + homepageLength = 10 + #commentAutoload = true #This mean reader don't need click, disqus comment autoload + mathjax = true #Enable display of mathematics using mathjax (LaTeX syntax) + #katex = true #Enable display of mathematics using katex (Faster LaTeX rendering) + google_fonts = ["Andika"] # Adds additional google fonts + #disableDarkModeCSS = false # disables css style for users using dark-mode + + [[menu.main]] + identifier = "utils" + name = "Rakondā" + url = "/categories/rakondā" + weight = 5 + +# uncomment to enable the Tags link on the main toolbar + [[menu.main]] + identifier = "tag" + name = "Žīmas" + url = "/tags" + weight = 10 + +# uncomment to enable the Categories link on the main toolbar + [[menu.main]] + identifier = "categories" + name = "Kateguorėjės" + url = "/categories" + weight = 10 diff --git a/themes/hugo-kiera b/themes/hugo-kiera new file mode 160000 index 0000000..5676dfa --- /dev/null +++ b/themes/hugo-kiera @@ -0,0 +1 @@ +Subproject commit 5676dfaf565148f472d6a35c1f244d1199454a49