mirror of https://github.com/vacp2p/rfc.git
Add basic README and title
This commit is contained in:
parent
d7c91875d8
commit
003eeba11b
|
@ -0,0 +1,8 @@
|
||||||
|
# rfc.vac.dev
|
||||||
|
|
||||||
|
Specs for Vac. WIP replacement for specs.vac.dev
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
Ensure you have the Hugo extended edition
|
||||||
|
(https://gohugo.io/getting-started/installing/), then run `hugo server`.
|
|
@ -1,4 +1,4 @@
|
||||||
baseURL = "http://example.org/"
|
baseURL = "http://example.org/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "My New Hugo Site"
|
title = "Vac RFC"
|
||||||
theme = "book"
|
theme = "book"
|
||||||
|
|
Loading…
Reference in New Issue