-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) |