Skip to content

Commit 2360ff7

Browse files
Test wowchemy update (#247)
* update * Automated changes * Automated changes * up * Automated changes * Automated changes * test no home * Automated changes * Automated changes * com * other modules * Automated changes * Automated changes * retour home et retire copy button * Automated changes * Automated changes * transform toml in yaml in new version * transform toml in yaml in new version * scss from template * Automated changes * Automated changes * utilise go * Automated changes * Automated changes * retire sousmidule * Automated changes * Automated changes * update * Automated changes * Automated changes * gros commit pour réparer wowchemy * Automated changes * Automated changes * test avec minify * minify * Automated changes * Automated changes * standard themes * Automated changes * Automated changes * change slug * Automated changes * Automated changes * theme * Automated changes * Automated changes * monokai style * Automated changes * Automated changes * css * Automated changes * Automated changes * badges * Automated changes * Automated changes * output asis * Automated changes * Automated changes * essai comme ça * Automated changes * print p * Automated changes * Automated changes * pb markdown * Automated changes * Automated changes * do not minify * Automated changes * Automated changes * default html * Automated changes * Automated changes * change condig * to html * Automated changes * Automated changes * css * Automated changes * Automated changes Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 966221a commit 2360ff7

File tree

31 files changed

+545
-840
lines changed

31 files changed

+545
-840
lines changed

.github/workflows/netlify-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
mv content/course/modelisation/index.md content/course/modelisation/_index.md
3737
python build/wc_website.py
3838
python build/tweak_markdown.py
39-
hugo mod graph
40-
hugo -D --themesDir themes -t github.com
39+
hugo
4140
- name: Install npm
4241
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
4342
uses: actions/setup-node@v2

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "themes/github.com/wowchemy-template"]
2-
path = themes/github.com/wowchemy-template
3-
url = https://github.com/linogaliana/wowchemy-template.git

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jupyter: python3
99

1010
wrap: preserve
1111
keep-ipynb: true
12-
cache: true
12+
#cache: true
1313

1414
format:
1515
hugo:

assets/css/libs/chroma/monokai.css

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
/* Background */ .bg { color: #f8f8f2; background-color: #272822; }
2+
/* PreWrapper */ .chroma { color: #f8f8f2; background-color: #272822; }
3+
/* Other */ .chroma .x { }
4+
/* Error */ .chroma .err { color: #960050; background-color: #1e0010 }
5+
/* CodeLine */ .chroma .cl { }
6+
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
7+
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
8+
/* LineHighlight */ .chroma .hl { background-color: #ffffcc }
9+
/* LineNumbersTable */ .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
10+
/* LineNumbers */ .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
11+
/* Line */ .chroma .line { display: flex; }
12+
/* Keyword */ .chroma .k { color: #66d9ef }
13+
/* KeywordConstant */ .chroma .kc { color: #66d9ef }
14+
/* KeywordDeclaration */ .chroma .kd { color: #66d9ef }
15+
/* KeywordNamespace */ .chroma .kn { color: #f92672 }
16+
/* KeywordPseudo */ .chroma .kp { color: #66d9ef }
17+
/* KeywordReserved */ .chroma .kr { color: #66d9ef }
18+
/* KeywordType */ .chroma .kt { color: #66d9ef }
19+
/* Name */ .chroma .n { }
20+
/* NameAttribute */ .chroma .na { color: #a6e22e }
21+
/* NameBuiltin */ .chroma .nb { }
22+
/* NameBuiltinPseudo */ .chroma .bp { }
23+
/* NameClass */ .chroma .nc { color: #a6e22e }
24+
/* NameConstant */ .chroma .no { color: #66d9ef }
25+
/* NameDecorator */ .chroma .nd { color: #a6e22e }
26+
/* NameEntity */ .chroma .ni { }
27+
/* NameException */ .chroma .ne { color: #a6e22e }
28+
/* NameFunction */ .chroma .nf { color: #a6e22e }
29+
/* NameFunctionMagic */ .chroma .fm { }
30+
/* NameLabel */ .chroma .nl { }
31+
/* NameNamespace */ .chroma .nn { }
32+
/* NameOther */ .chroma .nx { color: #a6e22e }
33+
/* NameProperty */ .chroma .py { }
34+
/* NameTag */ .chroma .nt { color: #f92672 }
35+
/* NameVariable */ .chroma .nv { }
36+
/* NameVariableClass */ .chroma .vc { }
37+
/* NameVariableGlobal */ .chroma .vg { }
38+
/* NameVariableInstance */ .chroma .vi { }
39+
/* NameVariableMagic */ .chroma .vm { }
40+
/* Literal */ .chroma .l { color: #ae81ff }
41+
/* LiteralDate */ .chroma .ld { color: #e6db74 }
42+
/* LiteralString */ .chroma .s { color: #e6db74 }
43+
/* LiteralStringAffix */ .chroma .sa { color: #e6db74 }
44+
/* LiteralStringBacktick */ .chroma .sb { color: #e6db74 }
45+
/* LiteralStringChar */ .chroma .sc { color: #e6db74 }
46+
/* LiteralStringDelimiter */ .chroma .dl { color: #e6db74 }
47+
/* LiteralStringDoc */ .chroma .sd { color: #e6db74 }
48+
/* LiteralStringDouble */ .chroma .s2 { color: #e6db74 }
49+
/* LiteralStringEscape */ .chroma .se { color: #ae81ff }
50+
/* LiteralStringHeredoc */ .chroma .sh { color: #e6db74 }
51+
/* LiteralStringInterpol */ .chroma .si { color: #e6db74 }
52+
/* LiteralStringOther */ .chroma .sx { color: #e6db74 }
53+
/* LiteralStringRegex */ .chroma .sr { color: #e6db74 }
54+
/* LiteralStringSingle */ .chroma .s1 { color: #e6db74 }
55+
/* LiteralStringSymbol */ .chroma .ss { color: #e6db74 }
56+
/* LiteralNumber */ .chroma .m { color: #ae81ff }
57+
/* LiteralNumberBin */ .chroma .mb { color: #ae81ff }
58+
/* LiteralNumberFloat */ .chroma .mf { color: #ae81ff }
59+
/* LiteralNumberHex */ .chroma .mh { color: #ae81ff }
60+
/* LiteralNumberInteger */ .chroma .mi { color: #ae81ff }
61+
/* LiteralNumberIntegerLong */ .chroma .il { color: #ae81ff }
62+
/* LiteralNumberOct */ .chroma .mo { color: #ae81ff }
63+
/* Operator */ .chroma .o { color: #f92672 }
64+
/* OperatorWord */ .chroma .ow { color: #f92672 }
65+
/* Punctuation */ .chroma .p { }
66+
/* Comment */ .chroma .c { color: #75715e }
67+
/* CommentHashbang */ .chroma .ch { color: #75715e }
68+
/* CommentMultiline */ .chroma .cm { color: #75715e }
69+
/* CommentSingle */ .chroma .c1 { color: #75715e }
70+
/* CommentSpecial */ .chroma .cs { color: #75715e }
71+
/* CommentPreproc */ .chroma .cp { color: #75715e }
72+
/* CommentPreprocFile */ .chroma .cpf { color: #75715e }
73+
/* Generic */ .chroma .g { }
74+
/* GenericDeleted */ .chroma .gd { color: #f92672 }
75+
/* GenericEmph */ .chroma .ge { font-style: italic }
76+
/* GenericError */ .chroma .gr { }
77+
/* GenericHeading */ .chroma .gh { }
78+
/* GenericInserted */ .chroma .gi { color: #a6e22e }
79+
/* GenericOutput */ .chroma .go { }
80+
/* GenericPrompt */ .chroma .gp { }
81+
/* GenericStrong */ .chroma .gs { font-weight: bold }
82+
/* GenericSubheading */ .chroma .gu { color: #75715e }
83+
/* GenericTraceback */ .chroma .gt { }
84+
/* GenericUnderline */ .chroma .gl { }
85+
/* TextWhitespace */ .chroma .w { }
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
/* Background */ .bg { color: #272822; background-color: #fafafa; }
2+
/* PreWrapper */ .chroma { color: #272822; background-color: #fafafa; }
3+
/* Other */ .chroma .x { }
4+
/* Error */ .chroma .err { color: #960050; background-color: #1e0010 }
5+
/* CodeLine */ .chroma .cl { }
6+
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
7+
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
8+
/* LineHighlight */ .chroma .hl { background-color: #ffffcc }
9+
/* LineNumbersTable */ .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
10+
/* LineNumbers */ .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
11+
/* Line */ .chroma .line { display: flex; }
12+
/* Keyword */ .chroma .k { color: #00a8c8 }
13+
/* KeywordConstant */ .chroma .kc { color: #00a8c8 }
14+
/* KeywordDeclaration */ .chroma .kd { color: #00a8c8 }
15+
/* KeywordNamespace */ .chroma .kn { color: #f92672 }
16+
/* KeywordPseudo */ .chroma .kp { color: #00a8c8 }
17+
/* KeywordReserved */ .chroma .kr { color: #00a8c8 }
18+
/* KeywordType */ .chroma .kt { color: #00a8c8 }
19+
/* Name */ .chroma .n { color: #111111 }
20+
/* NameAttribute */ .chroma .na { color: #75af00 }
21+
/* NameBuiltin */ .chroma .nb { color: #111111 }
22+
/* NameBuiltinPseudo */ .chroma .bp { color: #111111 }
23+
/* NameClass */ .chroma .nc { color: #75af00 }
24+
/* NameConstant */ .chroma .no { color: #00a8c8 }
25+
/* NameDecorator */ .chroma .nd { color: #75af00 }
26+
/* NameEntity */ .chroma .ni { color: #111111 }
27+
/* NameException */ .chroma .ne { color: #75af00 }
28+
/* NameFunction */ .chroma .nf { color: #75af00 }
29+
/* NameFunctionMagic */ .chroma .fm { color: #111111 }
30+
/* NameLabel */ .chroma .nl { color: #111111 }
31+
/* NameNamespace */ .chroma .nn { color: #111111 }
32+
/* NameOther */ .chroma .nx { color: #75af00 }
33+
/* NameProperty */ .chroma .py { color: #111111 }
34+
/* NameTag */ .chroma .nt { color: #f92672 }
35+
/* NameVariable */ .chroma .nv { color: #111111 }
36+
/* NameVariableClass */ .chroma .vc { color: #111111 }
37+
/* NameVariableGlobal */ .chroma .vg { color: #111111 }
38+
/* NameVariableInstance */ .chroma .vi { color: #111111 }
39+
/* NameVariableMagic */ .chroma .vm { color: #111111 }
40+
/* Literal */ .chroma .l { color: #ae81ff }
41+
/* LiteralDate */ .chroma .ld { color: #d88200 }
42+
/* LiteralString */ .chroma .s { color: #d88200 }
43+
/* LiteralStringAffix */ .chroma .sa { color: #d88200 }
44+
/* LiteralStringBacktick */ .chroma .sb { color: #d88200 }
45+
/* LiteralStringChar */ .chroma .sc { color: #d88200 }
46+
/* LiteralStringDelimiter */ .chroma .dl { color: #d88200 }
47+
/* LiteralStringDoc */ .chroma .sd { color: #d88200 }
48+
/* LiteralStringDouble */ .chroma .s2 { color: #d88200 }
49+
/* LiteralStringEscape */ .chroma .se { color: #8045ff }
50+
/* LiteralStringHeredoc */ .chroma .sh { color: #d88200 }
51+
/* LiteralStringInterpol */ .chroma .si { color: #d88200 }
52+
/* LiteralStringOther */ .chroma .sx { color: #d88200 }
53+
/* LiteralStringRegex */ .chroma .sr { color: #d88200 }
54+
/* LiteralStringSingle */ .chroma .s1 { color: #d88200 }
55+
/* LiteralStringSymbol */ .chroma .ss { color: #d88200 }
56+
/* LiteralNumber */ .chroma .m { color: #ae81ff }
57+
/* LiteralNumberBin */ .chroma .mb { color: #ae81ff }
58+
/* LiteralNumberFloat */ .chroma .mf { color: #ae81ff }
59+
/* LiteralNumberHex */ .chroma .mh { color: #ae81ff }
60+
/* LiteralNumberInteger */ .chroma .mi { color: #ae81ff }
61+
/* LiteralNumberIntegerLong */ .chroma .il { color: #ae81ff }
62+
/* LiteralNumberOct */ .chroma .mo { color: #ae81ff }
63+
/* Operator */ .chroma .o { color: #f92672 }
64+
/* OperatorWord */ .chroma .ow { color: #f92672 }
65+
/* Punctuation */ .chroma .p { color: #111111 }
66+
/* Comment */ .chroma .c { color: #75715e }
67+
/* CommentHashbang */ .chroma .ch { color: #75715e }
68+
/* CommentMultiline */ .chroma .cm { color: #75715e }
69+
/* CommentSingle */ .chroma .c1 { color: #75715e }
70+
/* CommentSpecial */ .chroma .cs { color: #75715e }
71+
/* CommentPreproc */ .chroma .cp { color: #75715e }
72+
/* CommentPreprocFile */ .chroma .cpf { color: #75715e }
73+
/* Generic */ .chroma .g { }
74+
/* GenericDeleted */ .chroma .gd { }
75+
/* GenericEmph */ .chroma .ge { font-style: italic }
76+
/* GenericError */ .chroma .gr { }
77+
/* GenericHeading */ .chroma .gh { }
78+
/* GenericInserted */ .chroma .gi { }
79+
/* GenericOutput */ .chroma .go { }
80+
/* GenericPrompt */ .chroma .gp { }
81+
/* GenericStrong */ .chroma .gs { font-weight: bold }
82+
/* GenericSubheading */ .chroma .gu { }
83+
/* GenericTraceback */ .chroma .gt { }
84+
/* GenericUnderline */ .chroma .gl { }
85+
/* TextWhitespace */ .chroma .w { }

assets/images/icon-pack/.gitkeep

Whitespace-only changes.

assets/js/custom.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)