mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
theme: adjust leading whitespace and superflous lines
This commit is contained in:
parent
bdce9ec45a
commit
b29f1ce055
10 changed files with 28 additions and 41 deletions
|
@ -90,7 +90,6 @@ If you need to change this default behavior, create a new file in `layouts/parti
|
||||||
First, create a new CSS file in your local `static/css` folder prefixed by `theme` (e.g. with _mine_ theme `static/css/theme-mine.css`). Copy the following content and modify colors in CSS variables.
|
First, create a new CSS file in your local `static/css` folder prefixed by `theme` (e.g. with _mine_ theme `static/css/theme-mine.css`). Copy the following content and modify colors in CSS variables.
|
||||||
|
|
||||||
```css
|
```css
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
||||||
--MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
|
--MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
|
||||||
|
@ -105,7 +104,7 @@ First, create a new CSS file in your local `static/css` folder prefixed by `them
|
||||||
--MENU-SEARCH-BOX-color: #33a1ff; /* Override search field border color */
|
--MENU-SEARCH-BOX-color: #33a1ff; /* Override search field border color */
|
||||||
--MENU-SEARCH-BOX-ICONS-color: #a1d2fd; /* Override search field icons color */
|
--MENU-SEARCH-BOX-ICONS-color: #a1d2fd; /* Override search field icons color */
|
||||||
|
|
||||||
--MENU-SECTIONS-ACTIVE-BG-color:#20272b; /* Background color of the active section and its childs */
|
--MENU-SECTIONS-ACTIVE-BG-color:#20272b; /* Background color of the active section and its children */
|
||||||
--MENU-SECTIONS-BG-color:#252c31; /* Background color of other sections */
|
--MENU-SECTIONS-BG-color:#252c31; /* Background color of other sections */
|
||||||
--MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */
|
--MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */
|
||||||
--MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */
|
--MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */
|
||||||
|
|
|
@ -22,7 +22,6 @@ tags: ["tutorial", "theme"]
|
||||||
|
|
||||||
## Behavior
|
## Behavior
|
||||||
|
|
||||||
|
|
||||||
The tags are displayed at the top of the page, in their insertion order.
|
The tags are displayed at the top of the page, in their insertion order.
|
||||||
|
|
||||||
Each tag is a link to a *Taxonomy* page displaying all the articles with the given tag.
|
Each tag is a link to a *Taxonomy* page displaying all the articles with the given tag.
|
||||||
|
|
|
@ -4,8 +4,8 @@ description = ""
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||||||
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||||||
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||||||
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
||||||
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
||||||
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
@ -39,7 +39,6 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
{{$showPrevNext := (and (not .Params.disableNextPrev) (not .Site.Params.disableNextPrev))}}
|
{{$showPrevNext := (and (not .Params.disableNextPrev) (not .Site.Params.disableNextPrev))}}
|
||||||
{{if $showPrevNext}}
|
{{if $showPrevNext}}
|
||||||
{{with ($.Scratch.Get "prevPage")}}
|
{{with ($.Scratch.Get "prevPage")}}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* Insert here special css for hugo theme, on top of any other imported css */
|
/* Insert here special css for hugo theme, on top of any other imported css */
|
||||||
|
|
||||||
|
|
||||||
/* Table of contents */
|
/* Table of contents */
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
|
|
||||||
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
||||||
--MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
|
--MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
|
||||||
--MAIN-LINK-color:#1C90F3; /* Color of links */
|
--MAIN-LINK-color:#1C90F3; /* Color of links */
|
||||||
|
@ -17,7 +15,7 @@
|
||||||
--MENU-SEARCH-BOX-color: #33a1ff; /* Override search field border color */
|
--MENU-SEARCH-BOX-color: #33a1ff; /* Override search field border color */
|
||||||
--MENU-SEARCH-BOX-ICONS-color: #a1d2fd; /* Override search field icons color */
|
--MENU-SEARCH-BOX-ICONS-color: #a1d2fd; /* Override search field icons color */
|
||||||
|
|
||||||
--MENU-SECTIONS-ACTIVE-BG-color:#20272b; /* Background color of the active section and its childs */
|
--MENU-SECTIONS-ACTIVE-BG-color:#20272b; /* Background color of the active section and its children */
|
||||||
--MENU-SECTIONS-BG-color:#252c31; /* Background color of other sections */
|
--MENU-SECTIONS-BG-color:#252c31; /* Background color of other sections */
|
||||||
--MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */
|
--MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */
|
||||||
--MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */
|
--MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
|
|
||||||
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
||||||
--MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
|
--MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
|
||||||
--MAIN-LINK-color:#599a3e; /* Color of links */
|
--MAIN-LINK-color:#599a3e; /* Color of links */
|
||||||
|
@ -17,7 +15,7 @@
|
||||||
--MENU-SEARCH-BOX-color: #84c767; /* Override search field border color */
|
--MENU-SEARCH-BOX-color: #84c767; /* Override search field border color */
|
||||||
--MENU-SEARCH-BOX-ICONS-color: #c7f7c4; /* Override search field icons color */
|
--MENU-SEARCH-BOX-ICONS-color: #c7f7c4; /* Override search field icons color */
|
||||||
|
|
||||||
--MENU-SECTIONS-ACTIVE-BG-color:#1b211c; /* Background color of the active section and its childs */
|
--MENU-SECTIONS-ACTIVE-BG-color:#1b211c; /* Background color of the active section and its children */
|
||||||
--MENU-SECTIONS-BG-color:#222723; /* Background color of other sections */
|
--MENU-SECTIONS-BG-color:#222723; /* Background color of other sections */
|
||||||
--MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */
|
--MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */
|
||||||
--MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */
|
--MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
|
|
||||||
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
||||||
--MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
|
--MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
|
||||||
--MAIN-LINK-color:#f31c1c; /* Color of links */
|
--MAIN-LINK-color:#f31c1c; /* Color of links */
|
||||||
|
@ -17,7 +15,7 @@
|
||||||
--MENU-SEARCH-BOX-color: #ef2020; /* Override search field border color */
|
--MENU-SEARCH-BOX-color: #ef2020; /* Override search field border color */
|
||||||
--MENU-SEARCH-BOX-ICONS-color: #fda1a1; /* Override search field icons color */
|
--MENU-SEARCH-BOX-ICONS-color: #fda1a1; /* Override search field icons color */
|
||||||
|
|
||||||
--MENU-SECTIONS-ACTIVE-BG-color:#2b2020; /* Background color of the active section and its childs */
|
--MENU-SECTIONS-ACTIVE-BG-color:#2b2020; /* Background color of the active section and its children */
|
||||||
--MENU-SECTIONS-BG-color:#312525; /* Background color of other sections */
|
--MENU-SECTIONS-BG-color:#312525; /* Background color of other sections */
|
||||||
--MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */
|
--MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */
|
||||||
--MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */
|
--MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
|
|
||||||
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
--MAIN-TEXT-color:#323232; /* Color of text by default */
|
||||||
--MAIN-TITLES-TEXT-color: #444753; /* Color of titles h2-h3-h4-h5 */
|
--MAIN-TITLES-TEXT-color: #444753; /* Color of titles h2-h3-h4-h5 */
|
||||||
--MAIN-LINK-color:#486ac9; /* Color of links */
|
--MAIN-LINK-color:#486ac9; /* Color of links */
|
||||||
|
@ -17,7 +15,7 @@
|
||||||
--MENU-SEARCH-BOX-color: #efefef; /* Override search field border color */
|
--MENU-SEARCH-BOX-color: #efefef; /* Override search field border color */
|
||||||
--MENU-SEARCH-BOX-ICONS-color: #ddd; /* Override search field icons color */
|
--MENU-SEARCH-BOX-ICONS-color: #ddd; /* Override search field icons color */
|
||||||
|
|
||||||
--MENU-SECTIONS-ACTIVE-BG-color:#202028; /* Background color of the active section and its childs */
|
--MENU-SECTIONS-ACTIVE-BG-color:#202028; /* Background color of the active section and its children */
|
||||||
--MENU-SECTIONS-BG-color:#282830; /* Background color of other sections */
|
--MENU-SECTIONS-BG-color:#282830; /* Background color of other sections */
|
||||||
--MENU-SECTIONS-LINK-color: #bababa; /* Color of links in menu */
|
--MENU-SECTIONS-LINK-color: #bababa; /* Color of links in menu */
|
||||||
--MENU-SECTIONS-LINK-HOVER-color: #fff; /* Color of links in menu, when hovered */
|
--MENU-SECTIONS-LINK-HOVER-color: #fff; /* Color of links in menu, when hovered */
|
||||||
|
|
|
@ -207,7 +207,6 @@ $(window).resize(function() {
|
||||||
|
|
||||||
})(jQuery, 'smartresize');
|
})(jQuery, 'smartresize');
|
||||||
|
|
||||||
|
|
||||||
jQuery(function() {
|
jQuery(function() {
|
||||||
restoreTabSelections();
|
restoreTabSelections();
|
||||||
initMermaid();
|
initMermaid();
|
||||||
|
|
Loading…
Reference in a new issue