https://github.com/dyweb/blog
Dongyue Tech Blog
https://github.com/dyweb/blog
blog tech-blog
Last synced: 4 months ago
JSON representation
Dongyue Tech Blog
- Host: GitHub
- URL: https://github.com/dyweb/blog
- Owner: dyweb
- Created: 2016-12-22T01:47:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T11:13:59.000Z (about 1 year ago)
- Last Synced: 2025-06-05T12:26:01.940Z (about 1 year ago)
- Topics: blog, tech-blog
- Language: CSS
- Homepage: https://blog.dongyueweb.com
- Size: 3.73 MB
- Stars: 14
- Watchers: 14
- Forks: 7
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# Blog
This is [Dongyue Studio](http://www.dongyueweb.com)'s [team blog](http://blog.dongyueweb.com/).
Built using [ink](https://github.com/InkProject/ink).
## Installation
### Quick install
- download tarball from https://imeoer.github.io/, extract and put the binary in your `PATH`
- clone this project, ssh is preferred, i.e. `git clone git@github.com:dyweb/blog.git`
### The Gopher way
You can no longer `go get` or `go install` thanks to go mod and the replace in ink's go mod, [go#44840](https://github.com/golang/go/issues/44840)
```bash
# With go mod, you no longer need to clone the porject under right go path
git clone git@github.com:InkProject/ink.git
cd ink && go install .
```
## Workflow
see [contribute guideline](.github/CONTRIBUTING.md) for detail
- preview `ink preview`
- create new post `./scripts/create-post "Cyclone" -l zh-cn -a "gaocegege"`
- before deploy `./scripts/pre-deploy`