init work on hugo generated frntend

This commit is contained in:
Pratyush Desai 2022-01-08 15:16:05 +05:30
parent 85217e4e9c
commit 06d4c3ee77
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD
11 changed files with 94 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

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

View File

View File

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

53
public/libcasa/config.yml Normal file
View File

@ -0,0 +1,53 @@
baseURL: https://liberta.casa
theme: risotto
languageCode: en-us
title: Liberta Casa
paginate: 3
authors: [ Georg Pfuetzenreuter, Pratyush Desai ]
# 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: faqs
name: FAQ
url: /faqs/
weight: 10
- identifier: accounts
name: Account
url: /accounts/
weight: 10
- identifier: tools
name: Tools
url: /tools/
weight: 10
taxonomies:
category: categories
tag: tags
series: series

View File

@ -0,0 +1,3 @@
+++
author = "LibCasa Authors"
+++

View File

@ -0,0 +1,7 @@
+++
title = "About"
description = "Liberta Casa, providing services.. for some reason."
date = "2021-12-12"
aliases = ["about-us", "about-libertacasa", "contact"]
author = "LibCasa Authors"
+++

View File

@ -0,0 +1,6 @@
---
title: "Accounts"
date: 2022-01-08T15:14:39+05:30
draft: true
---

View File

@ -0,0 +1,6 @@
---
title: "Faqs"
date: 2022-01-08T15:14:13+05:30
draft: true
---

View File

@ -0,0 +1,3 @@
+++
title = "Rules"
+++

View File

@ -0,0 +1,6 @@
---
title: "Tools"
date: 2022-01-08T15:14:47+05:30
draft: true
---

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