mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 20:13:31 +08:00
64 lines
1.5 KiB
Markdown
64 lines
1.5 KiB
Markdown
# Features
|
|
- 添加busuanzi页面计数功能
|
|
```
|
|
[params.busuanzi]
|
|
enabled = true
|
|
```
|
|
- 添加百度统计
|
|
```
|
|
[params.baidu]
|
|
enabled = true
|
|
id = "******"
|
|
```
|
|
- 底部悬挂ICP备案号
|
|
```
|
|
[params.footer]
|
|
icp = "ICP备202308111103"
|
|
```
|
|
- 自定义用户名
|
|
```
|
|
[params]
|
|
username = "FUTURE"
|
|
```
|
|
- 远程加载的资源改为本地存储
|
|
```
|
|
因为GFW的存在,所以所有远程加载的资源改为本地加载,在/static 目录下存放需要的 js 和 css文件。
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Original `README.md`
|
|
---
|
|
|
|

|
|
|
|
# Hugo Theme Stack
|
|
|
|
<img align="right" width="150" alt="logo" src="https://user-images.githubusercontent.com/5889006/190859553-5b229b4f-c476-4cbd-928f-890f5265ca4c.png">
|
|
|
|
Card-style Hugo theme designed for bloggers.
|
|
|
|
## Quickstart
|
|
|
|
Use this template: [CaiJimmy/hugo-theme-stack-starter](https://github.com/CaiJimmy/hugo-theme-stack-starter)
|
|
|
|
## Demo
|
|
|
|
* Starter template demo: [demo.stack.jimmycai.com](https://demo.stack.jimmycai.com)
|
|
* Dev build: [dev.stack.jimmycai.com](https://dev.stack.jimmycai.com)
|
|
|
|
## Documentation
|
|
|
|
Visit [stack.jimmycai.com](https://stack.jimmycai.com)
|
|
|
|
## Copyright
|
|
|
|
**Licensed under the GNU General Public License v3.0**
|
|
|
|
Please do not remove the "*Theme Stack designed by Jimmy*" text and link.
|
|
|
|
If you want to port this theme to another blogging platform, please let me know🙏.
|