You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.
I was considering to migrate my Hexo blog to Gatsby, then I found this. It looks neat to me, and is similar to Hexo in some way. I haven't tried it yet, but here I want to ask a question (or like feature request?).
I saw the docs of customization of themes, it seems that we at least have to contain an index and a page templates/layouts, for a theme.
In fact you can already, if there's theme/layout.js or theme/layout.vue, it will leave the layout management to you. The docs are still work in progress, sorry about that 😅
I was considering to migrate my Hexo blog to Gatsby, then I found this. It looks neat to me, and is similar to Hexo in some way. I haven't tried it yet, but here I want to ask a question (or like feature request?).
I saw the docs of customization of themes, it seems that we at least have to contain an
index
and apage
templates/layouts, for a theme.I'm just considering that why not making the page layout to be optional too, which likes Hexo.
index
post
index
page
index
archive
index
category
archive
tag
archive
Then at the very least, the theme(in most cases: a theme prototype) can just contain an
index
template/layout.Just filing a question here, peco looks delicious, keep working! 👍
The text was updated successfully, but these errors were encountered: