-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
57 lines (45 loc) · 857 Bytes
/
_config.yml
File metadata and controls
57 lines (45 loc) · 857 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
# Site settings
#
author: Charles Armstrap
url: http://armstrap.org
title: Armstrap
email: your-email@domain.com
tagline: Arming the Next-Generation Engineer
baseurl: ""
description: Armstrap is a community of engineers and makers determined to help make ARM prototyping easy and fun.
collections:
products:
output: true
#
# Social Media
#
social:
- title: twitter
url: https://twitter.com/armstrap
- title: github
url: https://github.com/armstrap
- title: rss
url: /feed.xml
#
# Google Analytics
#
google_analytics_tracking_id: UA-44329536-1
#
# Disqus Comments
#
disqus_short_name: armstrap-org
disqus_show_comment_count: true
#
# Jekyll Settings
#
markdown: kramdown
permalink: pretty
#
# Jekyll Plugins (Compatible with Github Pages)
#
gems:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap