A collection of themes for markpub, a markdown web publishing package.
pip install markpub-themes
- dolce - A sweet and elegant theme
To see the available themes:
python -c "import markpub_themes; print(markpub_themes.list_themes())"
import markpub_themes
markpub_themes.list_themes()
markpub_themes.get_theme_path('dolce')
MIT License - see LICENSE file for details.