add configs and create page archetype
This commit is contained in:
64
hugo.yaml
64
hugo.yaml
@@ -1,3 +1,61 @@
|
||||
baseURL: https://example.org/
|
||||
languageCode: en-us
|
||||
title: My New Hugo Site
|
||||
baseURL: https://sirian.me/
|
||||
languageCode: fi-FI
|
||||
title: Elias Ahokas
|
||||
theme: ["PaperMod"]
|
||||
|
||||
enableRobotsTXT: true
|
||||
buildDrafts: false
|
||||
buildFuture: false
|
||||
buildExpired: false
|
||||
|
||||
minify:
|
||||
disableXML: true
|
||||
minifyOutput: true
|
||||
|
||||
params:
|
||||
env: production
|
||||
title: "Elias Ahokas"
|
||||
description: "Embedded dev"
|
||||
keywords: [Portfolio, Embedded, Programming, Projects]
|
||||
author: "Elias Ahokas"
|
||||
|
||||
DateFormat: "2.1.2006"
|
||||
defaultTheme: auto
|
||||
disableThemeToggle: false
|
||||
|
||||
ShowReadingTime: true
|
||||
ShowShareButtons: false
|
||||
ShowPostNavLinks: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: true
|
||||
ShowWordCount: false
|
||||
disableScrollToTop: false
|
||||
hidemeta: false
|
||||
showtoc: true
|
||||
|
||||
homeInfoParams:
|
||||
Title: "Moi olen title hugo.yaml tiedostosta"
|
||||
Content: "Moi olen content hugo.yaml tiedostosta"
|
||||
|
||||
socialIcons:
|
||||
- name: gitea
|
||||
url: "todo"
|
||||
- name: linkedin
|
||||
url: "todo"
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: Projects
|
||||
url: /projects/
|
||||
weight: 10
|
||||
- name: About
|
||||
url: /about/
|
||||
weight: 20
|
||||
- name: CV
|
||||
url: /cv/
|
||||
weight: 30
|
||||
|
||||
markup:
|
||||
highlight:
|
||||
noClasses: false
|
||||
style: github-dark
|
||||
|
Reference in New Issue
Block a user