Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntno/mkdocs-terminal-example-pymdown-pygments
example website for mkdocs-terminal with PyMdown and Pygments
https://github.com/ntno/mkdocs-terminal-example-pymdown-pygments
Last synced: 11 days ago
JSON representation
example website for mkdocs-terminal with PyMdown and Pygments
- Host: GitHub
- URL: https://github.com/ntno/mkdocs-terminal-example-pymdown-pygments
- Owner: ntno
- Created: 2024-12-23T00:24:40.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-12-23T01:16:14.000Z (13 days ago)
- Last Synced: 2024-12-23T01:24:31.803Z (13 days ago)
- Size: 0 Bytes
- 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
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](https://ntno.github.io/mkdocs-terminal-example-pymdown-pygments/)
## Source Code
The source code of the site is located in the `ntno/mkdocs-terminal` repository in the [tests/examples/pymdown-pygments](https://github.com/ntno/mkdocs-terminal/tree/main/tests/examples/pymdown-pygments) 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/tree/gh-pages).