Theme Files Update
This commit is contained in:
parent
8665d71482
commit
e4ce7f5a4c
3 changed files with 7 additions and 4 deletions
|
@ -37,6 +37,9 @@ custom_js = ["js/custom-about.js"]
|
||||||
|
|
||||||
The files itself will reside in `static/css` for CSS files and `static/js` for JS files. Refer to [Staging Branch](https://github.com/1bl4z3r/hermit-V2/tree/staging) to have a feel on how [this](https://github.com/1bl4z3r/hermit-V2/blob/staging/content/about-hugo.md) is implemented.
|
The files itself will reside in `static/css` for CSS files and `static/js` for JS files. Refer to [Staging Branch](https://github.com/1bl4z3r/hermit-V2/tree/staging) to have a feel on how [this](https://github.com/1bl4z3r/hermit-V2/blob/staging/content/about-hugo.md) is implemented.
|
||||||
|
|
||||||
|
### Demo
|
||||||
|
|
||||||
|
Demo page [https://1bl4z3r.github.io/hermit-V2/](https://1bl4z3r.github.io/hermit-V2/), which is both demo as well as documentation for the theme, is located in [Staging Branch](https://github.com/1bl4z3r/hermit-V2/tree/staging)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,6 @@ pre tt {
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding: .7em 1.1em;
|
padding: .7em 1.1em;
|
||||||
overflow: auto;
|
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
|
@ -58,7 +57,7 @@ pre {
|
||||||
code {
|
code {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: $midnightblue;
|
background: #272822;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -163,8 +162,9 @@ table {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.highlight div,
|
||||||
.highlight pre {
|
.highlight pre {
|
||||||
padding-right: 75px;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight-copy-btn {
|
.highlight-copy-btn {
|
||||||
|
|
|
@ -125,7 +125,7 @@ enableEmoji = true
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "github"
|
name = "github"
|
||||||
url = "https://github.com/"
|
url = "https://github.com/1bl4z3r/hermit-V2/tree/staging"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue