-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (30 loc) · 776 Bytes
/
_config.yml
File metadata and controls
37 lines (30 loc) · 776 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
# Site title
title: Almighty Couch
# Meta description
description: >
Almighty Couch is a small, independent studio located in Innsbruck, Austria.
We specialize in desktop and mobile application development with work expanding to websites,
user interfaces and marketing material for clients of all sizes on every development platform.
shortcuts:
- icon: blog
name: Blog
href: /blog/
- icon: github
name: GitHub
href: https://github.com/almightycouch
# Permalink for blog posts
permalink: /blog/:title
# Markdown engine
markdown: kramdown
# Kramdown options
kramdown:
input: GFM
syntax_highlighter_opts:
block:
line_numbers: true
# Code highlighting engine
highlighter: rouge
# Excluded files
exclude:
- Gemfile
- Gemfile.lock