bulma-clean-theme
A clean and modern Jekyll theme based on Bulma
File Explorer
Download Latest Version (.zip)- jekyll-build-deploy.yml
- FUNDING.yml
- settings.json
- ABC123.yml
- ABC124.yml
- docs_menu.yml
- example_blog_series.yml
- example_callouts.yml
- example_footer_menu.yml
- example_gallery.yml
- example_menu.yml
- example_sponsors.yml
- example_tabs.yml
- home_callouts.yml
- navigation.yml
- showcase_example.yml
- callouts.html
- cookie-banner.html
- disqus.html
- follow.html
- footer-scripts.html
- footer.html
- gallery.html
- google-analytics.html
- head-scripts.html
- head.html
- header.html
- hero.html
- image-modal.html
- latest-posts.html
- menubar.html
- newsletter.html
- notification.html
- pagination.html
- post-card.html
- rating.html
- review.html
- series.html
- share-buttons.html
- showcase.html
- skip-to-content.html
- sponsors.html
- subscribe.html
- tabs.html
- tag.html
- tiktok.html
- toc.html
- vimeo.html
- youtube.html
- blog.html
- default.html
- links.html
- page.html
- post.html
- product-category.html
- product.html
- promo-page.html
- recipe.html
- 2018-05-28-why-use-a-static-site-generator.markdown
- 2019-02-09-getting-started-with-bulma-clean-theme.markdown
- 2019-07-23-introducing-some-new-layouts-to-bulma-clean-theme.markdown
- 2020-05-08-creating-a-docs-site-with-bulma-clean-theme.markdown
- 2021-10-30-creating-a-post-series.md
- product1.md
- product2.md
- product3.md
- _block-list.scss
- _category.scss
- _layout.scss
- _main.scss
- _promo-page.scss
- _showcase.scss
- syntax.scss
- app.scss
- app.js
- index.html
- configuration.md
- installation.md
- scripts.md
- sidebar.md
- theming.md
- upgrading-to-v1.md
- creating-a-links-page.md
- footer-navigation.md
- menubar.md
- top-navigation.md
- callouts.md
- cookie-banner.md
- image-gallery.md
- image-modal.md
- notifications.md
- showcases.md
- sponsors.md
- tabs.md
- tags.md
- video.md
- creating-a-page.md
- hero.md
- table-of-contents.md
- creating-a-post.md
- post-excerpt-summary.md
- post-series.md
- category-page.md
- product-pages.md
- product-reviews.md
- creating-a-promo-page.md
- recipes.md
- blog-post-series.jpg
- bulma-clean-theme-4by3.jpg
- csrhymes-com.jpg
- jetbrains-variant-4.svg
- recipe-example.jpg
- bulma-no-dark-mode.css
- bulma-no-dark-mode.css.map
- bulma-no-dark-mode.min.css
- bulma-no-helpers-prefixed.css
- bulma-no-helpers-prefixed.css.map
- bulma-no-helpers-prefixed.min.css
- bulma-no-helpers.css
- bulma-no-helpers.css.map
- bulma-no-helpers.min.css
- bulma-prefixed.css
- bulma-prefixed.css.map
- bulma-prefixed.min.css
- bulma.css
- bulma.css.map
- bulma.min.css
- _index.scss
- animations.scss
- generic.scss
- minireset.scss
- skeleton.scss
- _index.scss
- breadcrumb.scss
- card.scss
- dropdown.scss
- menu.scss
- message.scss
- modal.scss
- navbar.scss
- pagination.scss
- panel.scss
- tabs.scss
- _index.scss
- block.scss
- box.scss
- button.scss
- content.scss
- delete.scss
- icon.scss
- image.scss
- loader.scss
- notification.scss
- progress.scss
- table.scss
- tag.scss
- title.scss
- _index.scss
- checkbox-radio.scss
- file.scss
- input-textarea.scss
- select.scss
- shared.scss
- tools.scss
- _index.scss
- columns.scss
- grid.scss
- _index.scss
- aspect-ratio.scss
- border.scss
- color.scss
- flexbox.scss
- float.scss
- gap.scss
- other.scss
- overflow.scss
- position.scss
- spacing.scss
- typography.scss
- visibility.scss
- _index.scss
- container.scss
- footer.scss
- hero.scss
- level.scss
- media.scss
- section.scss
- _index.scss
- dark.scss
- light.scss
- setup.scss
- _index.scss
- controls.scss
- css-variables.scss
- derived-variables.scss
- extends.scss
- functions.scss
- initial-variables.scss
- mixins.scss
- _index.scss
- bulma-no-dark-mode.scss
- bulma-no-helpers-prefixed.scss
- bulma-no-helpers.scss
- bulma-prefixed.scss
- bulma.scss
- LICENSE
- package.json
- README.md
- .package-lock.json
- .yarn-integrity
- .editorconfig
- .gitignore
- .prettierignore
- .prettierrc
- _config.yml
- bulma-clean-theme.gemspec
- changelog.txt
- cookie-policy.md
- docs.md
- example-recipe.md
- favicon.png
- gallery.md
- Gemfile
- index.md
- landing.md
- LICENSE.txt
- links.md
- package-lock.json
- package.json
- products.md
- promo-page.md
- README.md
- screenshot.png
- showcase.md
- sponsors.md
# Installation Guide
1. Get the code
git clone https://github.com/chrisrhymes/bulma-clean-theme
Downloads the entire project code from GitHub to your computer.
cd bulma-clean-theme
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Ruby
EasyPrerequisites
$ bundle
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
