mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-31 10:03:30 -05:00 
			
		
		
		
	Fix #11 - better syntax highlighting
This requires the following to be added to config.toml:
[markup]
  [markup.highlight]
    noClasses = false
    lineNos = true
			
			
This commit is contained in:
		| @@ -6,6 +6,9 @@ | ||||
|     {{ with resources.Get "css/bobastyle.css" | fingerprint "sha512" }} | ||||
|     <link rel="stylesheet" type="text/css" href="{{ .Permalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous"> | ||||
|     {{ end }} | ||||
|     {{ with resources.Get "css/syntax.css" | fingerprint "sha512" }} | ||||
|     <link rel="stylesheet" type="text/css" href="{{ .Permalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous"> | ||||
|     {{ end }} | ||||
|  | ||||
|     {{ with .Site.Params.faviconICO }} | ||||
|     <link rel="icon" type="image/x-icon" href="{{ . | absURL }}" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user