Welcome to the source code of Spixed's Blog. This is a static blog site built with Hugo and the Polymer theme.
欢迎来到 Spixed's Blog 的源码仓库。这是一个基于 Hugo 和 Polymer 主题构建的静态博客站点。
- Bilingual Support: Fully supported English and Chinese content structure.
- 双语支持:完全支持中英文内容结构。
- Digital Brutalism Design: Uses the custom Polymer theme with a unique visual style.
- 数字粗野主义设计:使用自定义的 Polymer 主题,具有独特的视觉风格。
- Interactive Elements: Includes Qmoji support and interactive components.
- 交互元素:包含 Qmoji 支持和交互组件。
.
├── archetypes/ # Content templates / 内容模板
├── content/ # Blog posts (en/zh) / 博客文章 (英/中)
├── data/ # Data files (authors, etc.) / 数据文件 (作者等)
├── static/ # Static assets / 静态资源
├── themes/ # Themes (Polymer as submodule) / 主题 (Polymer 作为子模块)
└── hugo.toml # Main configuration / 主配置文件
-
Clone the repository / 克隆仓库
git clone --recursive https://github.com/Spixed/spixed.github.io.git cd spixed.github.ioNote: Use
--recursiveto pull the theme submodule. 注意:使用--recursive参数以拉取主题子模块。 -
Run Hugo Server / 运行 Hugo 服务
hugo server
-
Access the site / 访问站点
Open http://localhost:1313 in your browser. 在浏览器中打开 http://localhost:1313。
Content is licensed under CC BY-NC-SA 4.0. Code is licensed under the MIT License.
内容采用 CC BY-NC-SA 4.0 许可。 代码采用 MIT 许可。