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 d6a233346f Added Contribution Guidelines 2020-06-15 12:18:50 +00:00
.github/workflows Create archive.yml 2020-06-15 17:39:00 +05:30
blog Added Blog + meta changes 2020-06-11 23:29:42 +05:30
docs removed redirect 2020-06-13 00:51:54 +05:30
src redesign admonitions 2020-06-13 14:20:05 +00:00
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
CONTRIBUTING.md Added Contribution Guidelines 2020-06-15 12:18:50 +00:00
LICENSE Add license 2020-06-15 11:52:32 +00:00
README.md switch to docusaurus v2 2020-06-11 18:52:21 +05:30
docusaurus.config.js changed url 2020-06-12 19:27:15 +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.