docusaurus/packages/docusaurus-init/templates/classic
2019-11-17 16:51:57 +07:00
..
blog chore(v2): shift v2 CHANGELOG and update classic template (#1682) 2019-07-20 18:08:25 +07:00
docs docs(v2): code block line highlighting (#1904) 2019-10-29 14:59:24 +08:00
src docs(v2): code block line highlighting (#1904) 2019-10-29 14:59:24 +08:00
static/img feat(v2): @docusaurus/init package (#1655) 2019-07-14 01:06:23 +07:00
docusaurus.config.js feat(v2): add FB link to footer (#1982) 2019-11-13 23:06:54 +07:00
gitignore feat(v2): @docusaurus/init package (#1655) 2019-07-14 01:06:23 +07:00
package.json v2.0.0-alpha.35 2019-11-17 16:51:57 +07:00
README.md feat(v2): @docusaurus/init package (#1655) 2019-07-14 01:06:23 +07:00
sidebars.js feat(v2): @docusaurus/init package (#1655) 2019-07-14 01:06:23 +07:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=1 yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.