Hello whiny.lol
This commit is contained in:
78
config/_default/hugo.yaml
Normal file
78
config/_default/hugo.yaml
Normal file
@@ -0,0 +1,78 @@
|
||||
baseURL: https://whiny.lol/
|
||||
title: whiny
|
||||
languageCode: en-IE
|
||||
disableKinds:
|
||||
- rss
|
||||
copyright: "©2024-2026 whiny.lol"
|
||||
summaryLength: 0
|
||||
minify:
|
||||
minifyOutput: true
|
||||
|
||||
params:
|
||||
description: "17-year-old technology enthusiast from Ireland"
|
||||
author: "whinylol"
|
||||
images:
|
||||
- siteimage.jpg
|
||||
|
||||
version:
|
||||
update: "1.6.1"
|
||||
changelog: "/changelog/2026/march-9th"
|
||||
dialog: true
|
||||
notice: true
|
||||
|
||||
taxonomies:
|
||||
category: categories
|
||||
update: updates
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: Blog
|
||||
url: /posts
|
||||
weight: 10
|
||||
|
||||
- name: Reviews
|
||||
url: /reviews
|
||||
weight: 20
|
||||
|
||||
- name: What I use
|
||||
url: /what-i-use
|
||||
weight: 30
|
||||
|
||||
- name: About
|
||||
url: /about
|
||||
weight: 40
|
||||
|
||||
footer:
|
||||
- name: Changelogs
|
||||
url: /changelog
|
||||
weight: 10
|
||||
|
||||
- name: Website info
|
||||
url: /website-info
|
||||
weight: 20
|
||||
|
||||
- name: Source code
|
||||
url: https://git.whiny.lol/brian/lol
|
||||
|
||||
- name: Site analytics
|
||||
url: https://analytics.whiny.lol
|
||||
weight: 30
|
||||
|
||||
markup:
|
||||
highlight:
|
||||
lineNos: false
|
||||
style: catppuccin-macchiato
|
||||
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
extensions:
|
||||
extras:
|
||||
superscript:
|
||||
enable: true
|
||||
|
||||
parser:
|
||||
wrapStandAloneImageWithinParagraph: false
|
||||
attribute:
|
||||
block: true
|
||||
3
config/development/hugo.yaml
Normal file
3
config/development/hugo.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
title: whiny (Development)
|
||||
buildFuture: true
|
||||
cleanDestinationDir: true
|
||||
3
config/staging/hugo.yaml
Normal file
3
config/staging/hugo.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
baseURL: https://staging.whiny.lol/
|
||||
title: whiny (Staging)
|
||||
buildFuture: true
|
||||
Reference in New Issue
Block a user