https://github.com/changkun/blog
✍️ Changkun's Blog
https://github.com/changkun/blog
blog go golang
Last synced: 9 months ago
JSON representation
✍️ Changkun's Blog
- Host: GitHub
- URL: https://github.com/changkun/blog
- Owner: changkun
- License: other
- Created: 2020-12-23T07:53:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T21:49:23.000Z (about 2 years ago)
- Last Synced: 2024-05-02T01:09:08.886Z (over 1 year ago)
- Topics: blog, go, golang
- Language: Go
- Homepage: https://changkun.de/blog
- Size: 78.7 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Changkun's Blog
_https://changkun.de/blog_
The source code.
## Build
```sh
$ go install github.com/gohugoio/hugo@latest
$ docker network create traefik_proxy
```
```sh
$ make
$ make s
$ make build && make up
```
## Writing
```sh
$ hugo new posts/2020-12-24-i-got-a-new-idea.md
```
## License
Copyright © 2008 - 2020 [Changkun Ou](https://changkun.de) | CC-BY-ND-NC 4.0