Update readme
This commit is contained in:
parent
5769fe328c
commit
3d1e0ca5d8
32
README.md
32
README.md
@ -1,31 +1 @@
|
|||||||
|
Example [Hugo](https://gohugo.io/) site using GitLab Pages. Read more at https://doc.gitlab.com/ee/pages/
|
||||||
# Hugo on GitHub Pages
|
|
||||||
### hugo_gh_blog
|
|
||||||
Template repo for a blog built with Hugo deployed on github-pages
|
|
||||||
|
|
||||||
### [Demo](http://spencerlyon2.github.io/hugo_gh_blog)
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Snippet
|
|
||||||
|
|
||||||
Quick start
|
|
||||||
* Run hugo server on hugo_gh_blog folder.
|
|
||||||
|
|
||||||
```
|
|
||||||
hugo server
|
|
||||||
````
|
|
||||||
* Create new blank post.
|
|
||||||
|
|
||||||
```
|
|
||||||
hugo new posts/newblogpost.md
|
|
||||||
````
|
|
||||||
* Run **`` hugo ``** command for updating *public* folder, *public* folder is your static site.
|
|
||||||
|
|
||||||
```
|
|
||||||
hugo
|
|
||||||
````
|
|
||||||
|
|
||||||
|
|
||||||
##### [Another Tutorial](https://gohugo.io/tutorials/github-pages-blog/) by Spencer Lyon
|
|
Loading…
x
Reference in New Issue
Block a user