issues
search
osteele
/
gojekyll
A fast Go implementation of the Jekyll blogging engine
MIT License
332
stars
14
forks
source link
Themes
#1
Closed
osteele
closed
7 years ago
osteele
commented
7 years ago
Implementation plan:
Site.Read adds the files in $theme/assets, before adding the files in the main site (so that the latter takes precedence)
layouts looks in $themes/_include, after looking in the main _include
include_relative
from the theme directory needs to look first in the corresponding non-theme location
The sass copier should first copy files from $themes/_sass, then overwrite them with $site/_sass
Implementation plan:
include_relative
from the theme directory needs to look first in the corresponding non-theme location