This commit is contained in:
@ -1,12 +1,6 @@
|
||||
# Configuration of Hugo
|
||||
# Guide: https://wowchemy.com/docs/getting-started/
|
||||
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
|
||||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||
|
||||
# Title of your site
|
||||
title: "Jens True"
|
||||
baseurl: "https://jcktrue.dk/"
|
||||
copyright: "© {year} Jens True"
|
||||
|
||||
############################
|
||||
## LANGUAGE
|
||||
|
@ -1,16 +1,16 @@
|
||||
# Appearance
|
||||
|
||||
theme: ocean
|
||||
day_night: false
|
||||
font: ''
|
||||
font_size: M
|
||||
appearance:
|
||||
theme_day: ocean
|
||||
# theme_night: ocean
|
||||
font: minimal
|
||||
font_size: M
|
||||
|
||||
# SEO
|
||||
|
||||
site_type: Person
|
||||
local_business_type: ''
|
||||
org_name: ''
|
||||
description: 'Personal site for Jens True'
|
||||
seo:
|
||||
site_type: Person
|
||||
local_business_type: ''
|
||||
org_name: ''
|
||||
description: 'Personal site for Jens True'
|
||||
|
||||
# Contact (edit or remove options as required)
|
||||
|
||||
@ -46,14 +46,15 @@ contact_links:
|
||||
|
||||
# Site header
|
||||
|
||||
main_menu:
|
||||
enable: true
|
||||
align: r
|
||||
show_logo: true
|
||||
show_language: false
|
||||
show_day_night: false
|
||||
show_search: false
|
||||
highlight_active_link: true
|
||||
header:
|
||||
navbar:
|
||||
enable: true
|
||||
align: r
|
||||
show_logo: true
|
||||
show_language: false
|
||||
show_day_night: false
|
||||
show_search: false
|
||||
highlight_active_link: true
|
||||
|
||||
# Localization
|
||||
|
||||
@ -61,13 +62,24 @@ date_format: '2006-01-02'
|
||||
time_format: '15:04'
|
||||
address_format: dk
|
||||
|
||||
footer:
|
||||
#text: "© 2022 Jens True"
|
||||
copyright:
|
||||
notice: '© {year} Jens True. This work is licensed under {license}'
|
||||
license:
|
||||
enable: true
|
||||
allow_derivatives: true
|
||||
share_alike: true
|
||||
allow_commercial: false
|
||||
|
||||
# Site features
|
||||
features:
|
||||
privacy_pack: false
|
||||
|
||||
|
||||
highlight: true
|
||||
math: false
|
||||
diagram: true
|
||||
privacy_pack: false
|
||||
show_related:
|
||||
book: true
|
||||
page: false
|
||||
@ -79,12 +91,7 @@ reading_time: true
|
||||
section_pager: false
|
||||
docs_section_pager: true
|
||||
sharing: false
|
||||
copyright_license:
|
||||
enable: false
|
||||
allow_derivatives: false
|
||||
share_alike: true
|
||||
allow_commercial: false
|
||||
notice: 'This work is licensed under {license}'
|
||||
|
||||
abstract_length: 135
|
||||
plugins_js: []
|
||||
avatar:
|
||||
|
Reference in New Issue
Block a user