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.
- A site build start message in the build script.
- A 'add label/topic' message in
index.adoc
.
- The footer's alignment. It is now centered rather than being left aligned.
- The build script completion message.
- An
alt
attribute and a fixed width and height to the image in the 'Adding Content' sub-section inindex.adoc
.
- The Highlight.js stylesheet.
- Asciidoctor Jet now uses a custom Highlight.js library, which is a combination of the Highlight.js's GitHub Light and Dark themes.
- The broken workflow link in
index.adoc
.
- A line in
index.adoc
on the existing image lazy loading feature.- This feature existed since v0.1.0, but was not documented.
- The NPM package
serve
and the Python modulehttp.server
to the 'Serving the Site Locally' sub-section. - A
clean: true
option in thebuild-deploy-website.yaml
workflow Deploy job.clean
istrue
by default, so this addition is just to explicitly state that the feature is enabled.
- A link to the Changelog in
index.adoc
.
- The footer text colour in light mode. (Issue #5)
- The 'no language' Highlight.js console warning for the code block in the 'File Structure' section.
- The link to Asciidoctor Jet in the footer (
docinfo-footer.html
) to the template itself rather than the GitHub repo. - The link to contact the maintainer in
index.adoc
.
- The
:highlightjs-languages:
document attribute because the requiredshell
language is already included in the base version. - The VS Code Live Server extension from the 'Serving the Site Locally' sub-section due to issues with the service worker.
- The file structure of the
src
directory toindex.adoc
and made corresponding changes.
- The version of the service worker to match the version of the website.
- The GitHub Actions workflow now downloads the missing
rsync
package required by the Deploy Action.
index.adoc
and other.adoc
files for the website content.- A buildscript to build the Asciidoctor site.
- A service worker, webmanifest and icons to convert the site to a PWA.
- A 'back to top' button.
- A theme switcher.
- A
robots.txt
file. - Images for the demo site.
- A GitHub Actions workflow to build the site (for PRs) and to build and deploy the site to GitHub Pages (on merges and pushes).