Bootstrap
How To Create a Custom Drupal 8 Theme based on Bootstrap
| 26 viewsWhen building a new Drupal website I prefer working with a Bootstrap theme and apply a subtheme Just like in the case with Drupal 7, theming a subtheme based on Bootstrap is super simple - in a few…
Building a Drupal site from scratch - part 9 - adding menu
| 0 views<p>To add a menu to your Drupal site, you should enable menu module from your modules page:</p><p><img src="http://reinisfischer.com/sites/default/files/enablemenu.JPG&…
Building a Drupal site from scratch - part 8 - Theming subtheme CSS
| 0 views<p>In part 2 of series how to build a Drupal site from scratch, I'm talking about how to create a subtheme from Bootstrap theme.</p><p>Today I would like to speak how to…
Building a Drupal site from scratch - part 2 - Applying a subtheme
| 1 viewsRecently I started a tutorial series - How to build a Drupal site from scratch. In part 1 I'm talking about planing a site. In this tutorial I'm giving a real example for building a tourism companies…
Getting Started with Building a Drupal Site from Scratch: Content Types, Fields
| 1 viewsBuilding a website, whether it's using Drupal or not, requires careful planning and consideration. It's important to determine what the purpose of the website is, who the target audience is, and what…