1
Fork 0

Style pygments

This commit is contained in:
Jake Howard 2017-05-08 09:14:08 +01:00
parent 8c8c36e264
commit 99e94fc2ee
3 changed files with 3 additions and 1 deletions

View file

@ -25,7 +25,7 @@ enableEmoji: true
pygmentsCodeFencesGuessSyntax: true pygmentsCodeFencesGuessSyntax: true
PygmentsCodeFences: true PygmentsCodeFences: true
pygmentsuseclasses: false pygmentsuseclasses: true
blackfriday: blackfriday:
hrefTargetBlank: true hrefTargetBlank: true

View file

@ -21,6 +21,7 @@
"bootstrap": "4.0.0-alpha.6", "bootstrap": "4.0.0-alpha.6",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"jquery": "3.2.1", "jquery": "3.2.1",
"pygments-css": "1.0.0",
"tstatic": "1.0.0" "tstatic": "1.0.0"
} }
} }

View file

@ -2,6 +2,7 @@ $fa-font-path: "../fonts";
@import "node_modules/font-awesome/scss/font-awesome"; @import "node_modules/font-awesome/scss/font-awesome";
@import "node_modules/bootstrap/scss/bootstrap-grid"; @import "node_modules/bootstrap/scss/bootstrap-grid";
@import "node_modules/pygments-css/github";
// Import Alpha theme (ish) // Import Alpha theme (ish)
@import "alpha"; @import "alpha";