I think it might be a good idea to version control my habits, so that I can audit them as they change. I'm publishing these on my website, so that I can refer to them wherever I had internet.
		
			
				
	
	
		
			47 lines
		
	
	
	
		
			1,011 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
	
		
			1,011 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <title>wpcarro.dev</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <h1>Sitemap</h1>
 | |
| 
 | |
|     <ul>
 | |
|       <li>Documents</li>
 | |
|       <ul>
 | |
|         <li>
 | |
|           <a href="/goals">Goals</a>
 | |
|         </li>
 | |
|         <li>
 | |
|           <a href="/habits">Habits</a>
 | |
|         </li>
 | |
|       </ul>
 | |
|       <li>Other</li>
 | |
|       <ul>
 | |
|         <li>
 | |
|           <a href="https://blog.wpcarro.dev">blog.wpcarro.dev</a>
 | |
|         </li>
 | |
|         <li>
 | |
|           <a href="https://learn.wpcarro.dev">learn.wpcarro.dev</a>
 | |
|         </li>
 | |
|         <li>
 | |
|           <a href="https://sandbox.wpcarro.dev">sandbox.wpcarro.dev</a>
 | |
|         </li>
 | |
|       </ul>
 | |
|       <li>Social</li>
 | |
|       <ul>
 | |
|         <li>
 | |
|           <a href="https://twitter.com/wpcarro">Twitter</a>
 | |
|         </li>
 | |
|         <li>
 | |
|           <a href="https://github.com/wpcarro">Github</a>
 | |
|         </li>
 | |
|         <li>
 | |
|           <a href="https://linkedin.com/in/williampatrickcarroll">LinkedIn</a>
 | |
|         </li>
 | |
|       </ul>
 | |
|     </ul>
 | |
| 
 | |
|   </body>
 | |
| </html>
 |