-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (29 loc) · 764 Bytes
/
_config.yml
File metadata and controls
40 lines (29 loc) · 764 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
theme: jekyll-theme-architect
title: Semantic Data Dictionary Resources
description: Here you can find documetation, modelling guidelines, and tutorials for building your own Semantic Data Dictionaries!
permalink: /:title
baseurl: "/sdd"
sass:
style: compressed
highlighter: rouge
markdown: kramdown
# Tracker
analytics: UA-133292887-1
# Comments
# disqus-shortname:
#optimization
#compress.html
compress_html:
clippings: [html,div, p, ul, td, h1, h2, h3, h4,link, meta, footer, nav, img, header, hr, br, head, style, li, ul, ol, time, main, script, title]
comments: ["<!-- ", " -->"]
endings: [all]
ignore:
envs: [local]
blanklines: false
profile: false
startings: []
exclude:
- README.md
plugins:
- jekyll-feed
- jekyll-seo-tag