mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -31,6 +31,8 @@ minimal_mistakes_skin: "contrast" #default, neon, dark are also options
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
highlighter: rouge
|
||||
|
||||
remote_theme: mmistakes/minimal-mistakes
|
||||
# Outputting
|
||||
permalink: /:categories/:title/
|
||||
|
||||
@@ -5,4 +5,37 @@
|
||||
@charset "utf-8";
|
||||
|
||||
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
|
||||
@import "minimal-mistakes"; // main partials
|
||||
@import "minimal-mistakes"; // main partials
|
||||
|
||||
|
||||
body {
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
code,
|
||||
samp {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
p > code,
|
||||
li > code,
|
||||
samp {
|
||||
border-radius: .25em;
|
||||
margin: 0 -.03125em;
|
||||
padding: .0625em .25em 0; /* breathing room for inline code that has a different background or an outline */
|
||||
}
|
||||
|
||||
article {
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
margin: 1em -1em; /* -1em left/right margins for full-bleed code samples */
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.code-header {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user