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

README.md: Add --enableGitInfo option

* Used in sitemap.xml <lastmod/>
* Used in ATOM feed <updated/>
parent e9f5e0d9
No related branches found
No related tags found
1 merge request!24Feature hugo migration
......@@ -13,13 +13,13 @@ $ git clone https://code.briarproject.org/briar/website.git
Test page with local hugo webserver:
```
hugo server -D
hugo server -D --enableGitInfo
```
Generate static hugo pages:
```
hugo
hugo --enableGitInfo
```
## Content Types
......
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