-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·50 lines (44 loc) · 1.25 KB
/
_config.yml
File metadata and controls
executable file
·50 lines (44 loc) · 1.25 KB
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
url: https://nocturnalcode.github.io
# baseurl: /
# Site settings
title: Nocturnal Code
email: developer@nocturnalcode.com
description: "Nocturnal Code is a software engineering company is Auckland, New Zealand. We offer software development and consulting."
collections:
- projects
# Color settings (hex-codes without the leading hash-tag)
color:
primary: 'fffffff'
secondary: '0000000'
secondary-dark: 333
# Team names, titles and social links
people:
- name: Daniel Brooker
pic: dan
position: Founder / Software Engineer
social:
- title: twitter
url: http://twitter.com/DraconisNZ
- title: github
url: http://github.com/DanBrooker
- name: Mark Benner
pic: mark
position: Software Developer
social:
- title: twitter
url: http://twitter.com/goldfisho
- title: github
url: http://github.com/goldfish15
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: twitter
url: http://twitter.com/NocturnalCode
- title: github
url: http://github.com/NocturnalCode
# Postal address (add as many lines as necessary)
address:
- line: Auckland
- line: New Zealand
# Build settings
markdown: kramdown
permalink: pretty