Bootstrap

How To Create a Custom Drupal 8 Theme based on Bootstrap

3 July, 2020 | 869 views

When 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 words - download and enable a Drupal 8…


Building a Drupal site from scratch - part 9 - adding menu

9 November, 2013 | 930 views

To add a menu to your Drupal site, you should enable menu module from your modules page: When enabled, head to admin/structure/menu/manage/main-menu and a few menu links: Depending on your theme structure, you have two…


Building a Drupal site from scratch - part 8 - Theming subtheme CSS

8 November, 2013 | 1,942 views

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.Today I would like to speak how to actually theme it, because just enabled it comes empty,with all files served…


Building a Drupal site from scratch - part 2 - Applying a subtheme

2 November, 2013 | 1,475 views

Recently 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 web site for real customer. In part we…


Getting Started with Building a Drupal Site from Scratch: Content Types, Fields

31 October, 2013 | 2,414 views

Building 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 value it will bring to your business.…