Hugo config setup

This commit is contained in:
Pratyush Desai 2021-12-12 04:19:32 +05:30
parent 5725181871
commit 8fb130af81
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD
15 changed files with 65 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "libertacasa/themes/risotto"]
path = libertacasa/themes/risotto
url = https://github.com/joeroe/risotto.git

View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

55
libertacasa/config.yaml Normal file
View 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

@ -0,0 +1 @@
Subproject commit 07f1b3ecfd4202a69847d47c89ece4e4d01278c4