Official website and documentation https://xorm.io
Go to file
Lunny Xiao a74a28443c
All checks were successful
build and publish / build and publish (push) Successful in 1m44s
Update CI (#9)
Reviewed-on: #9
2024-03-15 14:09:36 +00:00
.gitea/workflows Update CI (#9) 2024-03-15 14:09:36 +00: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 Extended description for unique(uniquename) definition (#8) 2023-10-03 01:42:53 +00: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
.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 remove dependenciy on hugo 2023-04-14 10:12:07 +08:00
package.json remove dependenciy on hugo 2023-04-14 10:12:07 +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?