Compare commits
	
		
			6 Commits
		
	
	
		
			384066f2ce
			...
			master
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | dede45ca70 | ||
|   | 830c243ab8 | ||
|   | 4976a56d9d | ||
|   | 586aaaea56 | ||
|   | 35548c8894 | ||
|   | 2fa8658336 | 
| @@ -1,6 +1,7 @@ | |||||||
| +++ | +++ | ||||||
| title = "Reading List" | title = "Reading List" | ||||||
| description = "A list of books I've read or planned to read" | description = "A list of books I've read or planned to read" | ||||||
|  | updated = 2025-09-25 | ||||||
| template = "post.html" | template = "post.html" | ||||||
| +++ | +++ | ||||||
|  |  | ||||||
| @@ -10,7 +11,7 @@ If I feel like it, I may post reviews on certain books, in which case I'll link | |||||||
|  |  | ||||||
| # Currently Reading | # Currently Reading | ||||||
|  |  | ||||||
| * Crime and Punishment | * Crime and Punishment - Fyodor Dostoevsky | ||||||
| * Economics in One Lesson - Henry Hazlitt | * Economics in One Lesson - Henry Hazlitt | ||||||
|  |  | ||||||
| # Read | # Read | ||||||
| @@ -48,5 +49,17 @@ If I feel like it, I may post reviews on certain books, in which case I'll link | |||||||
| * Industrial Society and Its Future - Theodore Kaczynski | * Industrial Society and Its Future - Theodore Kaczynski | ||||||
| * Star Wars: Heir to the Empire - Timothy Zahn | * Star Wars: Heir to the Empire - Timothy Zahn | ||||||
| * Slaughterhouse-Five - Kurt Vonnegut Jr. | * Slaughterhouse-Five - Kurt Vonnegut Jr. | ||||||
|  | * The Maze Runner - James Dashner | ||||||
|  | * The Scorch Trials - James Dashner | ||||||
|  | * The Death Cure - James Dashner | ||||||
|  | * The Lightning Thief - Rick Riordan | ||||||
|  | * The Sea of Monsters - Rick Riordan | ||||||
|  | * The Titan's Curse - Rick Riordan | ||||||
|  | * The Battle of the Labyrinth - Rick Riordan | ||||||
|  | * The Last Olympian - Rick Riordan | ||||||
| * Common Sense - Thomas Paine | * Common Sense - Thomas Paine | ||||||
| * Gone Girl - Gillian Flynn | * Gone Girl - Gillian Flynn | ||||||
|  | * Where the Red Fern Grows - Wilson Rawls | ||||||
|  | * The Crucible - Arthur Miller | ||||||
|  |  | ||||||
|  | *Note: I haven't always kept a running list of books I've read so this list is almost certainly incomplete.* | ||||||
|   | |||||||
							
								
								
									
										11
									
								
								content/projects/bicycle/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								content/projects/bicycle/index.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | |||||||
|  | +++ | ||||||
|  | title = "2023 Kona Rove DL" | ||||||
|  | date = 2025-09-18 | ||||||
|  | +++ | ||||||
|  |  | ||||||
|  | My 2023 Kona Rove DL | ||||||
|  |  | ||||||
|  | {% resize_image(img_name="rove.jpg", width=1200, height=800, op="fit") %} | ||||||
|  | Lime green gravel bike leaning against a light post. Sunset over the river in the background. | ||||||
|  | {% end %} | ||||||
|  |  | ||||||
							
								
								
									
										
											BIN
										
									
								
								content/projects/bicycle/rove.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								content/projects/bicycle/rove.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 3.7 MiB | 
| @@ -3,7 +3,7 @@ | |||||||
|  |  | ||||||
| <head> | <head> | ||||||
|   <meta charset="utf-8"> |   <meta charset="utf-8"> | ||||||
|   <title>MyBlog</title> |   <title>Mike Wilson</title> | ||||||
| </head> | </head> | ||||||
|  |  | ||||||
| <body> | <body> | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ | |||||||
| <h1 class="title"> | <h1 class="title"> | ||||||
|   {{ page.title }} |   {{ page.title }} | ||||||
| </h1> | </h1> | ||||||
| <p class="subtitle"><strong>Created: {{ page.date }}</strong></p> | {% if page.date %}<p class="subtitle"><strong>Created: {{ page.date }}</strong></p>{% endif %} | ||||||
| <p class="subtitle"><strong>Modified: {{ page.updated }}</strong></p> | {% if page.updated %}<p class="subtitle"><strong>Modified: {{ page.updated }}</strong></p>{% endif %} | ||||||
| {{ page.content | safe }} | {{ page.content | safe }} | ||||||
| {% endblock content %} | {% endblock content %} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user