-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
65 lines (54 loc) · 1.81 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
title: D2Learn公开课
description: d2learn开源社区公开课
theme: just-the-docs
url: https://github.com/d2learn
repository: Sunrisepeak/d2ds # for github-metadata
# github: [metadata]
additional_repos:
- d2learn/xlings
- d2learn/courses
- d2learn/docs
- d2learn/d2ds
- d2learn/d2python
- d2learn/d2cpp
comments_repo: "d2learn/courses"
# ------------------------------
logo: "assets/images/d2learn-opencourses-logo.png"
favicon_ico: "/assets/images/d2learn-logo.png"
aux_links:
社区论坛: https://forum.d2learn.org
社区文档: https://d2learn.github.io/docs
xlings工具: "https://github.com/d2learn/xlings"
Github: https://github.com/d2learn
# Makes Aux links open in a new tab. Default is false
# Optional: You can also customize the appearance of these links
#aux_links_new_tab: true # Opens links in new tabs
#nav_external_links:
# - title: 社区文档
# url: https://d2learn.github.io/docs
# - title: xlings工具
# url: https://github.com/d2learn/xlings
# - title: Github
# url: https://github.com/d2learn
exclude: ["Gemfile.lock"]
# Collections for website data
collections:
announcements:
# Default layouts for each collection type
defaults:
- scope:
path: ''
type: announcements
values:
layout: announcement
# Footer "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/Sunrisepeak/d2ds-courses" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
gh_edit_source: website # the source that your files originate from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
plugins:
- jekyll-seo-tag
- jekyll-github-metadata
- jekyll-include-cache