The source code for the Darling development blog
Go to file
2023-08-22 09:08:29 -04:00
.github/workflows Update CI config 2023-05-26 07:42:21 -04:00
blog New progress report for Q2 2023 2023-08-21 14:32:18 -04:00
src Fix repeated blog title on home page 2023-05-26 23:44:44 -04:00
static Initial commit 2023-05-19 23:51:03 -04:00
.gitignore New progress report for Q2 2023 2023-08-21 14:32:18 -04:00
babel.config.js Initial commit 2023-05-19 23:51:03 -04:00
docusaurus.config.js Add links to main project website 2023-08-22 09:08:29 -04:00
giscus.json Change discussion mapping to title and add giscus.json 2023-05-20 09:43:09 -04:00
package-lock.json Add remark-github plugin 2023-05-26 23:45:40 -04:00
package.json Add remark-github plugin 2023-05-26 23:45:40 -04:00
README.md Initial commit 2023-05-19 23:51:03 -04:00
sidebars.js Initial commit 2023-05-19 23:51:03 -04:00
tsconfig.json Initial commit 2023-05-19 23:51:03 -04:00

Darling Development Blog

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

Installation

$ npm install

Local Development

$ npm run start

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

Build

$ npm run build

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

Deployment

Using SSH:

$ USE_SSH=true npm run deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> npm run 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.