Change default config to use pathPrefix: "/" and then use --pathprefix="/eleventy-base-blog/
for GitHub deploy command. Requires Eleventy v0.2.11
This commit is contained in:
@ -153,5 +153,8 @@ pre {
|
||||
/* Warning */
|
||||
.warning {
|
||||
background-color: #ffc;
|
||||
padding: 0.375em 0.625em; /* 6px 10px /16 */
|
||||
padding: 1em 0.625em; /* 16px 10px /16 */
|
||||
}
|
||||
.warning ol:only-child {
|
||||
margin: 0;
|
||||
}
|
Reference in New Issue
Block a user