Update README.md
This commit is contained in:
parent
04c005a9c2
commit
529b5f0484
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
@ -2,7 +2,26 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Updates
|
||||||
* v.1 - basic html/css
|
* v.1 - basic html/css
|
||||||
* v.2 - same site as this repo, just bad github repo
|
* v.2 - same site as this repo, just bad github repo
|
||||||
* v.3 - couldn't fix repo, still learning Git, site works - I'm happy lol
|
* v.3 - couldn't fix repo, still learning Git, site works - I'm happy lol
|
||||||
|
|
||||||
|
## Quick guide
|
||||||
|
|
||||||
|
### New post:
|
||||||
|
|
||||||
|
1. `hugo new posts/{Name-Of-Post}.md`
|
||||||
|
2. Edit basic settings
|
||||||
|
3. Write markdown
|
||||||
|
4. `hugo serve`
|
||||||
|
5. Commit and push -> Success
|
||||||
|
|
||||||
|
### Useful links
|
||||||
|
|
||||||
|
- Hugo functions - https://gohugo.io/functions/
|
||||||
|
|
||||||
|
### Powered by:
|
||||||
|
|
||||||
|
1. Hugo - https://gohugo.io/
|
||||||
|
2. PaperMod - https://github.com/adityatelange/hugo-PaperMod
|
||||||
|
|
Loading…
Add table
Reference in a new issue