Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xwi88/xwi88.github.io.source
blog source code, branch must same as remote gitee repo
https://github.com/xwi88/xwi88.github.io.source
blog hugo xwi88
Last synced: 22 days ago
JSON representation
blog source code, branch must same as remote gitee repo
- Host: GitHub
- URL: https://github.com/xwi88/xwi88.github.io.source
- Owner: xwi88
- License: cc0-1.0
- Created: 2022-03-01T14:12:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T10:59:22.000Z (about 1 year ago)
- Last Synced: 2024-11-15T08:09:32.003Z (3 months ago)
- Topics: blog, hugo, xwi88
- Language: HTML
- Homepage: https://blog.xwi88.com
- Size: 12.9 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog Source Code
## Feature
- [x] busuanzi `pv` `uv` `reading count`
- [x] comment plugin: `utterances`, `giscus`(recommend)
- [x] search plugin: `algolia`
- [x] images tool: `PicGo`
- [x] [live2D](https://github.com/xiazeyu/live2d-widget-models)## Init and Run
```bash
# init and update submodule
make submodule-update# run with production
make run# run with dev
make dev# publish
make publish# update the copy theme.js and generate the theme.min.js and theme.min.js.map
make uglifyjs
```## Config
>`CNAME` file shall put in dir: `static/` to publish with it.
## Visit
>- all the sites sources from: [xwi88.github.io.source](https://github.com/xwi88/xwi88.github.io.source)
>- others will auto sync by **workflows**, namely *github actions*.|domain|source from|server|
|:---|:---|:---|
|[xwi88.com](https://xwi88.com/)|[xwi88.github.io.source](https://github.com/xwi88/xwi88.github.io.source)|tencent|
|[blog.xwi88.com](https://blog.xwi88.com/)|[xwi88.github.io](https://github.com/xwi88/xwi88.github.io)|github|
|[xwi88.github.io](https://xwi88.github.io/)|[xwi88.github.io](https://github.com/xwi88/xwi88.github.io)|github|
|[xwi88.gitee.io](https://xwi88.gitee.io/)|[xwi88](https://gitee.com/xwi88/xwi88)|gitee|## Warn
- H2 in *posts* shall not use link, as if u click sidebar maybe forward the link.