Example: valaxy.site
# install
npm i
# or pnpm i
# start
npm run dev
# or pnpm dev
See http://localhost:4859/
, have fun!
Modify valaxy.config.ts
to custom your blog.
English & Chinese Docs is coming!
Wait a minute.
docker build . -t your-valaxy-blog-name:latest
In most cases, you only need to work in the pages
folder.
pages
: your all pagesposts
: write your posts here, will be counted as posts
styles
: override theme styles,index.scss
/vars.csss
/index.css
will be loaded automaticallycomponents
: custom your vue components (will be loaded automatically)layouts
: custom layouts (use it bylayout: xxx
in md)locales
: custom i18n
.vscode
: recommend some useful plugins & settings, you can preview icon/i18n/class....github
: GitHub Actions to auto build & deploy to GitHub Pagesnetlify.toml
: for netlifyvercel.json
: for vercel
mkdir pages/posts/cocos/11.protobuf && valaxy new cocos/11.protobuf/index