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.
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