Skip to content

Releases: HarshKapadia2/asciidoctor-jet

v0.1.5

30 Jan 19:28
Compare
Choose a tag to compare

Added

  • A site build start message in the build script.
  • A 'add label/topic' message in index.adoc.

Changed

  • The footer's alignment. It is now centered rather than being left aligned.
  • The build script completion message.

v0.1.4

29 Dec 14:17
Compare
Choose a tag to compare

Added

  • An alt attribute and a fixed width and height to the image in the 'Adding Content' sub-section in index.adoc.

Changed

Fixed

  • The broken workflow link in index.adoc.

v0.1.3

29 Dec 14:17
Compare
Choose a tag to compare

Added

  • 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 module http.server to the 'Serving the Site Locally' sub-section.
  • A clean: true option in the build-deploy-website.yaml workflow Deploy job.
    • clean is true by default, so this addition is just to explicitly state that the feature is enabled.
  • A link to the Changelog in index.adoc.

Fixed

  • 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.

Changed

  • 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.

Removed

  • The :highlightjs-languages: document attribute because the required shell 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.

v0.1.2 (2021-12-26)

29 Dec 14:16
Compare
Choose a tag to compare

Added

  • The file structure of the src directory to index.adoc and made corresponding changes.

Changed

  • The version of the service worker to match the version of the website.

v0.1.1 (2021-12-25)

29 Dec 14:14
Compare
Choose a tag to compare

Fixed

v0.1.0 (2021-12-25)

29 Dec 14:12
Compare
Choose a tag to compare

Added

  • 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).