Skip to content

Commit

Permalink
push files
Browse files Browse the repository at this point in the history
  • Loading branch information
CatCodeMe committed Mar 21, 2024
1 parent 521156e commit fc68cca
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions 1100_blog_content/others/publish workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,25 @@
1. prepare quartz, see [Quartz: Get Started](https://quartz.jzhao.xyz/)
2. init an empty repository for **publishing your notes**
- follow these steps [Quartz: Setting up your GitHub repository](https://quartz.jzhao.xyz/setting-up-your-GitHub-repository)
- Hitherto, the git like this
- `quart_demo`(**just for demo**) yourself repo for build, it's usually `your_github_name.github.io`
```shell
$$ git remote -v
oorigin [email protected]:CatCodeMe/quartz_demo.git (fetch)
- Hitherto, your git should like
- `quart_demo`[^1] ( **just for demo**) yourself repo for build, it's usually `your_github_name.github.io`
```shell
$ git remote -v
porigin [email protected]:CatCodeMe/quartz_demo.git (fetch)
oorigin [email protected]:CatCodeMe/quartz_demo.git (push)
uupstream https://github.com/jackyzha0/quartz.git (fetch)
uupstream https://github.com/jackyzha0/quartz.git (push)
````
```

3. Hitherto , you can use single repo like quartz site, or use `submodule`
4. For single repo, see [Quartz:Hosting](https://quartz.jzhao.xyz/hosting)
5. For **submodule**, follow me.
1. go to github, create another empty repository like step2, for example `content_demo` [^1]
1. go to github, create another empty repository like step2, for example `content_demo` [^2]

# issues
- ctime, utime



[^1] [content_demo repo](https://github.com/CatCodeMe/content_demo.git)
[^1] [quartz_demo repo](https://github.com/CatCodeMe/quartz_demo)
[^2] [content_demo repo](https://github.com/CatCodeMe/content_demo.git)

0 comments on commit fc68cca

Please sign in to comment.