Style pygments
This commit is contained in:
parent
8c8c36e264
commit
99e94fc2ee
3 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,7 @@ enableEmoji: true
|
||||||
|
|
||||||
pygmentsCodeFencesGuessSyntax: true
|
pygmentsCodeFencesGuessSyntax: true
|
||||||
PygmentsCodeFences: true
|
PygmentsCodeFences: true
|
||||||
pygmentsuseclasses: false
|
pygmentsuseclasses: true
|
||||||
|
|
||||||
blackfriday:
|
blackfriday:
|
||||||
hrefTargetBlank: true
|
hrefTargetBlank: true
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue