-
-
Notifications
You must be signed in to change notification settings - Fork 357
/
_config.yml
51 lines (45 loc) · 1.19 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
title: GORM
subtitle: The fantastic ORM library for Golang, aims to be developer friendly.
description: GORM is a fantastic ORM library for Golang, aims to be developer friendly.
author: Jinzhu
author_url: https://github.com/jinzhu
language: en
timezone: UTC
source_dir: pages
skip_render: [driver/**, plugin/**, "*.html", "*txt", gen/tools/gentool.html]
# URL
url: https://gorm.io
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:
# Start Guide
start: "go get -u gorm.io/gorm"
# Common Configuration
twitter: zhangjinzhu
github: go-gorm/gorm
disqus_shortname: gormv2
algolia:
en:
api_id: JYXXHPAUK9
api_key: ad3389ae8a371cb188bdee098516769c
index_name: gorm
google_tag_manager: GTM-WSNPD75
# Writing
new_post_name: :title.md # File name of new posts
external_link:
enable: true # Open external links in new tab
filename_case: 0
relative_link: false
highlight:
enable: true
line_number: false
auto_detect: true
tab_replace: ' '
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: navy # based from hexo offical site