Updated README
This commit is contained in:
parent
d2b5a7b6d3
commit
14c204071d
1 changed files with 22 additions and 4 deletions
26
README.md
26
README.md
|
@ -2,10 +2,26 @@
|
||||||
|
|
||||||
![Alt Text](https://media4.giphy.com/media/vvbGMpbhZMcHSsD50w/giphy.gif?cid=ecf05e47qcz9h0plmj7zmn71kelzs4h6nj47bb1qmu0r1uvm&rid=giphy.gif&ct=g)
|
![Alt Text](https://media4.giphy.com/media/vvbGMpbhZMcHSsD50w/giphy.gif?cid=ecf05e47qcz9h0plmj7zmn71kelzs4h6nj47bb1qmu0r1uvm&rid=giphy.gif&ct=g)
|
||||||
|
|
||||||
## Updates
|
## Info
|
||||||
* v.1 - basic html/css
|
|
||||||
* v.2 - same site as this repo, just bad github repo
|
### What I've learned from the project so far
|
||||||
* v.3 - couldn't fix repo, still learning Git, site works - I'm happy lol
|
|
||||||
|
- Basic usage of html and css
|
||||||
|
- Some understanding of Github Actions + Pages
|
||||||
|
- How to use some of the most popular open-source static site generators
|
||||||
|
- How to create websites that are faster, more secure, and easier to maintain
|
||||||
|
- How to use templates to generate static websites
|
||||||
|
|
||||||
|
### Updates
|
||||||
|
|
||||||
|
- v.1 - basic html/css
|
||||||
|
- 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
|
||||||
|
|
||||||
|
### Future plans:
|
||||||
|
|
||||||
|
- [ ] Add logs (tvtime, reading, etc)
|
||||||
|
- [ ] Add v.1 of website into its own branch just for storage
|
||||||
|
|
||||||
## Quick guide
|
## Quick guide
|
||||||
|
|
||||||
|
@ -17,6 +33,8 @@
|
||||||
4. `hugo server`
|
4. `hugo server`
|
||||||
5. Commit and push -> Success
|
5. Commit and push -> Success
|
||||||
|
|
||||||
|
## Misc
|
||||||
|
|
||||||
### Useful links
|
### Useful links
|
||||||
|
|
||||||
- Hugo functions - https://gohugo.io/functions/
|
- Hugo functions - https://gohugo.io/functions/
|
||||||
|
|
Loading…
Reference in a new issue