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 59e8c74116 blog formatting 2020-06-15 14:03:03 +00:00
.github/workflows change archive trigger to deployment status 2020-06-15 18:44:58 +05:30
blog blog formatting 2020-06-15 14:03:03 +00:00
docs separated tools from misc 2020-06-15 13:09:21 +00:00
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 config ready for production 2020-06-15 13:59:08 +00:00
package.json Added Blog + meta changes 2020-06-11 23:29:42 +05:30
sidebars.js added tools to sidebar 2020-06-15 13:18:30 +00:00
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.