lumocs

Ready to use dark/light documentation theme for the static site generator Lume

MIT License

Stars
15
Committers
2
lumocs - 0.1.3

Published by Hexagon 5 days ago

Changes

  • Dependency update

To update an existing lumocs site, edit deno.json and replace lume version with v2.3.3 and lumocs version with v0.1.3, like:

{
    "imports": {
      "lume/": "https://deno.land/x/[email protected]/",
      "lumocs/": "https://deno.land/x/[email protected]/"
    }
}

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.1.2...0.1.3

lumocs - 0.1.2

Published by Hexagon 10 months ago

Changes

  • Fixes an issue where the sidebar menu did not uncollapse automatically on reload

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.1.1...0.1.2

lumocs - 0.1.1

Published by Hexagon 10 months ago

Changes

  • Fixed an issue with the sidebar menu

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.1.0...0.1.1

lumocs - 0.1.0

Published by Hexagon 10 months ago

Release Notes - Lumocs 0.1.0

Breaking Changes

Lumocs has been updated to work with Lume 2 instead of Lume 1. To upgrade an existing installation:

  • Change Lume version from 1.x to 2.0.1 , and Lumocs version from 0.0.x to 0.1.1 in the imports section of your docs/deno.json.
  • Make sure you use Deno version >= 1.38.0, both in your development environment, and in any CI pipelines.

If it doesn't work, and you have made any customization, make sure to check out the changes made to Lume at the TLDR section of the Lume 2 release notes.

Previously, using Lume 1.x:

  "imports": {
    "lume/": "https://deno.land/x/[email protected]/",
    "lumocs/": "https://deno.land/x/[email protected]/"
  }

Now, using Lume 2.x:

  "imports": {
    "lume/": "https://deno.land/x/[email protected]/",
    "lumocs/": "https://deno.land/x/[email protected]/"
  }

This will bring you all the benefits from Lume 2 is finally here!!.

lumocs - 0.0.26

Published by Hexagon 12 months ago

Changes

  • Updated Lume 1.19.1 -> 1.19.3

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.25...0.0.26

lumocs - 0.0.25 Latest Release

Published by Hexagon about 1 year ago

Changes

  • Visual improvements

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.24...0.0.25

lumocs - 0.0.24

Published by Hexagon about 1 year ago

Changes

  • Default color changed back to blue

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.23...0.0.24

lumocs - 0.0.23

Published by Hexagon about 1 year ago

Version 0.0.23

Fixed

New Contributors

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.22...0.0.23

lumocs - 0.0.22

Published by Hexagon about 1 year ago

Changes

  • Add favicon instructions
  • Make favicon/header-icon configurable.

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.21...0.0.22

lumocs - 0.0.21

Published by Hexagon about 1 year ago

Changes

  • Visual fixes
  • CSS Refactor

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.20...0.0.21

lumocs - 0.0.20

Published by Hexagon about 1 year ago

Changes

  • Fixed bootstrapper script

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.19...0.0.20

lumocs - 0.0.19

Published by Hexagon about 1 year ago

Changes

  • Fixed bootstrapper script

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.18...0.0.19

lumocs - 0.0.18

Published by Hexagon about 1 year ago

Changes

  • Added bootstrapping script
  • Interactive collapse/expand of menu sections

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.17...0.0.18

lumocs - 0.0.17

Published by Hexagon about 1 year ago

Changes

  • Make header sticky in mobile view
  • Make menu sticky in normal view
  • Fix typos

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.16...0.0.17

lumocs - 0.0.16

Published by Hexagon about 1 year ago

Added

  • Add front matter feature collapsed: false

Changed

  • Make sidebar menu entries collapse children by default

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.15...0.0.16

lumocs - 0.0.15

Published by Hexagon about 1 year ago

Added

  • Blockquoutes classes note, warning, success and error

Changes

  • Code Cleanup
  • Documentation refactor
lumocs - 0.0.14

Published by Hexagon about 1 year ago

Fixed

  • Fix problem with nav_order
  • Fix javascript highlighting (remove prism plugin, only use code_highlighter)
  • Various visual fixes - spacing and margins
lumocs - 0.0.13

Published by Hexagon about 1 year ago

Added

  • New option to move the sidebar to the right.

Fixed

  • Added the relativeUrls plugin to enable serving from subdirectories.
  • Removed unnecessary highlight.js imports.
  • Added more space under the breadcrumbs.

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.12...0.0.13

lumocs - 0.0.12

Published by Hexagon about 1 year ago

Added

  • Variable substitution feature
  • Table of content feature
  • Documentation on Front Matter

Fixed

  • Internal code linting and formatting

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.11...0.0.12

lumocs - 0.0.11

Published by Hexagon about 1 year ago

Added

  • Automatic breadcrumbs
  • Sticky footer for consistent footer visibility
  • Showcase topLinks and navLinks in the demo-repository
  • Demonstrated hierarchy in the demo-repositor

Fixed

  • Resolved a bug related to spaces in page titles
  • Fine-tuned the light theme's color palette for better aesthetics

Full Changelog: https://github.com/Hexagon/lumocs/compare/0.0.10...0.0.11

Package Rankings
Top 25.22% on Deno.land
Related Projects