Releases: ananthb/jughead
v1.13.1
v1.13.0 - Resume Customization
What's New
Resume Section Controls
- Toggle sections on/off via config
- Default sections: Work Experience, Education, Projects
- Brief mode for Work and Education - shows only position/company/dates
Configuration
[params.jsonResume]
# Brief mode - compact display
briefWork = true
briefEducation = true
# Toggle sections
[params.jsonResume.sections]
work = true
education = true
projects = true
skills = true # enable additional sections as needed
volunteer = false
awards = falseOther Changes
- New milkshake logo for favicons
- Updated README with visible screenshot
- Smaller logo in README header
v1.12.0 - New Theming System
Full Changelog: v1.11.16...v1.12.0
v1.11.16
Fix Resume Rendering
Full Changelog: v1.11.15...v1.11.16
v1.11.15
Actually show/hide Resume
Full Changelog: v1.11.14...v1.11.15
v1.11.14
Disable QR Code
Full Changelog: v1.11.13...v1.11.14
v1.11.13
Skip Rendering Resume Sometimes
If there's no resume data, don't render it.
Full Changelog: v1.11.12...v1.11.13
v1.11.12
Small Layout Changes
Full Changelog: v1.11.11...v1.11.12
v1.11.11
Tweak Resume Section Headers
Section headers are highlighted more clearly.
Dates have moved to the left.
Work ex alone has an optional location that's shown on the right.
Fixed an issue where partials where called as {{ template 'partials/...' }} instead of as {{ partial '...' }}.
Full Changelog: v1.11.9...v1.11.11
v1.11.9
Improved Taxonomies
Tags and Categories are featured on the site footer everywhere.
Post tags and categories are displayed at the end of blog posts.
Blog posts are subtly differentiated from other page types in lists and in single templates.
Small fixes
TOC Levels, fixed page titles, fixed default list page, and spruced up the blog archetype file.