Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntno/mkdocs-terminal-example-pymdown-pygments-dark
example website for mkdocs-terminal (dark palette) with PyMdown and Pygments
https://github.com/ntno/mkdocs-terminal-example-pymdown-pygments-dark
Last synced: 11 days ago
JSON representation
example website for mkdocs-terminal (dark palette) with PyMdown and Pygments
- Host: GitHub
- URL: https://github.com/ntno/mkdocs-terminal-example-pymdown-pygments-dark
- Owner: ntno
- Created: 2024-12-23T01:01:58.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-12-23T01:16:08.000Z (13 days ago)
- Last Synced: 2024-12-23T02:19:49.053Z (13 days ago)
- Size: 601 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mkdocs-terminal-example-pymdown-pygments-dark
This repository is used to publish an example MkDocs site to GitHub pages. The site demonstrates how to enable build-time code highlighting with the [Pygments] library and [PyMdown Extensions].
[Pygments]: https://pygments.org/
[PyMdown Extensions]: https://facelessuser.github.io/pymdown-extensions/## Site
[ntno.github.io/mkdocs-terminal-example-pymdown-pygments-dark](https://ntno.github.io/mkdocs-terminal-example-pymdown-pygments-dark/)
## Source Code
The source code of the site is located in the `ntno/mkdocs-terminal` repository in the [tests/examples/pymdown-pygments-dark](https://github.com/ntno/mkdocs-terminal/tree/main/tests/examples/pymdown-pygments-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-pymdown-pygments-dark/tree/gh-pages).