https://github.com/ntno/mkdocs-terminal-example-highlightjs
example website for mkdocs-terminal with highlight.js
https://github.com/ntno/mkdocs-terminal-example-highlightjs
Last synced: 5 months ago
JSON representation
example website for mkdocs-terminal with highlight.js
- Host: GitHub
- URL: https://github.com/ntno/mkdocs-terminal-example-highlightjs
- Owner: ntno
- Created: 2024-12-18T02:08:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T03:33:18.000Z (over 1 year ago)
- Last Synced: 2025-04-24T02:45:03.940Z (about 1 year ago)
- Homepage: https://ntno.github.io/mkdocs-terminal-example-highlightjs/
- Size: 621 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
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](https://ntno.github.io/mkdocs-terminal-example-highlightjs/)
## Source Code
The source code of the site is located in the `ntno/mkdocs-terminal` repository in the [tests/examples/highlightjs](https://github.com/ntno/mkdocs-terminal/tree/main/tests/examples/highlightjs) 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/tree/gh-pages).