1st draft

This commit is contained in:
Arnas Udovic 2024-12-28 15:42:13 +02:00
parent 4beb3fc739
commit f4e2c125f2
4 changed files with 66 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/hugo-kiera"]
path = themes/hugo-kiera
url = https://github.com/funkydan2/hugo-kiera.git

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++

57
hugo.toml Normal file
View file

@ -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

1
themes/hugo-kiera Submodule

@ -0,0 +1 @@
Subproject commit 5676dfaf565148f472d6a35c1f244d1199454a49