Management and use of themes with markpub, a markdown web publishing package.
pip install markpub-themesHelp information is available:
markpub-themes -hList the themes available for use:
markpub-themes listThe default theme used by Markpub is named "dolce".
To select another theme to use as the default:
markpub-themes activateA theme can be installed locally and customized.
Cloning a theme (1) installs the HTML, JS, and CSS files in a Markpub initialized folder in the ".markpub/themes/" directory, and (2) sets the "theme" value in the Markpub config file: ".markpub/markpub.yaml".
markpub-themes cloneimport markpub_themes
markpub_themes.list_themes()
markpub_themes.get_theme_path('dolce')MIT License - see LICENSE file for details.