Hugo config setup
This commit is contained in:
parent
5725181871
commit
8fb130af81
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "libertacasa/themes/risotto"]
|
||||||
|
path = libertacasa/themes/risotto
|
||||||
|
url = https://github.com/joeroe/risotto.git
|
6
libertacasa/archetypes/default.md
Normal file
6
libertacasa/archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
55
libertacasa/config.yaml
Normal file
55
libertacasa/config.yaml
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
baseURL: https://liberta.casa
|
||||||
|
theme: risotto
|
||||||
|
languageCode: en-us
|
||||||
|
title: Liberta Casa
|
||||||
|
paginate: 3
|
||||||
|
authors: [ Pratyush Desai, Georg Pfuenzreuter ]
|
||||||
|
|
||||||
|
|
||||||
|
# Automatically add content sections to main menu
|
||||||
|
sectionPagesMenu: main
|
||||||
|
|
||||||
|
params:
|
||||||
|
theme:
|
||||||
|
palette: monokai-dark
|
||||||
|
mode: dark
|
||||||
|
about:
|
||||||
|
title: Liberta Casa
|
||||||
|
description: 'For those who FLOSS shall be free.'
|
||||||
|
logo: images/logo.png
|
||||||
|
socialLinks:
|
||||||
|
- icon: fab fa-irc
|
||||||
|
title: IRC
|
||||||
|
url: 'https://liberta.casa/gamja'
|
||||||
|
- icon: fas fa-envelope
|
||||||
|
title: Email
|
||||||
|
url: 'mailto:hello@liberta.casa'
|
||||||
|
|
||||||
|
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
- identifier: about
|
||||||
|
name: About
|
||||||
|
url: /about/
|
||||||
|
weight: 10
|
||||||
|
- identifier: rules
|
||||||
|
name: Rules
|
||||||
|
url: /rules/
|
||||||
|
weight: 10
|
||||||
|
- identifier: comms
|
||||||
|
name: Comms
|
||||||
|
url: /comms/
|
||||||
|
weight: 10
|
||||||
|
- identifier: accounts
|
||||||
|
name: Accounts
|
||||||
|
url: /accounts/
|
||||||
|
weight: 10
|
||||||
|
- identifier: misc
|
||||||
|
name: Misc
|
||||||
|
url: /misc/
|
||||||
|
weight: 10
|
||||||
|
|
||||||
|
taxonomies:
|
||||||
|
category: categories
|
||||||
|
tag: tags
|
||||||
|
series: series
|
1
libertacasa/themes/risotto
Submodule
1
libertacasa/themes/risotto
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 07f1b3ecfd4202a69847d47c89ece4e4d01278c4
|
Loading…
Reference in New Issue
Block a user