forked from gohugoio/hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'docs/' changes from 36d7e22f5..000ab7c42
000ab7c42 Fix `ref` and `relref` shortcode usage patterns 4e7123d20 Add som code fence lang tags 21d4f97d1 Update homepage for ox-hugo tool 668969fc4 Remove superflous back ticks f78cf6490 Fix code example 05aaee8ce Remove background color from code shortcode dcb0998d0 Add a Build Performance page draft 50e04593a Document templateMetrics usage 67ad36691 Merge commit 'f66d59b8991c264c3366895b5e148ea810a184cd' f66d59b89 Squashed 'themes/gohugoioTheme/' changes from ca53082d..cdaa89c8 git-subtree-dir: docs git-subtree-split: 000ab7c423341bb215d4ccb4a9e54d3d64957e24
- Loading branch information
Showing
14 changed files
with
227 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
/* Background */ .chroma { background-color: #f0f0f0 } | ||
/* Error */ .chroma .ss4 { } | ||
/* LineHighlight */ .chroma .hl { background-color: #ffffcc; display: block; width: 100% } | ||
/* LineNumbers */ .chroma .ln { ; margin-right: 0.4em; padding: 0 0.4em 0 0.4em; } | ||
/* Keyword */ .chroma .s3e8 { color: #007020; font-weight: bold } | ||
/* KeywordPseudo */ .chroma .s3ec { color: #007020 } | ||
/* KeywordType */ .chroma .s3ee { color: #902000 } | ||
/* NameAttribute */ .chroma .s7d1 { color: #4070a0 } | ||
/* NameBuiltin */ .chroma .s7d2 { color: #007020 } | ||
/* NameClass */ .chroma .s7d4 { color: #0e84b5; font-weight: bold } | ||
/* NameConstant */ .chroma .s7d5 { color: #60add5 } | ||
/* NameDecorator */ .chroma .s7d6 { color: #555555; font-weight: bold } | ||
/* NameEntity */ .chroma .s7d7 { color: #d55537; font-weight: bold } | ||
/* NameException */ .chroma .s7d8 { color: #007020 } | ||
/* NameFunction */ .chroma .s7d9 { color: #06287e } | ||
/* NameLabel */ .chroma .s7dc { color: #002070; font-weight: bold } | ||
/* NameNamespace */ .chroma .s7dd { color: #0e84b5; font-weight: bold } | ||
/* NameTag */ .chroma .s7e2 { color: #062873; font-weight: bold } | ||
/* NameVariable */ .chroma .s7e3 { color: #bb60d5 } | ||
/* LiteralString */ .chroma .sc1c { color: #4070a0 } | ||
/* LiteralStringDoc */ .chroma .sc23 { color: #4070a0; font-style: italic } | ||
/* LiteralStringEscape */ .chroma .sc25 { color: #4070a0; font-weight: bold } | ||
/* LiteralStringInterpol */ .chroma .sc27 { color: #70a0d0; font-style: italic } | ||
/* LiteralStringOther */ .chroma .sc29 { color: #c65d09 } | ||
/* LiteralStringRegex */ .chroma .sc2a { color: #235388 } | ||
/* LiteralStringSymbol */ .chroma .sc2c { color: #517918 } | ||
/* LiteralNumber */ .chroma .sc80 { color: #40a070 } | ||
/* Operator */ .chroma .sfa0 { color: #666666 } | ||
/* OperatorWord */ .chroma .sfa1 { color: #007020; font-weight: bold } | ||
/* Comment */ .chroma .s1770 { color: #60a0b0; font-style: italic } | ||
/* CommentSpecial */ .chroma .s1774 { color: #60a0b0; background-color: #fff0f0 } | ||
/* CommentPreproc */ .chroma .s17d4 { color: #007020 } | ||
/* GenericDeleted */ .chroma .s1b59 { color: #a00000 } | ||
/* GenericEmph */ .chroma .s1b5a { font-style: italic } | ||
/* GenericError */ .chroma .s1b5b { color: #ff0000 } | ||
/* GenericHeading */ .chroma .s1b5c { color: #000080; font-weight: bold } | ||
/* GenericInserted */ .chroma .s1b5d { color: #00a000 } | ||
/* GenericOutput */ .chroma .s1b5e { color: #888888 } | ||
/* GenericPrompt */ .chroma .s1b5f { color: #c65d09; font-weight: bold } | ||
/* GenericStrong */ .chroma .s1b60 { font-weight: bold } | ||
/* GenericSubheading */ .chroma .s1b61 { color: #800080; font-weight: bold } | ||
/* GenericTraceback */ .chroma .s1b62 { color: #0044dd } | ||
/* TextWhitespace */ .chroma .s1f41 { color: #bbbbbb } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
/* Background */ .chroma { background-color: #f0f0f0 } | ||
/* Error */ .chroma .err { } | ||
/* LineHighlight */ .chroma .hl { background-color: #ffffcc; display: block; width: 100% } | ||
/* LineNumbers */ .chroma .ln { ; margin-right: 0.4em; padding: 0 0.4em 0 0.4em; } | ||
/* Keyword */ .chroma .k { color: #007020; font-weight: bold } | ||
/* KeywordConstant */ .chroma .kc { color: #007020; font-weight: bold } | ||
/* KeywordDeclaration */ .chroma .kd { color: #007020; font-weight: bold } | ||
/* KeywordNamespace */ .chroma .kn { color: #007020; font-weight: bold } | ||
/* KeywordPseudo */ .chroma .kp { color: #007020 } | ||
/* KeywordReserved */ .chroma .kr { color: #007020; font-weight: bold } | ||
/* KeywordType */ .chroma .kt { color: #902000 } | ||
/* NameAttribute */ .chroma .na { color: #4070a0 } | ||
/* NameBuiltin */ .chroma .nb { color: #007020 } | ||
/* NameClass */ .chroma .nc { color: #0e84b5; font-weight: bold } | ||
/* NameConstant */ .chroma .no { color: #60add5 } | ||
/* NameDecorator */ .chroma .nd { color: #555555; font-weight: bold } | ||
/* NameEntity */ .chroma .ni { color: #d55537; font-weight: bold } | ||
/* NameException */ .chroma .ne { color: #007020 } | ||
/* NameFunction */ .chroma .nf { color: #06287e } | ||
/* NameLabel */ .chroma .nl { color: #002070; font-weight: bold } | ||
/* NameNamespace */ .chroma .nn { color: #0e84b5; font-weight: bold } | ||
/* NameTag */ .chroma .nt { color: #062873; font-weight: bold } | ||
/* NameVariable */ .chroma .nv { color: #bb60d5 } | ||
/* LiteralString */ .chroma .s { color: #4070a0 } | ||
/* LiteralStringAffix */ .chroma .sa { color: #4070a0 } | ||
/* LiteralStringBacktick */ .chroma .sb { color: #4070a0 } | ||
/* LiteralStringChar */ .chroma .sc { color: #4070a0 } | ||
/* LiteralStringDelimiter */ .chroma .dl { color: #4070a0 } | ||
/* LiteralStringDoc */ .chroma .sd { color: #4070a0; font-style: italic } | ||
/* LiteralStringDouble */ .chroma .s2 { color: #4070a0 } | ||
/* LiteralStringEscape */ .chroma .se { color: #4070a0; font-weight: bold } | ||
/* LiteralStringHeredoc */ .chroma .sh { color: #4070a0 } | ||
/* LiteralStringInterpol */ .chroma .si { color: #70a0d0; font-style: italic } | ||
/* LiteralStringOther */ .chroma .sx { color: #c65d09 } | ||
/* LiteralStringRegex */ .chroma .sr { color: #235388 } | ||
/* LiteralStringSingle */ .chroma .s1 { color: #4070a0 } | ||
/* LiteralStringSymbol */ .chroma .ss { color: #517918 } | ||
/* LiteralNumber */ .chroma .m { color: #40a070 } | ||
/* LiteralNumberBin */ .chroma .mb { color: #40a070 } | ||
/* LiteralNumberFloat */ .chroma .mf { color: #40a070 } | ||
/* LiteralNumberHex */ .chroma .mh { color: #40a070 } | ||
/* LiteralNumberInteger */ .chroma .mi { color: #40a070 } | ||
/* LiteralNumberIntegerLong */ .chroma .il { color: #40a070 } | ||
/* LiteralNumberOct */ .chroma .mo { color: #40a070 } | ||
/* Operator */ .chroma .o { color: #666666 } | ||
/* OperatorWord */ .chroma .ow { color: #007020; font-weight: bold } | ||
/* Comment */ .chroma .c { color: #60a0b0; font-style: italic } | ||
/* CommentHashbang */ .chroma .ch { color: #60a0b0; font-style: italic } | ||
/* CommentMultiline */ .chroma .cm { color: #60a0b0; font-style: italic } | ||
/* CommentSingle */ .chroma .c1 { color: #60a0b0; font-style: italic } | ||
/* CommentSpecial */ .chroma .cs { color: #60a0b0; background-color: #fff0f0 } | ||
/* CommentPreproc */ .chroma .cp { color: #007020 } | ||
/* CommentPreprocFile */ .chroma .cpf { color: #007020 } | ||
/* GenericDeleted */ .chroma .gd { color: #a00000 } | ||
/* GenericEmph */ .chroma .ge { font-style: italic } | ||
/* GenericError */ .chroma .gr { color: #ff0000 } | ||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold } | ||
/* GenericInserted */ .chroma .gi { color: #00a000 } | ||
/* GenericOutput */ .chroma .go { color: #888888 } | ||
/* GenericPrompt */ .chroma .gp { color: #c65d09; font-weight: bold } | ||
/* GenericStrong */ .chroma .gs { font-weight: bold } | ||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold } | ||
/* GenericTraceback */ .chroma .gt { color: #0044dd } | ||
/* TextWhitespace */ .chroma .w { color: #bbbbbb } |
Oops, something went wrong.