- Clone the athenian-fll-mkdocs and athenian-fll.github.io repos.
- Install MkDocs.
- Install the Material for MkDocs theme.
Command | Description |
---|---|
make website |
Build the website in site/ |
make clean |
Delete site/ |
make server |
Start the live-reloading docs server |
make deploy |
Deploy content to athenian-fll.github.io |