Example: https://sprightly-crepe-33cf05.netlify.app/
# 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 pages
posts
: write your posts here, will be counted as postsstyles
: 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 by layout: xxx
in md)locales
: custom i18n