https://github.com/mizchi/dev
amp blog mdxx react ssg
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mizchi/dev
- Owner: mizchi
- Created: 2020-05-04T09:54:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:57:21.000Z (over 2 years ago)
- Last Synced: 2025-04-05T08:04:03.890Z (6 months ago)
- Topics: amp, blog, mdxx, react, ssg
- Language: TypeScript
- Homepage: https://mizchi.dev
- Size: 4.09 MB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MDXX SSG
## Features
- Build amdx on next ssg
- Support AMP## Create your own blog
```bash
# install node and npm
npx degit mizchi/amdx/packages/ssg blog
cd blog
npm install
cp amdxg.config.example amdxg.config
# edit amdxg.config for you# create new page
npm run new-page
# edit docs/[current-date].mdx# create new page with slug
npm run new-page foo
# edit docs/foo.mdx# Preview
npm run dev# Deploy
npm run build
npm run deploy
```