Skip to content
Snippets Groups Projects
Commit f9405089 authored by micressor's avatar micressor
Browse files

Add test.py

parent 44e0eec7
No related branches found
No related tags found
1 merge request!24Feature hugo migration
......@@ -13,7 +13,7 @@ $ git clone https://code.briarproject.org/briar/website.git
Test page with local hugo webserver:
```
hugo server -D --enableGitInfo
./test.py
```
Generate static hugo pages:
......
#!/usr/bin/python
import os
os.system('hugo server -D --enableGitInfo')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment