https://github.com/ggrossetie/asciidoctor-geist
Asciidoctor.js converter based on Geist UI
https://github.com/ggrossetie/asciidoctor-geist
Last synced: 16 days ago
JSON representation
Asciidoctor.js converter based on Geist UI
- Host: GitHub
- URL: https://github.com/ggrossetie/asciidoctor-geist
- Owner: ggrossetie
- License: mit
- Created: 2023-04-30T15:18:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T15:42:31.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T06:44:42.165Z (2 months ago)
- Language: JavaScript
- Size: 386 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
- stars - ggrossetie/asciidoctor-geist - Asciidoctor.js converter based on Geist UI (JavaScript)
README
= Asciidoctor Geist
Asciidoctor.js converter based on https://github.com/geist-org/geist-ui[Geist UI].
NOTE: This is an early prototype! Only a handful of AsciiDoc features are supported.
== Demo
The screenshot below shows the output generated using the Geist converter, from an AsciiDoc document, which is stored at _docs/sample.adoc_:
image::docs/sample-geist.png[]
It supports both light and dark mode:
image::docs/sample-geist-dark.png[]
== Development
Install the dependencies using: `npm i`
$ npm run dev
== Preview
$ npm run build
$ npm run preview