Apex site for wiki.cafe
Go to file
Christian Galo b2a92ae967 Add caddy labels --3wc 2024-01-02 01:54:49 +00:00
archetypes rever permissions 2023-04-11 03:42:31 +00:00
content rever permissions 2023-04-11 03:42:31 +00:00
public rever permissions 2023-04-11 03:42:31 +00:00
themes Hugo site built 2021-09-11 16:46:11 -04:00
.gitignore rever permissions 2023-04-11 03:42:31 +00:00
.gitmodules rever permissions 2023-04-11 03:42:31 +00:00
README.md rever permissions 2023-04-11 03:42:31 +00:00
compose.yaml Add caddy labels --3wc 2024-01-02 01:54:49 +00:00
config.yaml rever permissions 2023-04-11 03:42:31 +00:00

README.md

Wiki Cafe apex-site

The apex site is the site at https://wiki.cafe.

It's called apex site because that is the domain name terminology for the site pointing to second level domain.

Adding content

If you just want to add content to the site add markdown files to an appropriate subdirectory in the content directory. New pages should go in content/pages/.

Development

First, make sure you have Hugo installed

Hugo

The site is built using Hugo, a static site generator. More information here:

https://gohugo.io/

Work locally

Clone this repository to your computer with git.

This repository contains themes as git submodules. You will need to initialize, fetch and check out the submodules for the themes to work:

git submodule update --init --recursive