What's Changed
- feat(themes): implement theme management system by @NTBBloodbath in #66
- ref(init): prompt user for site configuration by @NTBBloodbath in #68
- feat: implement content metadata validation by @NTBBloodbath in #72
- feat: handle theme assets by @NTBBloodbath in #74
- ref!: overhaul the commands codebase by @NTBBloodbath in #77
- feat!: improve logging by @NTBBloodbath in #78
- feat(serve): add support for
--host
to expose server to LAN address by @NTBBloodbath in #80 - ref(new): prompt for metadata values if creating a norg document by @NTBBloodbath in #81
- feat: enable
preserve_order
features by @NTBBloodbath in #84 - feat: expose posts pages to both server and build by @NTBBloodbath in #85
- refactor(new): improve title generation, remove path components from the generated title by @NTBBloodbath in #87
- feat: add support for Table of Contents by @NTBBloodbath in #88
- feat: add support for RSS feeds by @NTBBloodbath in #91
- feat: add favicon image support in RSS by @NTBBloodbath in #93
- refactor(build): use
lightningcss
instead ofcss-minify
by @NTBBloodbath in #95 - feat: implement taxonomies using
categories
by @NTBBloodbath in #96 - feat(config): allow setting commands configuration in the site configuration file by @NTBBloodbath in #98
Full Changelog: v0.1.1...v0.2.0