Example: valaxy.site
# install
npm i
# or pnpm i
# start
npm run dev
# or pnpm devSee 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:latestIn 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.csswill be loaded automaticallycomponents: custom your vue components (will be loaded automatically)layouts: custom layouts (use it bylayout: xxxin md)locales: custom i18n