Skip to content

Minimalistic React-powered static site generator.

License

Notifications You must be signed in to change notification settings

thonatos/antpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antpress · GitHub license

Minimalistic React-powered static site generator.

NPM version

Demo

Usage

  • install
npm install antpress
  • build
npx antpress build
npx antpress render
  • example
# download example
git clone https://github.com/thonatos/antpress-egg
cd antpress-egg

# install antpress
yarn add antpress

# build template
npx antpress build

# render docs
npx antpress render

TODO

  • theme
  • layout

License

MIT