-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
24 lines (21 loc) · 864 Bytes
/
_config.yml
File metadata and controls
24 lines (21 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
title: OutSystems standards and guidelines at Synobsys
# author: Synobsys
email: info@synobsys.nl
description: > # this means to ignore newlines until "baseurl:"
Standards, best practices and how-tos for developing OutSystems applications
# social links
twitter_username: synobsys # DO NOT include the @ character, or else the build will fail!
github_username: synobsys # DO NOT include the @ character, or else the build will fail!
show_excerpts: true # set to false to remove excerpts on the homepage
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
remote_theme: pages-themes/minimal@v0.2.0
# remote_theme: pages-themes/hacker@v0.2.0
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
markdown: kramdown
logo: images/Logo-Synobsys.png