├── .forestry ├── front_matter │ └── templates │ │ ├── blog-post.yml │ │ └── info-page.yml └── settings.yml ├── .gitignore ├── LICENSE ├── README.md ├── gridsome.config.js ├── gridsome.server.js ├── package.json ├── src ├── assets │ ├── content │ │ ├── blog │ │ │ ├── an-essay-on-walking.md │ │ │ ├── ne-te-quaesiveris-extra.md │ │ │ ├── on-the-geneology-of-morals.md │ │ │ ├── song-of-myself.md │ │ │ └── sunflower-sutra.md │ │ ├── data │ │ │ ├── authors.json │ │ │ ├── config.json │ │ │ └── info.json │ │ └── images │ │ │ ├── adrien-olichon--aOsCcTJXWY-unsplash.jpg │ │ │ ├── anomaly-oRskqiH7FNc-unsplash.jpg │ │ │ ├── elcarito-CRn-_80z4SE-unsplash.jpg │ │ │ ├── francesco-mazzoli-0xh3QPqcfKM-unsplash.jpg │ │ │ ├── heather-shevlin-3B_NrzTjajc-unsplash.jpg │ │ │ ├── igor-son-FV_PxCqgtwc-unsplash.jpg │ │ │ ├── jj-ying-7JX0-bfiuxQ-unsplash.jpg │ │ │ ├── kunj-parekh-H69EgivmCjE-unsplash.jpg │ │ │ ├── maksim-shutov-JOEvZOTfp64-unsplash.jpg │ │ │ ├── max-di-capua-AhHICglxxx8-unsplash.jpg │ │ │ ├── pawel-czerwinski-8uZPynIu-rQ-unsplash-1.jpg │ │ │ ├── pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg │ │ │ ├── ren-ran-bBiuSdck8tU-unsplash.jpg │ │ │ ├── ruslan-bardash-g83y6do219w-unsplash.jpg │ │ │ ├── sharon-mccutcheon-Th_WZMUPnO4-unsplash.jpg │ │ │ ├── sonja-punz-N47B_zibNGo-unsplash.jpg │ │ │ └── vincent-burkhead-LhlxYMfnTF0-unsplash.jpg │ └── styles │ │ ├── global.scss │ │ └── reset.scss ├── components │ ├── BlogList.vue │ └── Header.vue ├── layouts │ └── Default.vue ├── main.js ├── pages │ ├── 404.vue │ ├── Index.vue │ └── Info.vue └── templates │ └── Blog.vue ├── static ├── favicon.ico └── gridsome-logo.svg └── yarn.lock /.forestry/front_matter/templates/blog-post.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/.forestry/front_matter/templates/blog-post.yml -------------------------------------------------------------------------------- /.forestry/front_matter/templates/info-page.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/.forestry/front_matter/templates/info-page.yml -------------------------------------------------------------------------------- /.forestry/settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/.forestry/settings.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/README.md -------------------------------------------------------------------------------- /gridsome.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/gridsome.config.js -------------------------------------------------------------------------------- /gridsome.server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/gridsome.server.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/package.json -------------------------------------------------------------------------------- /src/assets/content/blog/an-essay-on-walking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/blog/an-essay-on-walking.md -------------------------------------------------------------------------------- /src/assets/content/blog/ne-te-quaesiveris-extra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/blog/ne-te-quaesiveris-extra.md -------------------------------------------------------------------------------- /src/assets/content/blog/on-the-geneology-of-morals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/blog/on-the-geneology-of-morals.md -------------------------------------------------------------------------------- /src/assets/content/blog/song-of-myself.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/blog/song-of-myself.md -------------------------------------------------------------------------------- /src/assets/content/blog/sunflower-sutra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/blog/sunflower-sutra.md -------------------------------------------------------------------------------- /src/assets/content/data/authors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/data/authors.json -------------------------------------------------------------------------------- /src/assets/content/data/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/data/config.json -------------------------------------------------------------------------------- /src/assets/content/data/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/data/info.json -------------------------------------------------------------------------------- /src/assets/content/images/adrien-olichon--aOsCcTJXWY-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/adrien-olichon--aOsCcTJXWY-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/anomaly-oRskqiH7FNc-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/anomaly-oRskqiH7FNc-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/elcarito-CRn-_80z4SE-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/elcarito-CRn-_80z4SE-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/francesco-mazzoli-0xh3QPqcfKM-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/francesco-mazzoli-0xh3QPqcfKM-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/heather-shevlin-3B_NrzTjajc-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/heather-shevlin-3B_NrzTjajc-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/igor-son-FV_PxCqgtwc-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/igor-son-FV_PxCqgtwc-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/jj-ying-7JX0-bfiuxQ-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/jj-ying-7JX0-bfiuxQ-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/kunj-parekh-H69EgivmCjE-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/kunj-parekh-H69EgivmCjE-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/maksim-shutov-JOEvZOTfp64-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/maksim-shutov-JOEvZOTfp64-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/max-di-capua-AhHICglxxx8-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/max-di-capua-AhHICglxxx8-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/pawel-czerwinski-8uZPynIu-rQ-unsplash-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/pawel-czerwinski-8uZPynIu-rQ-unsplash-1.jpg -------------------------------------------------------------------------------- /src/assets/content/images/pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/ren-ran-bBiuSdck8tU-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/ren-ran-bBiuSdck8tU-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/ruslan-bardash-g83y6do219w-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/ruslan-bardash-g83y6do219w-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/sharon-mccutcheon-Th_WZMUPnO4-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/sharon-mccutcheon-Th_WZMUPnO4-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/sonja-punz-N47B_zibNGo-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/sonja-punz-N47B_zibNGo-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/content/images/vincent-burkhead-LhlxYMfnTF0-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/content/images/vincent-burkhead-LhlxYMfnTF0-unsplash.jpg -------------------------------------------------------------------------------- /src/assets/styles/global.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/styles/global.scss -------------------------------------------------------------------------------- /src/assets/styles/reset.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/assets/styles/reset.scss -------------------------------------------------------------------------------- /src/components/BlogList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/components/BlogList.vue -------------------------------------------------------------------------------- /src/components/Header.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/components/Header.vue -------------------------------------------------------------------------------- /src/layouts/Default.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/layouts/Default.vue -------------------------------------------------------------------------------- /src/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/main.js -------------------------------------------------------------------------------- /src/pages/404.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/pages/404.vue -------------------------------------------------------------------------------- /src/pages/Index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/pages/Index.vue -------------------------------------------------------------------------------- /src/pages/Info.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/pages/Info.vue -------------------------------------------------------------------------------- /src/templates/Blog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/src/templates/Blog.vue -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/static/favicon.ico -------------------------------------------------------------------------------- /static/gridsome-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/static/gridsome-logo.svg -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallstrautman/brevifolia-gridsome-forestry/HEAD/yarn.lock --------------------------------------------------------------------------------