- Drupal 8 Theming with Twig
- Chaz Chumley
- 308字
- 2021-07-16 12:41:27
Manually installing a theme
In order to manually install a theme, we will need a copy of the archive downloaded to our local machine. Start by navigating to the Drupal Theme project page and locate the Drupal 8 theme named Neato. Neato is based on the Neat grid system and is part of the Bourbon Sass framework.

Click on the tar.gz or zip file next to the 8.x version of the theme to initiate the download. Next, we need to locate the tar or zipped file on our machine and extract the contents of the file. We should now have a theme folder named neato
.
In order for Drupal 8 to recognize a new theme, all we need to do is copy the theme into the themes
directory inside our Drupal 8 installation, as shown in the following image:

Our themes
folder should now contain three themes. Two of the themes are installed through the Drupal admin and the third is manually placed. As long as a Drupal 8 theme is configured properly, simply placing it into the themes
folder will allow it to be found by the Drupal admin. However, some themes may come with an INSTALL.txt
or README.txt
file that provides additional installation instructions.
Navigate back to the Appearance admin located at /admin/appearance
, and we should see our Neato theme within the Uninstalled themes section. We can now click on the Install and set as default link to activate our new theme.
With our new theme enabled, we can now view it by navigating back to our homepage, as shown in the following image:

By now, we should be getting used to working with prebuilt themes. However, the more themes we play around with, the more our themes
folder can become bloated. It is much easier to manage themes if we have a clean directory structure.
- 綜合布線實訓教程(第3版)
- Axure RP8入門手冊:網站和App原型設計從入門到精通
- 大數據安全
- 深入集群:大型數據中心資源調度與管理
- pfSense 2.x Cookbook
- ns-3網絡模擬器基礎及應用
- 開源網絡模擬器ns-3:架構與實踐
- 深度學習:主流框架和編程實戰
- JavaScript+jQuery前端開發基礎教程(微課版)
- 云原生:運用容器、函數計算和數據構建下一代應用
- Mastering SaltStack
- 網頁設計與前端開發實用教程(Dreamweaver+CSS+Photoshop+JavaScript+HTML)
- 網絡存儲技術應用項目化教程
- Quarkus云原生微服務開發實戰
- 云計算平臺構建與5G網絡云化部署