Bootstrap4 files for miyadaiku static site generator
Project description
Provides Bootstrap4 4.4.1 CSS and Javascript files.
Installation
Use pip command to install Bootstrap 4.
$ pip3 install miyadaiku_theme_bootstrap4
Configuraion
In your config.yml file of your project, add following configuration at themes section.
themes: - miyadaiku_theme_bootstrap4 # <---- add this line
Usage
Add following code to your template files.
<!-- include boolstrap4 --> {{ bootstrap4.load_css(page) }} <!-- include jquery.js --> {{ jquery.load_js(page) }} <!-- include popper.js --> {{ popper_js.load_js(page) }} <!-- include boolstrap4 js --> {{ bootstrap4.load_js(page) }}
Example
https://github.com/miyadaiku/miyadaiku-docs/tree/master/samples/bootstrap4
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for miyadaiku_theme_bootstrap4-1.0.0.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 545fda09385c75e7af21a28d9c0a1ad3bf4390901da47be72ec382af62b505d6 |
|
MD5 | 96b853bb57b0ae722492d7e1905c40fd |
|
BLAKE2b-256 | 9f3609774cca3f82ab9e40aea9f08d5bb98db8245abf66c6a0007cbe75c0dacb |