- New
- The projects modular page can now be configured to only show a certain number of projects and a "Show more" button
- Custom CSS can be placed in
user/css/webfolio.css
- Fixed
- Pages whose folders lack numeric prefix are no longer shown in the nav menu by default
- Project cards are now vertically centered if not all the same height
- New
- The intro image can now have one of the following preset styles: square, rounded corners, circle. (Thanks to Aashish for implementing this!)
- Fixed
- Fixed "Module Classes" field in admin panel to actually control
class
Frontmatter field. - Corrected link to demo site in readme.
- Fixed "Module Classes" field in admin panel to actually control
- Improved
- Made more options editable from the Admin interface and rearranged existing options to reduce confusion.
- Reduced code duplication in modular templates.
- Added explanatory comments to confusing code sections.
- Fixed
- Put checkbox and checkbox label on same line by default.
- Fixed
- A typo in the blueprint files causing toggles to have wrong text is now corrected.
- New
- The
center_content
option now allows the Intro section content to be center-aligned instead of left-aligned.
- The
- Fixed
- The Intro section content is now full-width even if there is no image.
- New
- Extra links can be added to the navigation menu. (Thanks, Aashish!)
- Improved
- Page frontmatter fields are now accessible via the Admin interface. (Thanks, Aashish!)
- New
- The color scheme can now be customized via
blueprints.yaml
or the admin interface!
- The color scheme can now be customized via
- Fixed
- The
default
template now renders without an error.
- The
- Improved
- Blog pages now use the collection defined with the
header
FrontMatter field if defined.
- Blog pages now use the collection defined with the
- Fixed
- Unpublished posts are no longer visible on the blog page.
- Fixed
- The summary is no longer displayed at the top of blog posts.
- New
- You can now have a blog on your site!
- You can now have icon links in the footer and also reuse those links in the intro section.
- A default template is now available.
- Many new CSS classes and variables are available for custom styling.
- Improved
- The README now has better documentation about templates and site customization.
- The footer credit text is more concise.
- Dropdowns in the navigation menu close when they lose focus.
- Code snippets and blockquotes now have better formatting.
- Large fonts (e.g., headings) are now a bit smaller by default.
- Fixed
- Preserve backwards compatibility of
onpage_menu
header value of modular pages if it was set.
- Preserve backwards compatibility of
- Improved
- Navigation menu now allows for non-modular page links and sub-menus
- Changed default logo and favicon storage location (old one still works, though)
- Improved
- ChangeLog started...