astro/examples/blog
Matthew Phillips 0ea4a986e2
Support 500 pages in the dev server (#131)
* Support 500 pages

* Document custom 400/500 pages

* Remove search from any pages not the 500 page

* fix(kitchen-sink): add snowpack.config.js

* fix(examples): add snowpack.config.js

* style: redesign built-in 500 page

Co-authored-by: Nate Moore <nate@skypack.dev>
2021-04-26 16:42:11 -04: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
snowpack.config.js Support 500 pages in the dev server (#131) 2021-04-26 16:42:11 -04:00

Astro Blog Example

Setup

npm install

Dev

npm start

Preview at http://localhost:3000

Build

npm build

Will output static site at ./_site