Attempting to write a blog where: - The server is Common Lisp. Why? I'd like to learn Common Lisp. - The blog posts can be written in Markdown. - The package is developed and deployed using Nix. Most of this is a learning exercise. The blog itself is something that I'd like to use instead of Medium and other forums.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Testing
 | 
						|
 | 
						|
The goal here is to be able to write markdown files and have a server that can
 | 
						|
render the markdown into HTML and serve them to the clients.
 |