Skip to content
/ lipk.org-hugo Public template

基于 hugo 的个人博客网站,包括源代码及站点文件。

License

Notifications You must be signed in to change notification settings

zsdycs/lipk.org-hugo

Repository files navigation

源代码说明

lipk.org
│
├─ content # Markdown 资源文件夹
│  ├─ _index.md # 首页
│  ├─ about.md # 关于
│  ├─ resume.md # 简历
│  ├─ food.md # 菜谱
│  └─ blog # 博客 Markdown 文件夹
│     ├─ _index.md # 博客入口
│     └─ ......
├─ layouts # 页面模板文件夹
│  ├─ _default # 默认结构
│  │  └─ ......
│  ├─ partials # 模板结构块
│  │  └─ ......
│  └─404.html 404 # 页面
├─ static # 站点资源文件夹
│  ├─ favicon.ico # 站点图标
│  ├─ css
│  │  └─ ......
│  ├─ images
│  │  └─ ......
│  └─ js
│     └─ ......
├─ .gitignore git # 提交忽略配置
├─ beaudar.json # Beaudar 配置
├─ config.toml # 网站配置
├─ gulpfile.js # gulp 打包配置
├─ LICENSE # 版权声明
├─ package.json # node 配置
└─ README # 源代码说明

以上目录结构生成来自 Dir Tree Noter📁。

鸣谢

  1. Github🏆。
  2. Yihui Xie❤。
  3. Utterances🔮。

以上项目的组织及所有者,为本项目的实现提供的支持。

About

基于 hugo 的个人博客网站,包括源代码及站点文件。

Topics

Resources

License

Stars

Watchers

Forks