Official website and documentation
Go to file
2022-04-30 18:38:05 +02:00
archetypes init project 2022-04-12 21:25:55 +08:00
assets Fix highlight in code 2022-04-14 11:11:51 +08:00
config Add redirect 2022-04-17 12:02:02 +08:00
content update docs 2022-04-23 18:21:29 +08:00
data init project 2022-04-12 21:25:55 +08:00
functions init project 2022-04-12 21:25:55 +08:00
i18n 更新文档 2022-04-22 15:56:13 +08:00
layouts Update Woodpecker-CI log 2022-04-30 18:38:05 +02:00
static Fix redirect bug 2022-04-17 17:25:44 +08:00
.drone.yml build 2022-04-14 09:03:41 +08:00
.editorconfig init project 2022-04-12 21:25:55 +08:00
.eslintignore init project 2022-04-12 21:25:55 +08:00
.eslintrc.json init project 2022-04-12 21:25:55 +08:00
.gitignore build 2022-04-14 09:03:41 +08:00
.markdownlint-cli2.jsonc init project 2022-04-12 21:25:55 +08:00
.stylelintignore init project 2022-04-12 21:25:55 +08:00
.stylelintrc.json init project 2022-04-12 21:25:55 +08:00
babel.config.js init project 2022-04-12 21:25:55 +08:00
LICENSE init project 2022-04-12 21:25:55 +08:00
netlify.toml use i18n more 2022-04-17 16:28:23 +08:00
package-lock.json Fix highlight in code 2022-04-14 11:11:51 +08:00
package.json init project 2022-04-12 21:25:55 +08:00
README.md Update README 2022-04-13 20:39:08 +08:00

Website for XORM

This is official website of XORM which is based on doks theme of hugo

How to run in dev mode?

First, you need to run

npm install

and then

npm run start

How to release?