Skip to content

Commit cc331b6

Browse files
committed
Fork theme.
1 parent 8066190 commit cc331b6

131 files changed

Lines changed: 6334 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ title: From Code to Prod
99
# theme: hugo-lamp
1010
# theme: hugo-theme-pure
1111
# theme: hyde-hyde
12-
theme: minimal
12+
# theme: minimal
13+
theme: our-hyde
1314

1415
# https://gohugo.io/content-management/multilingual/
1516
defaultContentLanguage: en

themes/our-hyde/CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Changelog
2+
3+
This changelog mainly documented some major changes, updates or fixes (with credits) for reference purposes. It by no means covers all contributors. Nonetheless, to the bottom of my heart, I truly appreciate all of your time and contributions.
4+
5+
__2018-11__
6+
7+
* Per PR [#56](https://github.com/htr3n/hyde-hyde/commit/5ed13e17400bbc09a342b60fd50cd9fe3e6f1525), Gravatar pics can be used exclusively to `.Site.Params.authorimage` via the parameter `.Site.Params.social.gravatar`
8+
9+
* ```toml
10+
[params.social]
11+
gravatar = "your.email@domain.com"
12+
```
13+
14+
* Fix Hugo demo (issue [#53](https://github.com/htr3n/hyde-hyde/issues/53))
15+
16+
* Fix mobile header (PR [#51](https://github.com/htr3n/hyde-hyde/pull/51): credits to [@gamingrobot](https://github.com/gamingrobot))
17+
18+
* Add Utterances comments (PR [#50](https://github.com/htr3n/hyde-hyde/pull/50): credits to [@gamingrobot](https://github.com/gamingrobot))
19+
20+
__2018-10__
21+
22+
* Enable `hyde-hyde` to work directly with SCSSs instead of generated CSSs (PR [#45](https://github.com/htr3n/hyde-hyde/pull/45): credits to [@jd4no](https://github.com/jd4no))
23+
* Patch potential vulnerabilities of `target="_blank"` (PR [#48](https://github.com/htr3n/hyde-hyde/pull/48): credits to [@gfrcsd](https://github.com/gfrcsd))
24+
25+
__2018-09__
26+
27+
* Add _Table of Contents_
28+
* Configure using `.Site.Params.toc` with two possible value: "hugo" (using Hugo `{{ .TableOfContents }}`, and "tocbot" (using [Tocbot](https://tscanlin.github.io/tocbot/)), remove `.Site.Params.toc` to disable TOC
29+
* Change [_layouts/partials/header/styles.html_](https://github.com/htr3n/hyde-hyde/blob/master/layouts/partials/header/styles.html) to check `.Site.Params.toc` and add the corresponding styles
30+
* Change [_layouts/partials/page-single/content.html_](https://github.com/htr3n/hyde-hyde/blob/master/layouts/partials/page-single/content.html ) to add TOC per `.Site.Params.toc`
31+
* Add styles [_static-src/scss/hugo-toc.scss_](https://github.com/htr3n/hyde-hyde/blob/v2.0.2/static-src/scss/hugo-toc.scss) and [_static-src/scss/tocbot.scss_](https://github.com/htr3n/hyde-hyde/blob/v2.0.2/static-src/scss/tocbot.scss) that generate `hugo-toc.css` and `tocbot.css`, respectively
32+
* Tocbot can be configured in [_layouts/partials/page-single/footer.html_](layouts/partials/page-single/footer.html) with options as described in [its documentation](https://tscanlin.github.io/tocbot/#api)
33+
34+
__2018-07__
35+
36+
* Revise the shortcode ['fig.html'](https://github.com/htr3n/hyde-hyde/blob/master/layouts/shortcodes/fig.html)
37+
* Rename `header/font-awesome.html` to `header/font-awesome-css.html` and adds [_footer/font-awesome-js.html_](https://github.com/htr3n/hyde-hyde/blob/master/layouts/partials/footer/font-awesome-js.html), uses Font-Awesome 5 deferred JavaScript loading to reduce CSS rendering blocking
38+
* Refactor and consolidate all responsive breakpoints and creates a new style [_\_responsive.scss_](https://github.com/htr3n/hyde-hyde/blob/v2.0.1/static-src/scss/hyde-hyde/_responsive.scss)
39+
* Refactor portfolio's projects into [_\_project.scss_](https://github.com/htr3n/hyde-hyde/blob/v2.0.1/static-src/scss/hyde-hyde/_project.scss)
40+
* Refactor styles for a list of posts into [_\_list.scss_](https://github.com/htr3n/hyde-hyde/blob/v2.0.1/static-src/scss/hyde-hyde/_list.scss)
41+
* Refactor misc. styles into [_\_misc.scss_](https://github.com/htr3n/hyde-hyde/blob/v2.0.1/static-src/scss/hyde-hyde/_misc.scss)
42+
* Remove [_\_customised.scss_](https://github.com/htr3n/hyde-hyde/blob/v2.0.0/static-src/scss/hyde-hyde/_customised.scss)
43+
44+
__Version 2.0__
45+
46+
* The main styles are refactored and redeveloped using SCSS (see [_static-src/scss_](https://github.com/htr3n/hyde-hyde/tree/v2.0.0/static-src/scss))
47+
and we no longer need `poole.css` and `hyde.css` because `hyde-hyde.scss` already incorporates relevant elements
48+
* `Hyde-hyde` can be customised by changing SCSS styles in [_static-src/scss/hyde-hyde_](https://github.com/htr3n/hyde-hyde/tree/v2.0.0/static-src/scss/hyde-hyde) and layouts in [_layouts_](https://github.com/htr3n/hyde-hyde/tree/v2.0.0/layouts)
49+
* To generate `hyde-hyde.css`, please use any SCSS compiler to compile the main file `hyde-hyde.scss`
50+
* Restructure/modularise further the layouts (see [_layouts_](https://github.com/htr3n/hyde-hyde/tree/v2.0.0/layouts))
51+
* Add '[_Portfolio_](https://github.com/htr3n/hyde-hyde/tree/v2.0.0/layouts/portfolio)' page inspired by Xiaoying Riley ([@3rdwave_themes](https://twitter.com/3rdwave_themes)) [Developer-Theme](https://github.com/xriley/developer-theme)
52+
* Change the main body font to use system fonts (see [_\_variables.scss_](https://github.com/htr3n/hyde-hyde/tree/v2.0.0/static-src/scss/hyde-hyde/_variables.scss))
53+
* In case you prefer Web fonts, just include the template "[web-fonts.html](https://github.com/htr3n/hyde-hyde/tree/v2.0.0/layouts/partials/header/web-fonts.html)" to "[header.html](https://github.com/htr3n/hyde-hyde/tree/v2.0.0/layouts/partials/header.html)"
54+
* Switch to main fixed width font [Source Code Pro](https://fonts.google.com/specimen/Source+Code+Pro)
55+
* Add OpenGraph and TwitterCard templates (for SEO)
56+
* Add '_Related Articles_' (see [_layouts/partials/post-related.html_](https://github.com/htr3n/hyde-hyde/tree/v2.0.0/layouts/partials/post-related.html))
57+
* Add page navigation _NEXT / PREVIOUS_
58+
* Switch datetime format to `"Jan 02 '06"` in the list of posts (see [_layouts/partials/post-list.html_](https://github.com/htr3n/hyde-hyde/tree/v2.0.0/layouts/partials/post-list.html)) to save some space
59+
* Change styles for links, tags, text
60+
* Add some handy shortcodes for `<kbd></kbd>` and `<blockquote></blockquote>`
61+
* The License under '_Some Rights Reversed_' in the sidebar is switched from [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/) to [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
62+
63+
__Version 1.0__
64+
65+
* Color tones and layouts are inspired by [Nate Finch's blog](https://npf.io)
66+
* Restructure/modularise the layouts (see [`layouts/_default/baseof.html`](https://github.com/htr3n/hyde-hyde/tree/v1.0.0/layouts/_default/baseof.html), [`layouts/_default/single.html`](https://github.com/htr3n/hyde-hyde/tree/v1.0.0/layouts/_default/single.html), [`layouts/_default/list.html`](https://github.com/htr3n/hyde-hyde/tree/v1.0.0/layouts/_default/list.html) and [`layouts/partials`](https://github.com/htr3n/hyde-hyde/tree/v1.0.0/layouts/partials/))
67+
* Use [highlight.js](https://highlightjs.org) for code highlighting
68+
* Use [Font-Awesome 5](https://fontawesome.com)'s icons
69+
* Use main font [Fira-Sans](https://fonts.google.com/specimen/Fira+Sans) + fixed width font [Roboto Mono](https://fonts.google.com/specimen/Roboto+Mono)
70+
* Add [GraphComment](https://graphcomment.com) for replacing the built-in [Disqus](https://disqus.com)
71+
* Fork from [Hyde](https://github.com/spf13/hyde)
72+
* Refactor `basedof.html` and corresponding pages `index.html`, `single.html`, `list.html`
73+
- define blocks `content` and `footer` that will be fulfilled by each different type of layout.

themes/our-hyde/LICENSE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Released under MIT License
2+
3+
Copyright (c) 2018 Huy Tran.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

themes/our-hyde/README.md

Lines changed: 190 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,190 @@
1+
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://github.com/htr3n/hyde-hyde/blob/master/LICENSE.md) ![GitHub release](https://img.shields.io/github/release/htr3n/hyde-hyde.svg) ![GitHub stars](https://img.shields.io/github/stars/htr3n/hyde-hyde.svg) ![GitHub forks](https://img.shields.io/github/forks/htr3n/hyde-hyde.svg) ![GitHub issues](https://img.shields.io/github/issues/htr3n/hyde-hyde.svg) ![GitHub issues closed](https://img.shields.io/github/issues-closed/htr3n/hyde-hyde.svg)
2+
3+
# Hyde-hyde
4+
5+
__`Hyde-hyde`__ is a [Hugo](https://gohugo.io)'s theme inspired and derived from @spf13's [Hyde](https://github.com/spf13/hyde.git) and [Nate Finch's blog](https://npf.io).
6+
7+
## Breaking Changes
8+
9+
Since version 2.0, __`hyde-hyde`__ has been overhauled and, therefore, might cause some disruptions.
10+
11+
* The main styles are refactored and redeveloped using SCSS (see [_assets/scss_](https://github.com/htr3n/hyde-hyde/blob/master/assets/scss)), `poole.css` and `hyde.css` are no longer needed because `hyde-hyde.scss` already incorporates relevant elements (I still keep them there for reference purpose)
12+
* Per PR [#45 by [@jd4no](https://github.com/jd4no), `hyde-hyde` can use SCSSs directly in the templates instead of the generated CSSs. The generated CSSs and the generated resources are still kept in `hyde-hyde` in order to ensure the demo on [Hugo theme site](https://themes.gohugo.io) working.
13+
* The layouts have been heavily restructured and modularised further (see [_layouts_](https://github.com/htr3n/hyde-hyde/blob/master/layouts))
14+
* Adding '[_Portfolio_](https://github.com/htr3n/hyde-hyde/blob/master/layouts/portfolio)' page inspired by Xiaoying Riley (@3rdwave_themes) [Developer-Theme](https://github.com/xriley/developer-theme)
15+
* Switching to use system fonts instead of Web fonts (e.g. privacy issues)
16+
* Experimenting a collapsible menu in mobile mode
17+
* Adding _Table of Contents_
18+
* Configure using `.Site.Params.toc` with two possible value: "hugo" (using Hugo `{{ .TableOfContents }}`, and "tocbot" (using [Tocbot](https://tscanlin.github.io/tocbot/)), remove `.Site.Params.toc` to disable TOC
19+
* Tocbot can be configured in [_layouts/partials/page-single/footer.html_](_layouts/partials/page-single/footer.html_) with options as described in [its documentation](https://tscanlin.github.io/tocbot/#api)
20+
21+
For more details, please refer to [CHANGELOG](https://github.com/htr3n/hyde-hyde/blob/master/CHANGELOG.md). A real site in action can be found [here](https://htr3n.github.io) and its [WIP source](https://github.com/htr3n/htr3n-blog) for reference.
22+
23+
## Usage
24+
25+
### Installation
26+
27+
__`Hyde-hyde`__ can be easily installed as many other Hugo themes:
28+
29+
```sh
30+
$ cd HUGO_PROJECT
31+
32+
# then either clone hyde-hyde
33+
$ git clone https://github.com/htr3n/hyde-hyde.git themes/hyde-hyde
34+
35+
# or just add hyde-hyde as a submodule
36+
$ git submodule add https://github.com/htr3n/hyde-hyde.git themes/hyde-hyde
37+
```
38+
39+
After that, choose `hyde-hyde` as the main theme.
40+
41+
* `config.toml`
42+
43+
```toml
44+
theme = "hyde-hyde"
45+
```
46+
47+
* `config.yaml`
48+
49+
```yaml
50+
theme : "hyde-hyde"
51+
```
52+
53+
That's all. You can render your site using `hugo` and see `hyde-hyde` in action.
54+
55+
### Options
56+
57+
__`Hyde-hyde`__ essentially inherits most of Hyde's [options](https://github.com/spf13/hyde#options). There are some extra options though
58+
59+
* `highlightjs = true`: use [highlight.js](https://highlightjs.org) instead of Hugo built-in support for code highlighting
60+
61+
* `highlightjsstyle="highlight-style"`: only when `highlightjs = true`, please choose one of many _highlight.js_'s [styles](https://highlightjs.org/static/demo).
62+
* Since [v2.0.1](https://github.com/htr3n/hyde-hyde/tree/v2.0.1), highlighting for each page can be fine-tuned in the front matter, for example
63+
* `highlight = false` (default `true`)
64+
* `highlightjslanguages = ["swift", "objectivec"]`
65+
66+
* `postNavigation = true|false` (default `true`): Setting to `false` will disable the navigation _Previous Post_/ _Next Post_
67+
68+
* `relatedPosts = false|true` (default `false`): Setting to `true` allows related posts. Please refer [here](https://gohugo.io/content-management/related) for more details on related contents with Hugo.
69+
70+
* `GraphCommentId = "your-graphcomment-id"`: to use [GraphComment](https://graphcomment.com) instead of the built-in [Disqus](https://disqus.com). This option should be used exclusively with `disqusShortname = "disqus-shortname"`.
71+
72+
* `UtterancesRepo = "owner/repo-name"`: to use [Utterances](https://utteranc.es/) instead of the built-in [Disqus](https://disqus.com). This option should be used exclusively with `disqusShortname = "disqus-shortname"`.
73+
* `UtterancesIssueTerm = "pathname"` Method for Utterances to match issue's to posts (pathname, url, title, og:title)
74+
* `UtterancesTheme = "github-light"` Theme for Utterances (github-light, github-dark)
75+
76+
* `Commento = true`: to use [Commento](https://commento.io/) instead of the built-in [Disqus](https://disqus.com). This option should be used exclusively with `disqusShortname = "disqus-shortname"`.
77+
* `CommentoHost = "your-commento-instance"` [Self-hosted Commento](https://docs.commento.io/installation/self-hosting/) instance. This is not required if you're a [Commento.io](https://commento.io) user.
78+
79+
* `[params.social]`: in this section, you can set many social identities such as Twitter, Facebook, Github, Bitbucket, Gitlab, Instagram, LinkedIn, StackOverflow, Medium, Xing, Keybase.
80+
81+
```toml
82+
[params.social]
83+
twitter = "htr3n"
84+
keybase = "htr3n"
85+
github = "htr3n"
86+
...
87+
```
88+
89+
* `include_toc = false`: Setting to `false` in FrontMatter will disable too short TOC data as your want.
90+
91+
* Per PR [#56](https://github.com/htr3n/hyde-hyde/commit/5ed13e17400bbc09a342b60fd50cd9fe3e6f1525), Gravatar pics can be used exclusively to `.Site.Params.authorimage` via the parameter `.Site.Params.social.gravatar`
92+
93+
* ```toml
94+
[params.social]
95+
gravatar = "your.email@domain.com"
96+
```
97+
98+
### Customisations
99+
100+
* Most of the customisable SCSS styles in [_assets/scss/hyde-hyde_](https://github.com/htr3n/hyde-hyde/blob/master/assets/scss/hyde-hyde) and Hugo templates in [_hyde-hyde/layouts_](https://github.com/htr3n/hyde-hyde/blob/master/layouts) are modularised and can be altered/adapted easily.
101+
102+
## Portfolio
103+
104+
Since version 2.0+, I added a portfolio page just in case. If you need it, simply add a menu section '_Portfolio_' in `config.toml` as following.
105+
106+
```toml
107+
[[menu.main]]
108+
name = "Portfolio"
109+
identifier = "portfolio"
110+
weight = xyz
111+
url = "/portfolio/"
112+
```
113+
114+
In the folder `content` , create a subfolder `portfolio` and use the following folder/content structure as reference.
115+
116+
```
117+
$ tree portfolio
118+
portfolio
119+
├── _index.md
120+
├── p1.md
121+
├── p1.png
122+
├── p2.md
123+
├── p2.png
124+
...
125+
├── pn.md
126+
└── pn.png
127+
```
128+
129+
As I design the section _portfolio_ to be rendered as _list_, `_index.md` can be used to set the title for your portfolio (you can read more about `_index.md` [here](https://gohugo.io/content-management/organization/#index-pages-index-md)). For instance, when I want to set the title of my portfolio "_Projects_", the front matter of `_index.md` will be:
130+
131+
```markdown
132+
---
133+
title: 'Projects'
134+
---
135+
```
136+
The remaining of `_index.md` will be ignored.
137+
138+
For each project, just create a Markdown file with the following parameters in the front matter:
139+
140+
```markdown
141+
---
142+
title: "Project P1's Title"
143+
description: "A short description"
144+
date: '2018-01-02'
145+
link: 'https://project-p1.com'
146+
screenshot: 'p1.png'
147+
layout: 'portfolio'
148+
featured: true
149+
---
150+
Here is a longer summary of the project. You can write as long as you wish.
151+
```
152+
153+
> __Note__:
154+
>
155+
> * `date` is important to sort the project chronologically
156+
> * `layout 'portfolio'` is important as you don't want your project's page appear in the list of posts in the main page of your Web site but only in the _Portfolio_ ;)
157+
> * `featured: true` : when you want to show a project as featured project. It is default to `false`. Note that only one project should be marked `featured: true` , otherwise, the result could be random as [the Hugo template](https://github.com/htr3n/hyde-hyde/blob/master/layouts/partials/portfolio/content.html) will take the first one.
158+
> * The body of the Markdown file will be the summary of the project.
159+
160+
If you want to adjust the portfolio page to your needs, please have a look at the [main template](https://github.com/htr3n/hyde-hyde/blob/master/layouts/portfolio/list.html), that uses this [partial template](https://github.com/htr3n/hyde-hyde/blob/master/layouts/partials/portfolio/content.html) and [this SCSS style](https://github.com/htr3n/hyde-hyde/blob/master/assets/scss/hyde-hyde/_project.scss).
161+
162+
## Some Screenshots
163+
164+
### Main page
165+
166+
![hyde-hyde main screen](https://github.com/htr3n/hyde-hyde/raw/master/images/main.png)
167+
168+
### A post
169+
170+
![A post in hyde-hyde](https://github.com/htr3n/hyde-hyde/raw/master/images/post.png)
171+
172+
### Portfolio
173+
174+
![Portfolio hyde-hyde](https://github.com/htr3n/hyde-hyde/raw/master/images/portfolio.png)
175+
176+
177+
178+
### Mobile Mode with Collapsible Menu
179+
180+
<img src='https://github.com/htr3n/hyde-hyde/raw/master/images/mobile.png' alt='hyde-hyde in mobile mode' width='60%'>
181+
182+
## Author(s)
183+
184+
* Original developed by [Mark Otto](https://github.com/mdo)
185+
186+
* Hugo's `hyde` ported by [Steve Francia](https://github.com/spf13)
187+
188+
## License
189+
190+
Open sourced under the [MIT license](LICENSE.md)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
lastmod: {{ .Date }}
5+
tags : [ "dev", "hugo", "hyde-hyde"]
6+
categories : [ "dev" ]
7+
layout: post
8+
type: "post"
9+
highlight: false
10+
draft: true
11+
---
12+
13+
**Insert Lead paragraph here.**
14+
15+
A augue nunc lacus auctor efficitur tempor placerat, dictum volutpat mi vitae viverra porta non sem, himenaeos senectus vivamus potenti cubilia sollicitudin. Curae cursus inceptos tincidunt magna mi nibh ad enim etiam, molestie eu quis primis hendrerit taciti phasellus. Feugiat ultricies dictumst iaculis potenti odio laoreet urna at, ultrices curae leo accumsan proin sem lobortis.
16+
17+
## Heading 2
18+
19+
Sollicitudin ornare odio blandit aenean enim lacus accumsan elementum vestibulum porta mauris lorem, ullamcorper class fermentum sem hendrerit ante augue penatibus scelerisque felis leo proin,ad nascetur venenatis sodales dignissim viverra suspendisse turpis convallis condimentum sapien.
20+
21+
### Heading 3
22+
23+
At quisque litora ullamcorper maecenas ultricies ut dignissim luctus curabitur, cras congue eget primis aliquam fringilla nulla dictum posuere, vestibulum sit magnis nisl praesent eros ipsum nunc. Ligula lacus ipsum orci aenean integer pharetra habitasse interdum, porttitor etiam hac feugiat placerat morbi posuere turpis leo, quam at amet gravida commodo fringilla erat.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
// Hugo {{ .TableOfContents }}
2+
$toc-background-color: #eee;
3+
$toc-font-size: .9rem;
4+
5+
.toc-wrapper {
6+
font-size: $toc-font-size;
7+
padding: 0.5em 0.5em 0.5em 0em;
8+
background: $toc-background-color;
9+
label {
10+
background: url(/img/menu-close-dark.svg) no-repeat right center;
11+
display: block;
12+
cursor: pointer;
13+
padding-left: 1em;
14+
}
15+
}
16+
#TableOfContents {
17+
overflow: hidden;
18+
margin-top: 0;
19+
max-height: 100%;
20+
> ul {
21+
list-style-type: none;
22+
padding-left: 0;
23+
> li ul {
24+
list-style-type: none;
25+
padding-left: 1em;
26+
}
27+
}
28+
}
29+
30+
input#tocToggle {
31+
display: none;
32+
+ label {
33+
font-weight: bold;
34+
}
35+
&:checked {
36+
+ label {
37+
background-image: url(/img/menu-open-dark.svg);
38+
}
39+
~ #TableOfContents {
40+
max-height: 0;
41+
}
42+
}
43+
}

0 commit comments

Comments
 (0)