https://github.com/ojdev/ojdev.github.io
https://github.com/ojdev/ojdev.github.io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojdev/ojdev.github.io
- Owner: ojdev
- Created: 2018-11-22T09:19:20.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2026-02-03T13:04:55.000Z (5 months ago)
- Last Synced: 2026-02-04T03:41:56.399Z (5 months ago)
- Language: HTML
- Size: 1.81 GB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README

npm update --save hexo-theme-fluid
参数 | 描述 | 默认值
--- | --- | ---
`layout` | 布局 | [`config.default_layout`](/zh-cn/docs/configuration#文章)
`title` | 标题 | 文章的文件名
`date` | 建立日期 | 文件建立日期
`updated` | 更新日期 | 文件更新日期
`comments` | 开启文章的评论功能 | true
`tags` | 标签(不适用于分页) |
`categories` | 分类(不适用于分页)|
`permalink` | 覆盖文章网址 |
`excerpt` | Page excerpt in plain text. Use [this plugin](/docs/tag-plugins#Post-Excerpt) to format the text |
`disableNunjucks` | Disable rendering of Nunjucks tag `{{ }}`/`{% %}` and [tag plugins](/docs/tag-plugins) when enabled
`lang` | Set the language to override [auto-detection](/docs/internationalization#Path) | Inherited from `_config.yml`
[https://hexo.io/zh-cn/docs/front-matter](https://hexo.io/zh-cn/docs/front-matter)