add to showcase

This commit is contained in:
jackyzha0 2021-07-29 21:26:18 -04:00
parent ccec4b30e7
commit 618dd7055c
2 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,10 @@ title: "Showcase"
Want to see what Quartz can do? Here are some cool community gardens :) Want to see what Quartz can do? Here are some cool community gardens :)
- [Quartz Documentation (this site!)](https://quartz.jzhao.xyz/) - [Quartz Documentation (this site!)](https://quartz.jzhao.xyz/)
- [Jacky Zhao](https://jzhao.xyz/toc/directory/) - [Strengthening Online Social Bonds: Research Garden](https://communities.digital/)
- [Anson Yu](http://garden.ansonyu.me/) - [Jacky Zhao's Garden](https://garden.jzhao.xyz/)
- [Anson Yu's Garden](http://garden.ansonyu.me/)
- [Shihyu's PKM](https://shihyuho.github.io/pkm/)
- [Chloe's Garden](https://garden.chloeabrasada.online/)
If you want to see your own on here, submit a [Pull Request adding yourself to this file](https://github.com/jackyzha0/quartz/blob/hugo/content/moc/showcase.md)! If you want to see your own on here, submit a [Pull Request adding yourself to this file](https://github.com/jackyzha0/quartz/blob/hugo/content/moc/showcase.md)!

View File

@ -10,7 +10,7 @@ Edit `ignoreFiles` in `config.toml` to include paths you'd like to exclude from
ignoreFiles = [ ignoreFiles = [
"/content/templates/*", "/content/templates/*",
"/content/private/*", "/content/private/*",
"<your path here>" "<your path here>"
] ]
``` ```