https://github.com/ntno/mkdocs-terminal-example-highlightjs-dark
example website for mkdocs-terminal (dark palette) with highlight.js
https://github.com/ntno/mkdocs-terminal-example-highlightjs-dark
Last synced: 5 months ago
JSON representation
example website for mkdocs-terminal (dark palette) with highlight.js
- Host: GitHub
- URL: https://github.com/ntno/mkdocs-terminal-example-highlightjs-dark
- Owner: ntno
- Created: 2024-12-19T02:56:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T03:33:22.000Z (over 1 year ago)
- Last Synced: 2025-04-24T02:45:06.932Z (about 1 year ago)
- Homepage: https://ntno.github.io/mkdocs-terminal-example-highlightjs-dark/
- Size: 608 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mkdocs-terminal-example-highlightjs-dark
This repository is used to publish an example MkDocs site to GitHub pages. The site demonstrates how to enable browser-side code highlighting with the [highlight.js javascript library](https://highlightjs.org/).
## Site
[ntno.github.io/mkdocs-terminal-example-highlightjs-dark](https://ntno.github.io/mkdocs-terminal-example-highlightjs-dark/)
## Source Code
The source code of the site is located in the `ntno/mkdocs-terminal` repository in the [tests/examples/highlightjs-dark](https://github.com/ntno/mkdocs-terminal/tree/main/tests/examples/highlightjs-dark) subfolder.
## CI/CD
A [GitHub Action workflow](https://github.com/ntno/mkdocs-terminal/actions/workflows/pages-deploy-example-site.yml) in the `ntno/mkdocs-terminal` repository updates this site's static files in the [`gh-pages` branch](https://github.com/ntno/mkdocs-terminal-example-highlightjs-dark/tree/gh-pages).