📝 update README
This commit is contained in:
		
							parent
							
								
									6d03a117bd
								
							
						
					
					
						commit
						75ebcc0634
					
				
					 1 changed files with 25 additions and 18 deletions
				
			
		
							
								
								
									
										43
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										43
									
								
								README.md
									
										
									
									
									
								
							|  | @ -1,7 +1,5 @@ | |||
| # CURRENTLY REWRITING WEBSITE TO ASTRO | ||||
| 
 | ||||
| <div align="center"> | ||||
|   <img alt="logo" src="static/img/coolkid.png" width="100" /> | ||||
|   <img alt="logo" src="/src/static/coolkid.png" width="100" /> | ||||
| </div> | ||||
| <h1 align="center"> | ||||
|   <a href="https://kjelsrud.dev">kjelsrud.dev</a> | ||||
|  | @ -14,10 +12,10 @@ | |||
| 
 | ||||
| ### What I've learned from the project so far | ||||
| 
 | ||||
| - Coding with html and css | ||||
| - Coding with HTML, CSS, TypeScript, etc. | ||||
| - Usage of SSG/frameworks like Hugo or Astro | ||||
| - How to use Git | ||||
| - 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) | ||||
|  | @ -26,27 +24,36 @@ | |||
| 
 | ||||
| ### Features | ||||
| 
 | ||||
| ... | ||||
| - Blog | ||||
| - Logs | ||||
| 
 | ||||
| ### Future plans: | ||||
| 
 | ||||
| ... | ||||
| - [ ] CV | ||||
| - [ ] Digital garden | ||||
| - [ ] Uses | ||||
| - [ ] Food wall | ||||
| - [ ] Vinyl collection | ||||
| 
 | ||||
| ## 🛠️ How do I run it locally? | ||||
| 
 | ||||
| 1. Install the dependencies | ||||
| `npm install or yarn` | ||||
| 1. Install the dependencies: `yarn` | ||||
| 
 | ||||
| 2. Start the development server | ||||
| `yarn dev` | ||||
| 
 | ||||
| ## 🚀 Build and run for production | ||||
| 
 | ||||
| 1. Generate a full static production build | ||||
| `npm run build` | ||||
| 2. Start the development server: `yarn dev` | ||||
| 
 | ||||
| ## 🎨 Color codes | ||||
| ... | ||||
| | Color | Hex | | ||||
| |-|-| | ||||
| | Light bg |  `#FFF8EA` | | ||||
| | Coffee brown |  `#594545` | | ||||
| | Tan |  `#815B5B` | | ||||
| | Light tan |  `#9E7676` | | ||||
| | Sand |  `#DAC0A3` | | ||||
| | Catppuccin Base |  `#FFF8EA` | | ||||
| | Catppuccin Text |  `#cad3f5` | | ||||
| | Catppuccin Overlay0 |  `#6e738d` | | ||||
| | Catppuccin Surface0 |  `#363a4f` | | ||||
| | Catppuccin Crust |  `#181926` | | ||||
| 
 | ||||
| ## Versionlog | ||||
| - I've put v1 in the branch called ... | ||||
| - The first iteration of my website was a Hugo-instance that used a readymade theme called "PaperMod". | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sindre Kjelsrud
						Sindre Kjelsrud