- Drupal 8 Theming with Twig
- Chaz Chumley
- 143字
- 2021-07-16 12:41:29
Folder structure and naming conventions
In Drupal 8, the folder structure is changed to make it more logical. Everything that ships with Drupal now resides in a core
folder including the default themes, which are now contained within the core/themes
folder. However, any themes that we download or develop ourselves now reside within the themes
folder.
The folder structure comprises the following:
- Default themes: These themes reside in the
core/themes
directory and include Bartik, classy, seven, stable, and stark. - Custom themes: These themes reside in the
themes
directory at the root level of our Drupal installation and will contain any contributed themes or custom themes.
Before we can begin creating our own custom themes, we need to have a better understanding of how themes are configured and exactly how they let Drupal know where to display content and how the content should look.
推薦閱讀
- Windows 8實(shí)戰(zhàn)從入門(mén)到精通
- CSS + DIV網(wǎng)頁(yè)樣式布局實(shí)戰(zhàn)從入門(mén)到精通
- 這就是搜索引擎
- 中文版Dreamweaver CC基礎(chǔ)培訓(xùn)教程(移動(dòng)學(xué)習(xí)版)
- CSS3網(wǎng)頁(yè)設(shè)計(jì)從入門(mén)到精通(微課精編版)
- Dreamweaver+Flash+Photoshop網(wǎng)頁(yè)設(shè)計(jì)從入門(mén)到精通(微課精編版)
- 計(jì)算機(jī)網(wǎng)絡(luò)基礎(chǔ):基于案例與實(shí)訓(xùn) 第2版
- ASP.NET 3.5教程
- Kubernetes實(shí)戰(zhàn):構(gòu)建生產(chǎn)級(jí)應(yīng)用平臺(tái)
- Instant Edublogs
- Axure RP 9 高保真原型設(shè)計(jì)實(shí)例教程
- 十進(jìn)制網(wǎng)絡(luò)技術(shù)及應(yīng)用
- DIV+CSS網(wǎng)頁(yè)布局實(shí)用教程
- 全球網(wǎng)絡(luò)空間治理體系與中國(guó)方案
- JavaScript+jQuery前端開(kāi)發(fā)基礎(chǔ)教程(微課版)