You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Reviewed-on: #39 Reviewed-by: jojo_ <jojo_@noreply.codeberg.org> |
4 weeks ago | |
---|---|---|
archetypes | 6 months ago | |
assets | 6 months ago | |
content | 4 weeks ago | |
data | 6 months ago | |
layouts | 6 months ago | |
public | 6 months ago | |
static | 5 months ago | |
themes | 6 months ago | |
.domains | 4 months ago | |
.gitignore | 4 months ago | |
.gitmodules | 6 months ago | |
.woodpecker.yml | 4 months ago | |
LICENSE | 6 months ago | |
README.md | 6 months ago | |
config.toml | 3 months ago |
README.md
Sailmates Website
These are the sources for the Sailmates association website. Sailmates' main objective is the support and promote of the development of free and open source operating systems for mobile platforms.
License
Content on this site is licensed under GNU FDL as written in LICENSE file.
Site Generator: HuGo
https://gohugo.io/getting-started/quick-start/
Theme
https://github.com/monkeyWzr/hugo-theme-cactus
Run the Server local
Clone Repository.
git submodule init
git submodule update
In Repo run:
hugo server
Edit
The content files are in the content
folder. There, the markdown files have to be edited.
New config.toml
holds the main config and structure of the page.
Deploy
TODO, currently manual step to copy to pages repository.