All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Additional zines
- Additional CSS styles, particularly for "details"/"summary" interactive elements on
01-sift-moves.md
page- Added styles to
main.scss
- Added
<div markdown="1" class="details-wrapper">
to appropriate sections in SIFT moves
- Added styles to
- Restructured underlying files to make search function work correctly (lunr will index contents of blog posts or pages in collections, but not content of regular pages in
_pages
folder); this also automatically added "Previous / Next" buttons at the bottom of pages in_content-pages
/content-pages
collection- Created folder called
_content-pages
- Added
content-pages
collection info to_config.yml
- Renamed the pages in
_content-pages
to create an ordered structure for "Previous / Next" button pagination (order is alphabetical, so it's controlled by prefixing the page names with numbers, i.e.01-sift-moves.md
instead of the former name,sift-moves.md
)
- Created folder called
- Reworded 5Ps section on
10-about.md
- Reworded some parts of
01-sift-moves.md
and made "Don't Stress, SIFT" a heading - Reordered navigation so that "About" page comes last
- Reworded
home.md
and added final paragraph with links beyond SIFT - Commented out unused lines in
navigation.yml
- Updated copyright span of years, aka
lifespan
in_config.yml
- Updated contributions on
10-about.md
- Renamed
master
branch tomain
CHANGELOG.md
file- "Version Information" section to
About.md
page, with 5Ps
- Reworded
Home.md
slightly, including addition of NY Times article link - Reworded license information on
About.md
andzines.md
to increase specificity - Reworded license information to increase specificity in footer (via
_includes/footer.html
)