1.5 KiB
1.5 KiB
v.3 of my personal website
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
- How to use DNS pointers (A- & CNAME records)
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)
- Might convert website over to the cocoa theme
How do I run it locally?
- Hugo must be installed
- Clone the project and add submodules
git clone https://github.com/SindreKjelsrud/sindrekjelsrud.github.io.git
cd sindrekjelsrud.github.io
git submodule update --init --recursive
- To run the project use:
hugo serve
(livereload <3)
3.5. To add a new blogpost use:
hugo new blog-posts/{NameOfPost}.md
- Feel free to create issues if you see room for improvement!
Misc
Useful links
- Hugo functions - https://gohugo.io/functions/
Powered by:
- Hugo - https://gohugo.io/
- PaperMod - https://github.com/adityatelange/hugo-PaperMod