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

README.md: Add --enableGitInfo option

* Used in sitemap.xml <lastmod/>
* Used in ATOM feed <updated/>
parent 9240ed60
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 ...@@ -13,13 +13,13 @@ $ git clone https://code.briarproject.org/briar/website.git
Test page with local hugo webserver: Test page with local hugo webserver:
``` ```
hugo server -D hugo server -D --enableGitInfo
``` ```
Generate static hugo pages: Generate static hugo pages:
``` ```
hugo hugo --enableGitInfo
``` ```
## Content Types ## 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