Skip to content

Releases: ananthb/jughead

v1.13.1

08 Feb 11:48

Choose a tag to compare

Fix HTML title spacing: Page Title | Site Title

v1.13.0 - Resume Customization

08 Feb 11:42

Choose a tag to compare

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 = false

Other Changes

  • New milkshake logo for favicons
  • Updated README with visible screenshot
  • Smaller logo in README header

v1.12.0 - New Theming System

08 Feb 11:00

Choose a tag to compare

v1.11.16

19 Oct 14:14
9719731

Choose a tag to compare

Fix Resume Rendering

Full Changelog: v1.11.15...v1.11.16

v1.11.15

19 Oct 13:11
87e5632

Choose a tag to compare

Actually show/hide Resume

Full Changelog: v1.11.14...v1.11.15

v1.11.14

19 Oct 12:16
3c3c5fb

Choose a tag to compare

Disable QR Code

Full Changelog: v1.11.13...v1.11.14

v1.11.13

19 Oct 10:30
4e87a2c

Choose a tag to compare

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

19 Oct 10:08
94a0fa9

Choose a tag to compare

Small Layout Changes

Full Changelog: v1.11.11...v1.11.12

v1.11.11

24 Apr 05:50

Choose a tag to compare

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

05 Feb 16:54

Choose a tag to compare

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.