# drupal-theme-beginner **Repository Path**: gallanthunter/drupal-theme-beginner ## Basic Information - **Project Name**: drupal-theme-beginner - **Description**: drupal-theme-beginner是一款durpal主题,面向技术网站,与drupal 11相适配。 - **Primary Language**: PHP - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: https://zhangzhijun.life - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-08 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # drupal-theme-beginner ## 介绍 drupal-theme-beginner是一款durpal主题,面向技术网站,与drupal 11相适配。 ## 安装教程 1. 主题目录结构 ├─config │ ├─install │ └─schema ├─css ├─images ├─js ├─lib │ └─prism └─templates ├─block ├─content ├─field ├─includes ├─layout ├─navigation └─views ├─home-featured-posts ├─home-popular-posts ├─home-recent-posts └─relate-posts 2. 安装方法 - 进入Drupal安装目录,进入/web/themes/custom/目录; - 新建drupal-theme-beginner目录,将解压后的文件上传至新建目录 - 进入Drupal后台,启用新主题; - 进入区块及视图管理,创建对应的视图及区块。 ## 使用说明 ### 推荐模块 composer require 'drupal/taxonomy_menu_ui:^3.0' composer require 'drupal/simple_sitemap:^4.2' composer require 'drupal/pathauto:^1.13' ### 问题支撑: 若有使用问题,请在issue中报告问题。 ## 参与贡献 ## 特技