Merge pull request 'Integrating Frontend' (#3) from devel-frntnd into devel
Reviewed-on: LibertaCasa/webdev#3
This commit is contained in:
commit
add60af880
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "public/libcasa/themes/risotto"]
|
||||
path = public/libcasa/themes/risotto
|
||||
url = https://github.com/joeroe/risotto.git
|
0
public/libcasa/.hugo_build.lock
Normal file
0
public/libcasa/.hugo_build.lock
Normal file
6
public/libcasa/archetypes/default.md
Normal file
6
public/libcasa/archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
53
public/libcasa/config.yml
Normal file
53
public/libcasa/config.yml
Normal 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-mode
|
||||
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
|
3
public/libcasa/content/_index.md
Normal file
3
public/libcasa/content/_index.md
Normal file
@ -0,0 +1,3 @@
|
||||
+++
|
||||
author = "LibCasa Authors"
|
||||
+++
|
7
public/libcasa/content/about.md
Normal file
7
public/libcasa/content/about.md
Normal 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"
|
||||
+++
|
6
public/libcasa/content/accounts/_index.md
Normal file
6
public/libcasa/content/accounts/_index.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Accounts"
|
||||
date: 2022-01-08T15:14:39+05:30
|
||||
draft: true
|
||||
---
|
||||
|
6
public/libcasa/content/faqs/_index.md
Normal file
6
public/libcasa/content/faqs/_index.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Faqs"
|
||||
date: 2022-01-08T15:14:13+05:30
|
||||
draft: true
|
||||
---
|
||||
|
3
public/libcasa/content/rules.md
Normal file
3
public/libcasa/content/rules.md
Normal file
@ -0,0 +1,3 @@
|
||||
+++
|
||||
title = "Rules"
|
||||
+++
|
6
public/libcasa/content/tools/_index.md
Normal file
6
public/libcasa/content/tools/_index.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Tools"
|
||||
date: 2022-01-08T15:14:47+05:30
|
||||
draft: true
|
||||
---
|
||||
|
1
public/libcasa/themes/risotto
Submodule
1
public/libcasa/themes/risotto
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 07f1b3ecfd4202a69847d47c89ece4e4d01278c4
|
Binary file not shown.
Reference in New Issue
Block a user