Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Site: v2.0 based on my own fork of the docDock theme (DocDockDoc) (#2)
* Site: Switch to my own fork of the docDock theme (DocDockDoc) * Sys/Win: Link the attachments * Sys/Win: We don't need a 'God mod' shortcut * Ref/Git: Highlight configs as INI * Ref/Git: Add fp alias for safely force-pushing * Format git info date
- Loading branch information
Showing
17 changed files
with
113 additions
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "themes/docdock"] | ||
path = themes/docdock | ||
url = https://github.com/vjeantet/hugo-theme-docdock.git | ||
[submodule "themes/docdockdoc"] | ||
path = themes/docdockdoc | ||
url = https://github.com/baltpeter/hugo-theme-docdockdoc.git |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
<link rel="stylesheet" href="{{ "custom.css" | absURL }}"> | ||
<link rel="stylesheet" href="{{ "syntax.css" | absURL }}"> | ||
<link rel="stylesheet" href="{{ "syntax.css" | absURL }}" media="screen"> | ||
<link rel="stylesheet" href="{{ "syntax-print.css" | absURL }}" media="print"> |
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 |
---|---|---|
@@ -1,3 +1,12 @@ | ||
[build] | ||
publish = "public" | ||
command = "./deploy.sh" | ||
|
||
[context.production.environment] | ||
HUGO_VERSION = "0.73.0" | ||
|
||
[context.deploy-preview.environment] | ||
HUGO_VERSION = "0.73.0" | ||
|
||
[context.branch-deploy.environment] | ||
HUGO_VERSION = "0.73.0" |
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 |
---|---|---|
@@ -1,36 +1,7 @@ | ||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6 { | ||
text-transform: none; | ||
} | ||
|
||
code { | ||
white-space: pre-wrap; | ||
} | ||
|
||
#body-inner { | ||
max-width: 960px; | ||
margin: auto; | ||
} | ||
|
||
#sidebar { | ||
width: 350px; | ||
} | ||
#sidebar ul li div a { | ||
width: 100%; | ||
} | ||
|
||
section#shortcuts { | ||
margin-top: 50px; | ||
} | ||
|
||
footer > div { | ||
margin-top: 10px; | ||
} | ||
|
||
.rm-10 { | ||
margin-right: 10px; | ||
} |
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,82 @@ | ||
/* Background */ .chroma { } | ||
/* Other */ .chroma .x { } | ||
/* Error */ .chroma .err { } | ||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } | ||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; } | ||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc } | ||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } | ||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } | ||
/* Keyword */ .chroma .k { color: #008000; font-weight: bold } | ||
/* KeywordConstant */ .chroma .kc { color: #008000; font-weight: bold } | ||
/* KeywordDeclaration */ .chroma .kd { color: #008000; font-weight: bold } | ||
/* KeywordNamespace */ .chroma .kn { color: #008000; font-weight: bold } | ||
/* KeywordPseudo */ .chroma .kp { color: #008000 } | ||
/* KeywordReserved */ .chroma .kr { color: #008000; font-weight: bold } | ||
/* KeywordType */ .chroma .kt { color: #b00040 } | ||
/* Name */ .chroma .n { } | ||
/* NameAttribute */ .chroma .na { color: #7d9029 } | ||
/* NameBuiltin */ .chroma .nb { color: #008000 } | ||
/* NameBuiltinPseudo */ .chroma .bp { } | ||
/* NameClass */ .chroma .nc { color: #0000ff; font-weight: bold } | ||
/* NameConstant */ .chroma .no { color: #880000 } | ||
/* NameDecorator */ .chroma .nd { color: #aa22ff } | ||
/* NameEntity */ .chroma .ni { color: #999999; font-weight: bold } | ||
/* NameException */ .chroma .ne { color: #d2413a; font-weight: bold } | ||
/* NameFunction */ .chroma .nf { color: #0000ff } | ||
/* NameFunctionMagic */ .chroma .fm { } | ||
/* NameLabel */ .chroma .nl { color: #a0a000 } | ||
/* NameNamespace */ .chroma .nn { color: #0000ff; font-weight: bold } | ||
/* NameOther */ .chroma .nx { } | ||
/* NameProperty */ .chroma .py { } | ||
/* NameTag */ .chroma .nt { color: #008000; font-weight: bold } | ||
/* NameVariable */ .chroma .nv { color: #19177c } | ||
/* NameVariableClass */ .chroma .vc { } | ||
/* NameVariableGlobal */ .chroma .vg { } | ||
/* NameVariableInstance */ .chroma .vi { } | ||
/* NameVariableMagic */ .chroma .vm { } | ||
/* Literal */ .chroma .l { } | ||
/* LiteralDate */ .chroma .ld { } | ||
/* LiteralString */ .chroma .s { color: #ba2121 } | ||
/* LiteralStringAffix */ .chroma .sa { color: #ba2121 } | ||
/* LiteralStringBacktick */ .chroma .sb { color: #ba2121 } | ||
/* LiteralStringChar */ .chroma .sc { color: #ba2121 } | ||
/* LiteralStringDelimiter */ .chroma .dl { color: #ba2121 } | ||
/* LiteralStringDoc */ .chroma .sd { color: #ba2121; font-style: italic } | ||
/* LiteralStringDouble */ .chroma .s2 { color: #ba2121 } | ||
/* LiteralStringEscape */ .chroma .se { color: #bb6622; font-weight: bold } | ||
/* LiteralStringHeredoc */ .chroma .sh { color: #ba2121 } | ||
/* LiteralStringInterpol */ .chroma .si { color: #bb6688; font-weight: bold } | ||
/* LiteralStringOther */ .chroma .sx { color: #008000 } | ||
/* LiteralStringRegex */ .chroma .sr { color: #bb6688 } | ||
/* LiteralStringSingle */ .chroma .s1 { color: #ba2121 } | ||
/* LiteralStringSymbol */ .chroma .ss { color: #19177c } | ||
/* LiteralNumber */ .chroma .m { color: #666666 } | ||
/* LiteralNumberBin */ .chroma .mb { color: #666666 } | ||
/* LiteralNumberFloat */ .chroma .mf { color: #666666 } | ||
/* LiteralNumberHex */ .chroma .mh { color: #666666 } | ||
/* LiteralNumberInteger */ .chroma .mi { color: #666666 } | ||
/* LiteralNumberIntegerLong */ .chroma .il { color: #666666 } | ||
/* LiteralNumberOct */ .chroma .mo { color: #666666 } | ||
/* Operator */ .chroma .o { color: #666666 } | ||
/* OperatorWord */ .chroma .ow { color: #aa22ff; font-weight: bold } | ||
/* Punctuation */ .chroma .p { } | ||
/* Comment */ .chroma .c { color: #408080; font-style: italic } | ||
/* CommentHashbang */ .chroma .ch { color: #408080; font-style: italic } | ||
/* CommentMultiline */ .chroma .cm { color: #408080; font-style: italic } | ||
/* CommentSingle */ .chroma .c1 { color: #408080; font-style: italic } | ||
/* CommentSpecial */ .chroma .cs { color: #408080; font-style: italic } | ||
/* CommentPreproc */ .chroma .cp { color: #bc7a00 } | ||
/* CommentPreprocFile */ .chroma .cpf { color: #bc7a00 } | ||
/* Generic */ .chroma .g { } | ||
/* 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: #000080; font-weight: bold } | ||
/* GenericStrong */ .chroma .gs { font-weight: bold } | ||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold } | ||
/* GenericTraceback */ .chroma .gt { color: #0044dd } | ||
/* GenericUnderline */ .chroma .gl { text-decoration: underline } | ||
/* TextWhitespace */ .chroma .w { color: #bbbbbb } |
Submodule docdock
deleted from
1d12f5
Submodule docdockdoc
added at
537eec