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
I'm in favor of nanoc, however I found that there are no offical tutorial on how to make a blog with nanoc. The tutorial which I found in Google is also 12 years old.
I'm a Ruby web developer and have used site generators before, but it still takes some trial and error to setup a blog. I think setting up a blog should be a very smooth experience.
I think provide a blog-oritend sample project git repo would be very helpful. I might provide one later.
Below are the changes that I have to make to make my first blog site running:
# Rules
compile '/**/*.html' do
filter :erb
....
compile '/**/*.md' do
filter :kramdown
layout '/default.*'
write item.identifier.without_ext + '.html'
end
I'm in favor of nanoc, however I found that there are no offical tutorial on how to make a blog with nanoc. The tutorial which I found in Google is also 12 years old.
I'm a Ruby web developer and have used site generators before, but it still takes some trial and error to setup a blog. I think setting up a blog should be a very smooth experience.
I think provide a blog-oritend sample project git repo would be very helpful. I might provide one later.
Below are the changes that I have to make to make my first blog site running:
The text was updated successfully, but these errors were encountered: