v0.16.0
- sitemap created
- glams working
v0.15.0
- page metadata now auto injected
- all pages now auto generated
- removed version switcher and moved search into lower header menu section
v0.14.0
v0.13.0
- Major refactor with themes being centralized in core.
- Portals can now override theme css easily.
- added Focus Panels feature
- added images
- bug fixes for TOC pages with no links
v0.12.0
- Implemented multi-portal builds:
- You can now specify the exact portal you want to build in the CLI, i.e.
goblin run main.gbln sheriff
goblin run main.gbln sheriff
- Or you can specify to build all the portals in your site/portals directory:
- Implemented soft pagination for docs and blog pages. If you click the button to the right of the metadata for each page (toggle page mode) it will paginate the content.
v0.11.0
- Implemented Prospector search module (not wired up yet).
v0.10.0
- Everything in new Sheriff working up to the individual modules replacing their tokens.
- Routes created, wikilinks work, markdown converts, layouts and slots work.
v0.9.5
- Complete overhaul of Sheriff Architecture to using Goblin summoning magic.
- Standardized wikilinks appear as p/sheriff/changelog or with custom text.
- Began Brindle processing layouts and frontmatter extraction.
v0.8.4
- refactored module directory names
- refactor of Frontier module
v0.8.3
- fixed breadcrumbs on home page bug
- broke nav header menu into two sections (top and bottom) to make more room for links
v0.8.2
- Changed dark/light from text to icons
- Added repo badge, right now just pulls manually from yaml (later we'll dynamically embed this)
- Implemented new goblin Override token system.
v0.8.1
- Frontier module now handles all frontmatter processing. This is used inside Campfire and other modules.
v0.8.0
- added blog feature with the Campfire module
v0.7.0
- added wikilink capability with the Trailboss module
v0.6.5
- added new Badge module that currently pulls the version
- placed version Badge in header, auto pulled from goblin.yaml
v0.6.4
- updated Scout module to fix canonical entries
- updated footer nav menu for left and right classes
v0.6.3
- updated header nav to include dark/light toggle button
- changed Brindle module to allow toggling between two css themes
v0.6.2
- added Obsidian Brindle theme
- added placeholder search bar in top nav menu
- made TOC menu toggleable with up/down arrow
v0.6.1
- added automatic TOC generation based on anchor links in html
- fixed column and layout to add TOC sidebar
- updated Goblin language to include sweep mechanics