-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·40 lines (32 loc) · 997 Bytes
/
_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
---
port: 4000
host: 0.0.0.0
safe: false
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore]
permalink: /:title ## disables post output
timezone: null
lsi: false
markdown: kramdown
### content configuration ###
title: "mdEditor - the friendly metadata editor"
keywords: "metadata, mdJSON, ADIwg, open source, ISO, 19115, FGDC, CSDGM"
description: "A web application for authoring and editing metadata, for both projects and datasets."
source_link: "https://github.com/adiwg/mdEditor"
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: UA-111265037-1 ## put YOUR key here to enable tracking! (blank to disable)
live_url: https://www.mdeditor.org/
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#446B92'
green: '#93c54b'
purple: '#6B56A5'
orange: '#f47c3c'
turquoise: '#29abe0'
kramdown:
auto_ids: true
sass:
sass_dir: _sass