-
The
filesystem
data source will still be part of core. Ideally, it could be moved out, but a lot of tests in core depend on the filesystem data source, and cleaning that up is a lot of (unecessary) work. -
For the same reason, the
erb
filter is still part of core as well.
- Get rid of the
text
helper. It is tiny, incomplete and buggy. - Ensure helper names end with -ing. This means
html_escaping
, nothtml_escape
linking
, notlink_to
- lib/
- nanoc/
- core/
- entities/
- …
- version.rb
- entities/
- core/
- nanoc-core.rb
- nanoc/
An example of the AsciiDoc filter:
- lib/
- nanoc/
- asciidoc/
- filter.rb
- version.rb
- asciidoc/
- nanoc-asciidoc.rb
- nanoc/
Use Bundler.require(:default)
. Don’t care about groups.
nanoc-core
haslib/nanoc/core/version.rb
, which definesNanoc::VERSION
.nanoc
haslib/nanoc/version.rb
, which requiresnanoc/core/version
.nanoc-cli
has nolib/nanoc-cli/version.rb
and noNanoc::CLI::VERSION
.
nanoc
, depending onnanoc-core
nanoc-cli
nanoc-kramdown
nanoc-haml
nanoc-sass
nanoc-blogging
nanoc-html_escape
nanoc-link_to
nanoc-rendering
nanoc-powerpack
, depending on EVERYTHING
nanoc-core
nanoc-cli
nanoc-check
- Also includes the CLI command.nanoc-deploy
- Also includes the CLI command.
nanoc-html_check
nanoc-css_check
nanoc-external_links_check
nanoc-internal_links_check
nanoc-stale_check
nanoc-rsync_deployer
nanoc-fog_deployer
nanoc-asciidoc
nanoc-bluecloth
nanoc-coffeescript
nanoc-colorize_syntax
nanoc-erubis
nanoc-haml
nanoc-handlebars
nanoc-kramdown
nanoc-less
nanoc-maruku
nanoc-mustache
nanoc-pandoc
nanoc-rainpress
nanoc-rdiscount
nanoc-rdoc
nanoc-redcarpet
nanoc-redcloth
nanoc-relativize_paths
nanoc-rubypants
nanoc-sass
nanoc-slim
nanoc-typogruby
nanoc-uglify_js
nanoc-xsl
nanoc-yui_compressor
nanoc-blogging
nanoc-breadcrumbs
nanoc-capturing
nanoc-filtering
nanoc-html_escape
nanoc-link_to
nanoc-rendering
nanoc-tagging
nanoc-text
nanoc-xml_sitemap
Thank you for the great work! Nanoc is so AWESOME! Just created my personal blog site with it.
Demo: http://dev.nicktd.com/nanoc-blog-site/
GitHub Repo: https://github.com/NicholasTD07/nanoc-blog-site
I love its simplicity and flexibility. So easy to shape it into what I want!