All Projects → vitelabs → vite.blog

vitelabs / vite.blog

Licence: other
Vite Tech Blog

Projects that are alternatives of or similar to vite.blog

hexo-deployer-ftpsync
FTP deployer for Hexo
Stars: ✭ 21 (+61.54%)
Mutual labels:  hexo
vite-svg-loader
Vite 2.x plugin to load SVG files as Vue components
Stars: ✭ 124 (+853.85%)
Mutual labels:  vite
vui-vc-next
Vue 3 with Vite Playground - Mobile web UI components - (vue3+vite2).
Stars: ✭ 15 (+15.38%)
Mutual labels:  vite
vue3.0-template-admin
本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板;并基于常见业务场景,抽象出常见功能组件;包括动态菜单,菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等
Stars: ✭ 500 (+3746.15%)
Mutual labels:  vite
vitawind
Install and Setting Tailwindcss automatically for Vite
Stars: ✭ 46 (+253.85%)
Mutual labels:  vite
vite-wallet
The Desktop Wallet of Vite
Stars: ✭ 31 (+138.46%)
Mutual labels:  vite
learn-wasm
🎲 Learning WebAssembly
Stars: ✭ 57 (+338.46%)
Mutual labels:  vite
Qexo
A Quick, Powerful and Pretty Online Manager for Hexo.
Stars: ✭ 60 (+361.54%)
Mutual labels:  hexo
unplugin
Unified plugin system for Vite, Rollup, Webpack, and more
Stars: ✭ 998 (+7576.92%)
Mutual labels:  vite
hexo-tag-xvideos
🔞 Embed xvideos player in your Hexo posts/pages
Stars: ✭ 17 (+30.77%)
Mutual labels:  hexo
hexo-include-markdown
Easily load markdownfiles in Markdown .
Stars: ✭ 16 (+23.08%)
Mutual labels:  hexo
hexo-image-caption
add caption for images within posts
Stars: ✭ 21 (+61.54%)
Mutual labels:  hexo
hexo-theme-particle
包含3种配色样式的简洁Hexo主题,地址:https://korilin.com
Stars: ✭ 30 (+130.77%)
Mutual labels:  hexo
vue-3-stackter
A Vue3 starter project setup with Vite, Vue-meta, Router, Vuex, Eslint, Prettier, Tailwind CSS, and some custom preferences. Also, there is a TypeScript branch of this same setup.
Stars: ✭ 93 (+615.38%)
Mutual labels:  vite
Hexo-Theme-MoeIcarus
✨ Make Icarus theme cute!!!
Stars: ✭ 32 (+146.15%)
Mutual labels:  hexo
github-contribution-graph
Add beautiful GitHub contribution/commit graph to your profile README!
Stars: ✭ 37 (+184.62%)
Mutual labels:  vite
vite-plugin-sass-dts
This is a plugin that automatically creates a type file when using the CSS module type-safely.
Stars: ✭ 20 (+53.85%)
Mutual labels:  vite
electron-vue-template
A very simplistic Electron + Vue 3 template including ViteJS and Electron Builder
Stars: ✭ 60 (+361.54%)
Mutual labels:  vite
hexo-theme-another
🌱🌱🌱a pithy theme of hexo.
Stars: ✭ 81 (+523.08%)
Mutual labels:  hexo
supabase-schema
Secured & Simple Supabase Schema Visualizer
Stars: ✭ 216 (+1561.54%)
Mutual labels:  vite

vite.blog

Official blog for Vite Labs

Start

clone project and clone submodule

git clone https://github.com/vitelabs/vite.blog.git --recursive

Install hexo

npm install hexo-cli -g

Add new draft

hexo new draft hello-world --lang zh-CN

Publish a draft named "hello-word" (in Chinese)

hexo publish post hello-world --lang zh-CN

Publish a draft named "hello-word" (in English)

hexo publish post hello-world --lang en

Add new post

hexo new post hello-world --lang zh-CN

FAQ

How to upload image?

npm i
npm run dev

Visit localhost:4000/admin. In the admin page, you can paste your image to editor.

Please make sure the image filename is unique.

But you should only use localhost:4000/admin as a editor. If you want to create post, Please use cli.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].