mirror of
https://github.com/yrzam/yrzam-hugo-theme.git
synced 2025-12-11 02:09:05 +00:00
init
This commit is contained in:
4
init/content_list_index.md
Normal file
4
init/content_list_index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
linkTitle: "name"
|
||||
Title: "Long name"
|
||||
---
|
||||
21
init/content_root_index.md
Normal file
21
init/content_root_index.md
Normal 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
24
init/hugo.yaml
Normal 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
|
||||
Reference in New Issue
Block a user