https://github.com/alswl/en.blog.alswl.com
en.blog.alswl.com
https://github.com/alswl/en.blog.alswl.com
Last synced: 4 months ago
JSON representation
en.blog.alswl.com
- Host: GitHub
- URL: https://github.com/alswl/en.blog.alswl.com
- Owner: alswl
- Created: 2022-07-18T03:31:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T01:02:18.000Z (over 2 years ago)
- Last Synced: 2025-10-10T22:42:46.861Z (10 months ago)
- Language: HTML
- Size: 24.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# en.blog.alswl.com
- https://en.blog.alswl.com/
- https://blog.alswl.com/
- https://www.zhihu.com/column/alswl
- https://www.jianshu.com/u/90d9cec0f932
This is my blog (English).
## Build & preview
- **Hugo**: Use the same version as CI (see [quickstart](specs/001-sync-blog-framework/quickstart.md)), currently **0.148.2**.
- **Theme**: Run `git submodule update --init --recursive` after clone.
- **Local preview**: `hugo serve -D`
- **Production build**: `make build-production` (output in `public/`). This site does **not** use CDN; images use original links.