Commit Graph

16 Commits

Author SHA1 Message Date
Jiachen
b7508f1a3a feat. optimize docker image (#34) 2022-05-11 19:39:37 +08:00
YunYouJun
ff21c909d1 refactor: remote web font & auto generate title by frontmatter 2022-05-09 02:18:17 +08:00
YunYouJun
1de454290f chore: upgrade deps - pnpm@7 2022-05-03 03:30:35 +08:00
YunYouJun
cab661b3f5 chore: upgrade deps 2022-04-30 20:42:29 +08:00
Henry
50156534c2 feat: create docker file and docker build CI (#24)
* Create Dockerfile

* Create docker-image.yml

* Fix https://github.com/YunYouJun/cook/issues/12

* Format docker-image.yml

* Update docker-image.yml with two steps

* Format fix in docker-image.yml

https://github.com/henryclw/cook/runs/6186682354

* Format fix in Dockerfile

* Use official CI/CD of GitHub docker action

https://docs.docker.com/language/nodejs/configure-ci-cd/

* Fix typo in docker-image.yml

* Add last line in docker-image.yml

* Update docker-image.yml, use docker/login-action@v1

* Revert "Update docker-image.yml, use docker/login-action@v1"

This reverts commit f15e007225.

* Let docker image tag be the same as the branch name

https://stackoverflow.com/questions/58033366/how-to-get-the-current-branch-within-github-actions

* Let docker image tag be the same as the branch name, use branch name ${GITHUB_REF#refs/heads/}

* Use docker/metadata-action in docker-image.yml

https://github.com/docker/metadata-action

* Fix image name in docker/metadata-action in docker-image.yml

* Use master branch of docker/metadata-action in docker-image.yml

* Update docker in README.md, pull or build locally

* Use the latest tag if it is the default branch

* Remove empty lines in docker-image.yml

* Update name in docker-image.yml

* Update docker instructions in README.md

Resolved:
- https://github.com/YunYouJun/cook/pull/24#discussion_r860803527
- https://github.com/YunYouJun/cook/pull/24#discussion_r860807487
- https://github.com/YunYouJun/cook/pull/24#discussion_r860807702

* chore: update docs description

* Update README.md

Co-authored-by: 云游君 <me@yunyoujun.cn>
2022-04-30 01:38:25 +08:00
YunYouJun
36654c9b83 feat: use prompt for pwa update 2022-04-29 14:05:51 +08:00
YunYouJun
76cba3420c chore: update docs data link 2022-04-28 19:21:24 +08:00
YunYouJun
175346c43b feat: add help page & update desc 2022-04-27 02:20:33 +08:00
YunYouJun
e40f4babdf chore: upgrade deps 2022-04-22 03:56:32 +08:00
YunYouJun
aee764c2d6 chore: remove useless web font, fix #4 2022-04-18 16:05:42 +08:00
YunYouJun
6984b01b50 docs: update thanks 2022-04-18 01:15:05 +08:00
YunYouJun
0865dbe716 chore: update bilibili link 2022-04-17 16:51:07 +08:00
YunYouJun
bbe116fbe0 fix: slogan 2022-04-16 20:14:04 +08:00
YunYouJun
8564c57af6 fix: alias when strict 2022-04-15 02:21:28 +08:00
YunYouJun
98f2f012d8 fix: remove ?= link 2022-04-15 00:33:51 +08:00
YunYouJun
c355d51874 init: basic structure 2022-04-13 22:41:22 +08:00