This commit is contained in:
2024-06-08 22:47:06 +04:00
commit dbe99605e9
21 changed files with 902 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
linkTitle: "name"
Title: "Long name"
---

View File

@@ -0,0 +1,21 @@
---
linkTitle: home
title:
description:
image:
link:
ratio: 1/1 # x/y
pgp:
fingerprint:
link:
contacts:
- link:
icon:
# ...
sections:
- name:
link:
icon:
# ...
notice:
---

24
init/hugo.yaml Normal file
View File

@@ -0,0 +1,24 @@
theme: yrzam
# SITE INFO
baseURL:
title:
languageCode:
taxonomies:
# Create these per each section&taxo, replacing section
# with section name and taxo with taxonomy name
section_taxo: section/taxo
# SITE SETTINGS
params:
dateFormat: "2006-01-02T15:04:05Z"
dateFormatShort: "2006-01-02"
paginationAdjacentLinks: 2
paginate: 50
# GENERATOR SETTINGS
capitalizeListTitles: false
disableHugoGeneratorInject: true
disableKinds: [RSS, sitemap, taxonomy]
minify:
minifyOutput: false