-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
32 lines (30 loc) · 872 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
# Site settings
title: UX Design & Front End Development Portfolio for Brandon Reid
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Brandon Reid is a UX Designer & Front End Developer in California, also co-founder of Benchmark Intelligence.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://brandonreid.github.io/portfolio/" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
include: ['js',
'img',
'blog-images',
'css',
'fonts']
exclude: ['_less',
'node_modules/',
'gulpfile.js',
'package.json',
'README.md']
# Navigation
navigation:
- text: Portfolio
url: /
class: portfolio-page
# - text: Blog
# url: /blog/
# class: blog-page
- text: About Brandon
url: /about/
class: about-page