Skip to content

Latest commit

 

History

History
155 lines (117 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

155 lines (117 loc) · 4.04 KB

v0.5.4

2024-06-25

    • Fixed theme coloring issues, made featherlight use theme color schemes.

v0.5.3

2024-06-25

    • Added missing piece of documentation for lightbox images titles to work.

v0.5.2

2024-06-25

    • Can now add titles to images in gallery and lightbox.

v0.5.1

2024-06-22

    • Added background-image, background-size, stylesheet and pageStylesheet theme variables, improved default styling of backgrounds.
    • Now displays image.meta.alt_text under each image in galleries.
    • Support having images as menu titles in navbar.

v0.5.0

2024-04-20

    • Use tag and author taxonomies instead of tags and authors.
    • Location taxonomy can now be an array.
    • Added "credits" section in README and improved it's content a bit.

v0.4.1

2024-04-15

    • Added "no posts" placeholder for feeds.

v0.4.0

2024-04-13

    • Fixed small styling issues
    • Made it easy to have elements toggleable by setting classes&attributes in content or from theme/header "toggleable" variable (see README for more info on how to use it).
    • Template name is now also applied as a class to main container, so it can be used for general stylings.
    • Template name and title (without prefix) are now applied as classes to modular page container element.
    • Added a default modular template.
    • Removed calendar template and post_event partial, the same functionality is now accessible with blog template and post_cards_full_width option (also usable in tag and author templates).

v0.3.3

2024-04-09

    • Corrected dates in changelog file.
    • More renaming fixes.

v0.3.2

2024-04-08

    • The setting "hide_header_image" now also affects post pages (not only post cards).

v0.3.1

2024-04-06

    • Made it possible to display tags in post cards.
    • Made it possible to customize authors and tag paths/slugs.
    • Improved documentation.
    • Small fixes in tag page and tags list. Made it possible to add some text to tag page.
    • Fixed elements forgotten in renaming process.

v0.3.0

2024-04-05

    • Renamed theme to grama (previously magrav).

v0.2.0

2024-04-04

    • Blog, calendar and wiki templates will show list of posts from collection if it's set or will default to children pages.
    • Author avatars now display card and link only if an author page is available.
    • Make it possible to disable image galleries in posts globally.
    • Various minor layout improvements.
    • Simple header is now automatically hidden if empty.
    • Site author page now also displays all posts without author.
    • Added possibility to have no side images.
    • Added possibility to hide author name and thumbnails from post cards and pages.
    • Added possibility to hide header image in posts pages and cards.

v0.1.4

2024-04-01

    • Fixed misuse of safe_truncate in post and event cards.

v0.1.3

2024-04-01

    • Make buildDist script log a nice error message if missing lessc dependency

v0.1.2

2024-04-01

    • Merged whole wiki folder into README file

v0.1.1

2024-03-31

    • Made modular page automatically list children pages
    • Created blueprint for page template modular
    • Made modular gallery use default header template for it's header
    • Added wiki folder explaining how to use and develop grama

v0.1.0

2024-03-25

    • Finished first working version of grama theme
    • Published theme

v0.0.1

2024-02-27

    • Created grama theme from maghost theme
    • ChangeLog started...