This repository has been archived on 2022-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
website/config.yaml
Lunny Xiao 97ee5a8aca
All checks were successful
continuous-integration/drone/push Build is passing
Fix links
2022-03-03 22:33:51 +08:00

59 lines
1.1 KiB
YAML

baseurl: https://xorm.io/
title: Xorm
theme: kube
defaultContentLanguage: en
enableMissingTranslationPlaceholders: true
permalinks:
post: /:year/:month/:title/
doc: /:slug/
page: /:slug/
default: /:slug/
params:
description: Simple & Powerful ORM Framework for Go Programming Language
author: The XORM Authors
website: https://xorm.io
menu:
main:
- name: Home
url: /
weight: 10
pre: home
post: active
- name: Docs
url: https://gobook.io/read/gitea.com/xorm/manual-en-US/
weight: 20
pre: docs
- name: Blog
url: https://blog.xorm.io
weight: 80
pre: Blog
languages:
en:
weight: 0
languageName: English
contentDir: content/default
zh:
weight: 1
languageName: 中文
contentDir: content/zh
menu:
main:
- name: 首页
url: /zh/
weight: 10
pre: home
post: active
- name: 文档
url: https://gobook.io/read/gitea.com/xorm/manual-zh-CN/
weight: 20
pre: docs
- name: 博客
url: https://blog.xorm.io
weight: 80
pre: blog