Add syntax highlighting using pygments

This commit is contained in:
Philipp Oppermann
2016-02-14 17:04:36 +01:00
parent 5f3ff4904e
commit dc099ae621
3 changed files with 69 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ title = "Writing an OS in Rust"
rssURI = "atom.xml"
copyright = "© 2016. All rights reserved."
PygmentsCodeFences = true
pygmentsuseclasses = true
[author]
name = "Philipp Oppermann"
email = "dev@phil-opp.com"