AntdSite - A static website generator build with Ant Design and driven by gatsby.js

A static website generator build with Ant Design and driven by gatsby.js

Documentation is always important to any project. Here is project to make your life more easy: AntdSite is a static website generator based on React.js. It’s driven by Gatsby.js and it is built with Ant Design and its configuration style borrows from Vuepress. It only needs a simple configuration and some markdown knowledge to get started quickly. Supports rendering to common Ant Design components using markdown syntax, such as Alert, mdx, support custom layout (eg custom website header, bottom, home page, etc.)

AntdSite - A static website generator build with Ant Design and driven by gatsby.js

Get Started

Install

Install antdsite-cli via yarn

yarn global add antdsite-cli

Or install via npm

npm install antdsite-cli -g

Usage

Use cli to initialize a default starter project

antdsite my-docs

Switch to the initialized site directory and run the Site

cd my-docs

yarn start
# OR
npm start

Visit the default address localhost:8000 to see the effect page

Technology Stack

  • Ant Design
  • Gatsby
  • markdown
  • mdx
  • React

Support environment

  • Modern browsers and IE11.
  • Support server rendering.

Version Activity Build Status License Download prettier

Github: https://github.com/YvesCoding/antdsite


Become a member

Get the latest news right in your inbox. We never spam!

Leave a Reply

Your email address will not be published. Required fields are marked *

Top