Add syntax highlighting, edit theme, and revise AdvMake documentation
This commit is contained in:
		@@ -8,4 +8,5 @@
 | 
			
		||||
  {{ block "head/seo" . }}{{ partial "head/seo.html" . }}{{ end }}
 | 
			
		||||
  {{ block "head/favicons" . }}{{ partial "head/favicons.html" . }}{{ end }}
 | 
			
		||||
  {{ block "head/script-header" . }}{{ partial "head/script-header.html" . }}{{ end }}
 | 
			
		||||
  {{ block "head/highlight" . }}{{ partial "head/highlight.html" . }}{{ end }}
 | 
			
		||||
</head>
 | 
			
		||||
							
								
								
									
										3
									
								
								layouts/partials/head/highlight.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								layouts/partials/head/highlight.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
<link rel="stylesheet" href="/css/highlightjs/dracula.min.css">
 | 
			
		||||
<script src="/js/highlightjs/highlight.min.js"></script>
 | 
			
		||||
<script>hljs.initHighlightingOnLoad();</script>
 | 
			
		||||
		Reference in New Issue
	
	Block a user