- Drupal 8 Blueprints
- Alex Burrows
- 244字
- 2021-07-03 00:03:23
Using themes
With Drupal, we can start a site without writing any code for a theme, as Drupal core comes with the following accessible themes:
- Bartik
- Seven
- Stark
Apart from these three, there are two others that are used as the entire base of Drupal core--Stable and Classy.
Classy is a subtheme of stable, makes Drupal look the way it does, and adds classes.
However, we want to get started with our own theme. So to do this, we need to open Terminal. As stated earlier, the button in DevDesktop on the right-hand side will launch our Terminal window.
Once this is open, we can download our modules and themes straight into our Drupal site. For this book, we will use Bootstrap as our base theme and then create our own theme:
drush dl bootstrap
This will download the Bootstrap theme (https://drupal.org/project/bootstrap) into our themes directory.
Now that we have Bootstrap downloaded, let's create a really basic theme so that we can add onto it later on. Inside our /themes/custom directory, create a new directory called blueprint.
This is where our custom theme will be stored; inside this, we have the ability to add our frontend structure, which includes our templates, CSS, and Javascript.
Start by creating a file called blueprint.info.yml; note that we have it structured as THEMENAME.info.yml.
In Drupal 8.x, we have adopted the use of YAML files, and you will note that all configuration in Drupal uses this format.
- Getting Started with Gulp(Second Edition)
- jQuery Mobile Web Development Essentials(Third Edition)
- UML和模式應用(原書第3版)
- Beginning C++ Game Programming
- 微服務設計原理與架構
- 物聯網系統開發:從0到1構建IoT平臺(第2版)
- 新編Premiere Pro CC從入門到精通
- HTML5游戲開發案例教程
- Cassandra Data Modeling and Analysis
- Silverlight魔幻銀燈
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Microsoft System Center Orchestrator 2012 R2 Essentials
- RabbitMQ Cookbook
- C++新經典
- Visual Foxpro 9.0數據庫程序設計教程