mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
YAML data, navi stub, page h1s
This commit is contained in:
10
README.md
10
README.md
@@ -5,9 +5,19 @@ jambonz/next-static-site
|
||||
|
||||
# [Jambonz](https://jambonz.vercel.app)
|
||||
|
||||
## Getting started
|
||||
|
||||
- `yarn install`
|
||||
- `yarn dev`
|
||||
|
||||
## Kit of parts
|
||||
|
||||
- [Design elements](https://jambonz.vercel.app/kit-of-parts)
|
||||
|
||||
## Static data
|
||||
|
||||
Static data is being used to power Next.js pages using `yaml` and [getStaticProps](https://nextjs.org/docs/basic-features/data-fetching#getstaticprops-static-generation). Data files are in `/data/` and a simple JS utility for loading the data for static props is in [/lib/data.js](./lib/data.js).
|
||||
|
||||

|
||||
|
||||
# [Nextra](https://nextra.vercel.app)
|
||||
|
||||
Reference in New Issue
Block a user