# mixdmatches.github.io **Repository Path**: mixed-matches/mixdmatches.github.io ## Basic Information - **Project Name**: mixdmatches.github.io - **Description**: 个人博客,点击下方链接访问 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://mixdmatches.github.io/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-13 - **Last Updated**: 2025-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: 博客, valaxy ## README # create-valaxy Example: [valaxy.site](https://valaxy.site) ## Usage ```bash # install npm i # or pnpm i # start npm run dev # or pnpm dev ``` See `http://localhost:4859/`, have fun! ### Config Modify `valaxy.config.ts` to custom your blog. English & Chinese Docs is coming! > Wait a minute. ### Docker ```bash docker build . -t your-valaxy-blog-name:latest ``` ## Structure In most cases, you only need to work in the `pages` folder. ### Main folders - `pages`: your all pages - `posts`: write your posts here, will be counted as posts - `styles`: override theme styles, `index.scss`/`vars.csss`/`index.css` will be loaded automatically - `components`: custom your vue components (will be loaded automatically) - `layouts`: custom layouts (use it by `layout: xxx` in md) - `locales`: custom i18n ### Other - `.vscode`: recommend some useful plugins & settings, you can preview icon/i18n/class... - `.github`: GitHub Actions to auto build & deploy to GitHub Pages - `netlify.toml`: for [netlify](https://www.netlify.com/) - `vercel.json`: for [vercel](https://vercel.com/)