Skip to content

PyduckGo/draugus.github.io

 
 

Repository files navigation

AUGUS

All Site (pilot)

cause netlify has been sending emails asking for payment all the time, so I delete netlify account. And then, I deprecated vercel because every commit will be automatically built, I can't set trigger conditions.

SITE Github Pages Source TECH
main site (now only game) online, online2 game vitepress, vue3
life online, online2 life vitepress, vue3

Develop

Prerequisites

  • nodejs (version >= 16)
  • npm
  • yarn (npm install -g yarn) yarn is no longer used, all are upgraded to pnpm
  • pnpm (npm install -g pnpm)

Git clone

git clone https://github.com/DrAugus/draugus.github.io.git
cd draugus.github.io
pnpm i
# preview
./run.sh life/
./run.sh game/
# build
./run.sh life/ -b
./run.sh game/ -b

Upgrade

You don't have to think about them. Just give them to the robot.

Reference

vitepress

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.1%
  • Vue 24.7%
  • Python 17.4%
  • JavaScript 7.7%
  • SCSS 2.3%
  • Shell 0.7%
  • CSS 0.1%