Skip to content

freifunk-darmstadt/website-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freifunk Darmstadt Website

After the long and tedious years we've put up with the old Jekyll website, it was decided to rewrite the website in rust python.

The website is built using mkdocs and the material theme.

Every page is written in markdown. A quick-start on how to write a page for mkdocs can be found here.

The framework allows you to use various markdown extendions which are documented here.

Development

You can spawn a local development server by running mkdocs serve in the root directory of this repository.

To run this in a docker container with the same environment as the CI/CD pipeline, you can use the following command:

docker run -it --rm --volume $(pwd):/docs ghcr.io/squidfunk/mkdocs-material:9.5.18 serve

Make sure you are in the root directory of this repository when running this command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published