Apex site for wiki.cafe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christian Galo 3ee8681b62
add compose file
7 months ago
archetypes Hugo site built 2 years ago
content Make enough content for opencollective application 1 year ago
public Make enough content for opencollective application 1 year ago
themes Hugo site built 2 years ago
.gitignore Make enough content for opencollective application 1 year ago
.gitmodules Hugo site built 2 years ago
README.md Update homepage and add some other pages 1 year ago
config.yaml Update homepage and add some other pages 1 year ago
docker-compose.yaml add compose file 7 months ago

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