Skip to content

markpub/markpub-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markpub_themes

Management and use of themes with markpub, a markdown web publishing package.

Installation

pip install markpub-themes

Help information is available:

markpub-themes -h

Available themes

List the themes available for use:

markpub-themes list

Select a theme

The default theme used by Markpub is named "dolce".

To select another theme to use as the default:

markpub-themes activate

Clone a theme for customization

A 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 clone

Python usage

import markpub_themes

markpub_themes.list_themes()

markpub_themes.get_theme_path('dolce')

License

MIT License - see LICENSE file for details.

About

Multiple theme support for Markpub websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published