chore: remove docker useless params
Example: valaxy.site
# install npm i # or pnpm i # start npm run dev # or pnpm dev
See http://localhost:4859/, have fun!
http://localhost:4859/
Modify valaxy.config.ts to custom your blog.
valaxy.config.ts
English & Chinese Docs is coming!
Wait a minute.
In most cases, you only need to work in the pages folder.
pages
posts
styles
index.scss
vars.csss
index.css
components
layouts
layout: xxx
locales
.vscode
.github
netlify.toml
vercel.json
Valaxy Blog 示例
create-valaxy
Example: valaxy.site
Usage
See
http://localhost:4859/
, have fun!Config
Modify
valaxy.config.ts
to custom your blog.English & Chinese Docs is coming!
Structure
In most cases, you only need to work in the
pages
folder.Main folders
pages
: your all pagesposts
: 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 bylayout: xxx
in md)locales
: custom i18nOther
.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