Theme Files Update

This commit is contained in:
GitHub Action 2023-10-22 09:57:12 +00:00
parent 8665d71482
commit e4ce7f5a4c
3 changed files with 7 additions and 4 deletions

View file

@ -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.
### 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)
---

View file

@ -45,7 +45,6 @@ pre tt {
pre {
padding: .7em 1.1em;
overflow: auto;
font-size: .9em;
line-height: 1.5;
letter-spacing: normal;
@ -58,7 +57,7 @@ pre {
code {
padding: 0;
margin: 0;
background: $midnightblue;
background: #272822;
}
}
@ -163,8 +162,9 @@ table {
position: relative;
}
.highlight div,
.highlight pre {
padding-right: 75px;
overflow-x: auto;
}
.highlight-copy-btn {

View file

@ -125,7 +125,7 @@ enableEmoji = true
[[params.social]]
name = "github"
url = "https://github.com/"
url = "https://github.com/1bl4z3r/hermit-V2/tree/staging"
[menu]