Bootstrap 4 files for miyadaiku static site generator
Project description
Provides Bootstrap4 4.2.1 CSS and Javascript files.
Installation
Use pip command to install Bootstrap 4.
$ pip3 install miyadaiku.themes.bootstrap4
miyadaiku.themes.jquery and miyadaiku.themes.popper_js are also installed automatically.
Configuraion
In your config.yml file of your project, add following configuration at themes section.
themes: - miyadaiku.themes.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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file miyadaiku.themes.bootstrap4-0.10-py3-none-any.whl.
File metadata
- Download URL: miyadaiku.themes.bootstrap4-0.10-py3-none-any.whl
- Upload date:
- Size: 158.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e64af4939224bc339319d0bbe2e8fcac1c0a762a7466b1481d0d334db9ab961d
|
|
| MD5 |
f5a994919893db05c95fe7c227da5709
|
|
| BLAKE2b-256 |
1f55bbd9f03c5d3de0daffa4cb0da49523bc002f504524972bf0215d08cebed3
|