apex-site/README.md

30 lines
791 B
Markdown
Raw Permalink Normal View History

# 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
```