https://github.com/entr0pia/entr0pia.github.io
https://entr0pia.github.io
https://github.com/entr0pia/entr0pia.github.io
blog github-io githubio
Last synced: 16 days ago
JSON representation
https://entr0pia.github.io
- Host: GitHub
- URL: https://github.com/entr0pia/entr0pia.github.io
- Owner: entr0pia
- License: mit
- Created: 2021-10-14T07:34:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-30T02:47:34.000Z (8 months ago)
- Last Synced: 2025-07-30T04:41:26.551Z (8 months ago)
- Topics: blog, github-io, githubio
- Language: HTML
- Homepage:
- Size: 43.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# entr0pia.github.io
风沐白的个人博客
# 模板说明
## 特点
配置简单, 近乎纯文本, 专注于写作
## 配置
1. 复制以下文件和目录到自己的仓库
```
.github
main.py
codehilite.css
LICENSE
```
2. 修改 ```.github/workflows/update.yml``` 中的 ```user.email``` 和 ```user.email```
3. 根据[ Github 文档](https://docs.github.com/cn/actions/security-guides/automatic-token-authentication)创建令牌
## 规范
1. 文章使用 markdown 书写, 存储在 ```raws``` 路径下
2. 命名格式为 ```年-月-日-*.md```, 如 ```2020-07-22-hyper-V and VirtualBox.md```
3. Markdown 文件第一行必须声明标题, 如 ```Windows 10 (2004) 启用wsl2, 并与VirtualBox 6.0+共存```
4. 图片路径为相对路径, 但路径前必须加 ```/```, 否则网页无法显示图片