deviloric
/
piracy
Archived
3
0
Fork 0
This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Maximous Black 5c89369fe6 added dark mode logo
and optimised the markup
2020-06-12 00:13:40 +05:30
blog Added Blog + meta changes 2020-06-11 23:29:42 +05:30
docs switch to docusaurus v2 2020-06-11 18:52:21 +05:30
src new accent color 2020-06-12 00:04:56 +05:30
static/img added dark mode logo 2020-06-12 00:13:40 +05:30
.gitignore switch to docusaurus v2 2020-06-11 18:52:21 +05:30
README.md switch to docusaurus v2 2020-06-11 18:52:21 +05:30
docusaurus.config.js added dark mode logo 2020-06-12 00:13:40 +05:30
package.json Added Blog + meta changes 2020-06-11 23:29:42 +05:30
sidebars.js switch to docusaurus v2 2020-06-11 18:52:21 +05:30
yarn.lock switch to docusaurus v2 2020-06-11 18:52:21 +05:30

README.md

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=true 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.