astro/examples/blog
2021-04-23 10:44:41 -06:00
..
astro Add RSS generation (#123) 2021-04-23 10:44:41 -06:00
public Blog Support 1/3: Data fetching (#62) 2021-04-06 15:54:55 -06:00
.gitignore Add Astro.fetchContent API (#91) 2021-04-13 18:08:32 -06:00
astro.config.mjs Add sitemap generation (#120) 2021-04-21 14:14:24 -06:00
package-lock.json Renaming to import.meta.fetchContent (#70) 2021-04-12 17:21:29 -06:00
package.json Renaming to import.meta.fetchContent (#70) 2021-04-12 17:21:29 -06:00
README.md Improve Tailwind docs & Tailwind support (#92) 2021-04-14 10:36:00 -06:00

Astro Blog Example

Setup

npm install

Dev

npm start

Preview at http://localhost:3000

Build

npm build

Will output static site at ./_site