2022-10-21 17:18:21 +02:00
|
|
|
# v.3 of my personal website
|
|
|
|
|
|
|
|

|
|
|
|
|
2023-04-14 11:18:14 +02:00
|
|
|
## Info
|
|
|
|
|
|
|
|
### What I've learned from the project so far
|
|
|
|
|
|
|
|
- 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
|
2022-10-21 17:29:15 +02:00
|
|
|
|
|
|
|
## Quick guide
|
|
|
|
|
2022-10-23 18:56:49 +02:00
|
|
|
### New blog-post:
|
2022-10-21 17:29:15 +02:00
|
|
|
|
2022-10-21 17:29:45 +02:00
|
|
|
1. `hugo new blog-posts/{Name-Of-Post}.md`
|
2022-10-21 17:29:15 +02:00
|
|
|
2. Edit basic settings
|
|
|
|
3. Write markdown
|
2022-10-21 17:29:45 +02:00
|
|
|
4. `hugo server`
|
2022-10-21 17:29:15 +02:00
|
|
|
5. Commit and push -> Success
|
|
|
|
|
2023-04-14 16:05:40 +02:00
|
|
|
### Update website
|
|
|
|
|
|
|
|
- Clone project
|
|
|
|
- Add submodules again
|
|
|
|
- git submodule init
|
|
|
|
- git submodule update
|
|
|
|
|
2023-04-14 11:18:14 +02:00
|
|
|
## Misc
|
|
|
|
|
2022-10-21 17:29:15 +02:00
|
|
|
### Useful links
|
|
|
|
|
|
|
|
- Hugo functions - https://gohugo.io/functions/
|
|
|
|
|
|
|
|
### Powered by:
|
|
|
|
|
|
|
|
1. Hugo - https://gohugo.io/
|
|
|
|
2. PaperMod - https://github.com/adityatelange/hugo-PaperMod
|