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.
Go to file
jojo_ 119ec1a1fe Merge pull request 'Update 'content/membership/index.md'' (#39) from tuplasuhveli/website:tuplasuhveli-membership-1 into main
Reviewed-on: #39
Reviewed-by: jojo_ <jojo_@noreply.codeberg.org>
4 weeks ago
archetypes init 6 months ago
assets add folders 6 months ago
content Update 'content/membership/index.md' 4 weeks ago
data add folders 6 months ago
layouts add folders 6 months ago
public add folders 6 months ago
static favicon added 5 months ago
themes Initial site content 6 months ago
.domains use sailmates.codeberg.page for stage 4 months ago
.gitignore add gitignore to prevent accidental adding of local and cache files 4 months ago
.gitmodules Initial site content 6 months ago
.woodpecker.yml use sailmates.codeberg.page for stage 4 months ago
LICENSE Added license 6 months ago
README.md Added license 6 months ago
config.toml tracking fundings 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.