mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-09-06 11:17:34 -05:00
Compare commits
1 Commits
2ca8d0bde4
...
clean-up-p
Author | SHA1 | Date | |
---|---|---|---|
bbab41e90f
|
@@ -969,6 +969,7 @@ aside.quote {
|
|||||||
.main-container {
|
.main-container {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
@@ -981,12 +982,17 @@ aside.quote {
|
|||||||
break-inside: avoid;
|
break-inside: avoid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-of-contents {
|
.table-of-contents:not(.print) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-of-contents.print {
|
.table-of-contents.print {
|
||||||
display: block;
|
display: block;
|
||||||
|
background-color: unset;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.table-of-contents.print ul {
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#back-to-top {
|
#back-to-top {
|
||||||
|
@@ -16,11 +16,6 @@ author:
|
|||||||
markup: # this just keeps the bobatheme markup styling
|
markup: # this just keeps the bobatheme markup styling
|
||||||
_merge: deep
|
_merge: deep
|
||||||
|
|
||||||
outputs:
|
|
||||||
page:
|
|
||||||
- html
|
|
||||||
- markdown
|
|
||||||
|
|
||||||
params:
|
params:
|
||||||
# these are for the OpenGraph/Twitter embeds in Hugo
|
# these are for the OpenGraph/Twitter embeds in Hugo
|
||||||
description: Example website for bobatheme
|
description: Example website for bobatheme
|
||||||
|
@@ -1,9 +0,0 @@
|
|||||||
{{ with .File -}}
|
|
||||||
{{ with (.Path | readFile) -}}
|
|
||||||
{{ . -}}
|
|
||||||
{{ else -}}
|
|
||||||
{{ errorf "file not found: %s" .Path -}}
|
|
||||||
{{ end -}}
|
|
||||||
{{ else -}}
|
|
||||||
{{ errorf "no file available for markdown template?" -}}
|
|
||||||
{{ end -}}
|
|
Reference in New Issue
Block a user