Move Readme
This commit is contained in:
parent
f5391008e6
commit
17b8a71cfb
1 changed files with 0 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Blog
|
||||
|
||||
## Tools
|
||||
|
||||
* Hugo : https://gohugo.io
|
||||
* Blog theme : https://github.com/halogenica/beautifulhugo
|
||||
* pygments (python package) for syntax coloration
|
||||
|
||||
## Run, check
|
||||
|
||||
hugo server -D
|
||||
|
||||
## Generate
|
||||
|
||||
# in order to add git commit on blog pages
|
||||
EXPORT GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
|
||||
EXPORT GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
|
||||
# gen blog inside ./static folder
|
||||
hugo
|
Loading…
Add table
Add a link
Reference in a new issue