docs: update README
This commit is contained in:
parent
b7acb79522
commit
0231f1d96f
1 changed files with 20 additions and 13 deletions
27
README.md
27
README.md
|
@ -1,12 +1,19 @@
|
||||||
# v.3 of my personal website
|
<div align="center">
|
||||||
|
<img alt="logo" src="static/img/coolkid.png" width="100" />
|
||||||
|
</div>
|
||||||
|
<h1 align="center">
|
||||||
|
<a href="https://kjelsrud.dev">kjelsrud.dev</a>
|
||||||
|
</h1>
|
||||||
|
<p align="center">
|
||||||
|
My personal website, made with <a href="https://gohugo.io/">Hugo</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
![Alt Text](https://media4.giphy.com/media/vvbGMpbhZMcHSsD50w/giphy.gif?cid=ecf05e47qcz9h0plmj7zmn71kelzs4h6nj47bb1qmu0r1uvm&rid=giphy.gif&ct=g)
|
## 📝 Info
|
||||||
|
|
||||||
## Info
|
|
||||||
|
|
||||||
### What I've learned from the project so far
|
### What I've learned from the project so far
|
||||||
|
|
||||||
- Coding with html and css
|
- Coding with html and css
|
||||||
|
- How to use Git
|
||||||
- Some understanding of Github Actions + Pages
|
- Some understanding of Github Actions + Pages
|
||||||
- How to use some of the most popular open-source static site generators
|
- 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 create websites that are faster, more secure, and easier to maintain
|
||||||
|
@ -15,11 +22,11 @@
|
||||||
- How to create & use layouts for a static website
|
- How to create & use layouts for a static website
|
||||||
- How to write JSON-docs and use data from it
|
- How to write JSON-docs and use data from it
|
||||||
|
|
||||||
### Updates
|
### Features
|
||||||
|
|
||||||
- v.1 - basic html/css
|
- CV
|
||||||
- v.2 - same site as this repo, just couldn't figure out last repository
|
- Blog
|
||||||
- v.3 - made new repo as I'm still learning Git, site works - I'm happy lol
|
- Logs
|
||||||
|
|
||||||
### Future plans:
|
### Future plans:
|
||||||
|
|
||||||
|
@ -29,7 +36,7 @@
|
||||||
- a svelte version (to learn svelte), or
|
- a svelte version (to learn svelte), or
|
||||||
- a react version (to learn more react before internship)
|
- a react version (to learn more react before internship)
|
||||||
|
|
||||||
## How do I run it locally?
|
## 🛠️ How do I run it locally?
|
||||||
|
|
||||||
1. [Hugo](https://gohugo.io/) must be installed
|
1. [Hugo](https://gohugo.io/) must be installed
|
||||||
2. Clone the project and add submodules
|
2. Clone the project and add submodules
|
||||||
|
@ -46,7 +53,7 @@ git submodule update --init --recursive
|
||||||
|
|
||||||
4. Feel free to create issues if you see room for improvement!
|
4. Feel free to create issues if you see room for improvement!
|
||||||
|
|
||||||
## Misc
|
## 🫶 Misc
|
||||||
|
|
||||||
### Useful links
|
### Useful links
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue