-
Notifications
You must be signed in to change notification settings - Fork 49
/
_config.yml
47 lines (40 loc) · 1.07 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
# ----------------------- #
# Main Configs #
# ----------------------- #
title: openSUSE 101
title_short: 101
subTitle: Get started with Free Software now!
email: [email protected]
author: Douglas DeMaio
description: The openSUSE Mentoring project collects ideas for programs like Google Summer of Code.
copyright: 'Copyright © 2015-2023 openSUSE. All Rights Reserved.'
github_organization: openSUSE
github_repository: mentoring
github_url: "https://github.com/openSUSE/mentoring"
piwik_site_id: 34
plugins:
- jekyll-redirect-from
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
# Build settings
markdown: kramdown
permalink: pretty
theme: jekyll-theme-opensuse
jquery_full: true
collections:
- gsoc
- projects
footer_links:
- text: Source Code
link: https://github.com/openSUSE/mentoring
navbar_links:
- link: /#about
text: About
- link: /#projects
text: Projects
- link: /#mentor
text: Mentor
- link: /gsoc/
text: GSoC
exclude: [README.md, Gemfile, Gemfile.lock, vendor, ISSUE_TEMPLATE.md, templates]