Compare commits
No commits in common. "5bdaf8a142e86dfec1568a882ec17c6ae9855983" and "fa0ff76442a11286af97549b1d3911421a492dde" have entirely different histories.
5bdaf8a142
...
fa0ff76442
@ -8,7 +8,6 @@ enableEmoji = true
|
|||||||
author = { name = "Zoness", bio = "Just a programmer writing stuff on the internet.", avatar = "images/avatar.png" }
|
author = { name = "Zoness", bio = "Just a programmer writing stuff on the internet.", avatar = "images/avatar.png" }
|
||||||
authorbox = true
|
authorbox = true
|
||||||
post_meta = ["author", "date", "categories"] # Order of post meta information
|
post_meta = ["author", "date", "categories"] # Order of post meta information
|
||||||
customCSS = ["/css/custom.css"] # Add after your existing Params
|
|
||||||
|
|
||||||
[Params.sidebar]
|
[Params.sidebar]
|
||||||
home = "right" # Configure layout for home page
|
home = "right" # Configure layout for home page
|
||||||
@ -41,11 +40,6 @@ enableEmoji = true
|
|||||||
icon = "tumblr.svg" # Optional. Path relative to "layouts/partials"
|
icon = "tumblr.svg" # Optional. Path relative to "layouts/partials"
|
||||||
rel = "me" # Set to false to remove the rel attribute
|
rel = "me" # Set to false to remove the rel attribute
|
||||||
|
|
||||||
[[Params.widgets.social.custom]]
|
|
||||||
title = "RSS"
|
|
||||||
url = "index.xml"
|
|
||||||
icon = "rss.svg"
|
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
[permalinks.page]
|
[permalinks.page]
|
||||||
posts = '/posts/:year/:month/:slug/'
|
posts = '/posts/:year/:month/:slug/'
|
||||||
|
|||||||
@ -1,6 +0,0 @@
|
|||||||
<svg class="icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<rect x="0" y="0" width="16" height="16" fill="currentColor" opacity="0.8"/>
|
|
||||||
<path fill="currentColor" d="M10.39 5.6C8.28 3.49 5.35 2.24 2.28 2.24v2.27c2.47 0 4.8 0.96 6.55 2.62c1.75 1.75 2.71 4.08 2.71 6.55h2.27C13.17 10.61 11.59 7.69 10.39 5.6z"/>
|
|
||||||
<path fill="currentColor" d="M2.26 6.07v2.27c2.99 0 5.43 2.43 5.43 5.43h2.27C9.95 9.57 6.35 6.07 2.26 6.07z"/>
|
|
||||||
<circle fill="currentColor" cx="3.87" cy="12.2" r="1.63"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 544 B |
@ -1,10 +0,0 @@
|
|||||||
/* Site title - homepage header container */
|
|
||||||
.header__container::after {
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
height: 4px;
|
|
||||||
background: #e22d30;
|
|
||||||
margin: 15px auto 0;
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user