Third.
This commit is contained in:
parent
95c94dfd34
commit
44c7c7299a
86 changed files with 6719 additions and 0 deletions
35
hugo.yaml
Normal file
35
hugo.yaml
Normal file
|
@ -0,0 +1,35 @@
|
|||
baseURL: 'https://bajsicki.com'
|
||||
DefaultContentLanguage: "en"
|
||||
|
||||
theme: "hugo-tufte"
|
||||
languageCode: 'en-us'
|
||||
defaultContentLanguage: "en"
|
||||
|
||||
title: 'phil@bajsicki:~$'
|
||||
paginate: 4
|
||||
|
||||
outputs:
|
||||
home: [html, rss]
|
||||
|
||||
params:
|
||||
subtitle: ""
|
||||
favicon: "images/logo_w.png"
|
||||
site_logo: "images/logo.png"
|
||||
codeblocksdark: true
|
||||
marginNoteInd: "⊕"
|
||||
copyright: "©2024 Phil Bajsicki"
|
||||
copyrightHolder: "Phil Bajsicki"
|
||||
showPoweredBy: true
|
||||
hidedate: false
|
||||
showSummary: true
|
||||
math: false
|
||||
meta: true
|
||||
hideReadTime: false
|
||||
toc: false
|
||||
sansSubtitle: false
|
||||
centerArticle: false
|
||||
|
||||
taxonomies:
|
||||
category: categories
|
||||
series: series
|
||||
tag: tags
|
Loading…
Add table
Add a link
Reference in a new issue