Skip to content

freifunk-darmstadt/website-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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.

Docker

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.

Nix

For Nix users there is a shell.nix with the requiered dependencies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages