code is bold
This commit is contained in:
parent
083736d322
commit
1e9f07747d
|
@ -2,8 +2,6 @@
|
||||||
base_url = "https://ewintr.nl"
|
base_url = "https://ewintr.nl"
|
||||||
|
|
||||||
theme = "no-style-please"
|
theme = "no-style-please"
|
||||||
#theme = "radion"
|
|
||||||
#theme = "duckquill"
|
|
||||||
|
|
||||||
|
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
|
@ -21,4 +19,3 @@ highlight_theme = "charcoal"
|
||||||
[extra]
|
[extra]
|
||||||
# Put all your custom variables here
|
# Put all your custom variables here
|
||||||
list_pages = true
|
list_pages = true
|
||||||
theme = "toggle"
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
+++
|
+++
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
paginate_by = 5
|
|
||||||
+++
|
+++
|
||||||
|
|
||||||
hoi
|
hoi
|
||||||
|
|
|
@ -70,7 +70,8 @@ table, th, td {
|
||||||
code {
|
code {
|
||||||
// color: white;
|
// color: white;
|
||||||
// background: black;
|
// background: black;
|
||||||
border: 1px solid black;
|
// border: 1px solid black;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
|
|
Loading…
Reference in New Issue