70

Product support

Get help in the theme support forum.

Categories

Tools

GlyphSearch is a tool for searching icons from Glyphicons, Font Awesome, and other popular icon font libraries. FontCDN is a tool for searching web fonts from Google Fonts. Codepip has coding games for learning HTML, CSS, and JavaScript.

Donate

Donations are gratefully accepted via GitHub and PayPal.

Recreation

NvandenDries recreated this theme for use with OctoberCMS v3

Why paid

As a freelancer, I charge a modest amount for my themes and plugins because each creation involves time, effort, and expertise. This allows me to maintain the quality of my work and continue developing my skills. I appreciate your support and understanding as I strive for excellence.

Customization

To modify a theme or create your own, follow the steps below in your terminal. You'll need to have Git and Node installed.

  1. Download the repository: git clone https://github.com/thomaspark/bootswatch.git

  2. Install dependencies: npm install

  3. Make sure that you have grunt available in the command line. You can install grunt-cli as described on the Grunt Getting Started page.

  4. In /dist, modify _variables.scss and _bootswatch.scss in one of the theme directories, or duplicate a theme directory to create a new one.

  5. Type grunt swatch:[theme] to build the CSS for a theme, e.g., grunt swatch:flatly for Flatly. Or type grunt swatch to build them all at once.

  6. You can run grunt to start a server, watch for any changes to the SASS files, and automatically build a theme and reload it on change. Run grunt server for just the server, and grunt watch for just the watcher.

Here are additional tips for customizing Bootstrap.

If you prefer a web interface for customizing themes, check out Bootstrap.build. From within the builder, you can click the Import button to load the Bootswatch theme of your choice as a starting point.

1.0.0

Theme initialization

May 14, 2024