https://github.com/koolshare/koolcenter
提供评测文章,固件教程,插件使用说明等。
https://github.com/koolshare/koolcenter
asus istore koolcenter merlin openwrt
Last synced: 9 months ago
JSON representation
提供评测文章,固件教程,插件使用说明等。
- Host: GitHub
- URL: https://github.com/koolshare/koolcenter
- Owner: koolshare
- Created: 2021-09-23T02:49:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T07:05:29.000Z (over 4 years ago)
- Last Synced: 2025-03-17T12:52:34.556Z (over 1 year ago)
- Topics: asus, istore, koolcenter, merlin, openwrt
- Language: HTML
- Homepage: https://www.koolcenter.com
- Size: 77.9 MB
- Stars: 229
- Watchers: 16
- Forks: 30
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KoolCenter
此项目存储所有 [KoolCenter](https://www.koolcenter.com) 的文章,并且能独立运行。
## 准备
安装好 nodejs hugo
### 更新最新代码
```bash
git submodule update --init --recursive
```
## 运行
```bash
npm install
npm install hugo-extended --save-dev
npm run dev
```
使用Hugo作为内容生成和管理
### 主题
`./themems/docsy`
主题是另外一个仓库,最好别改主题代码
### 内容
`./content`
### 其他
很多重要配置信息在:
```
./config/_default/config.toml
```