-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
42 lines (40 loc) · 1.06 KB
/
_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
41
42
# Site settings
title: Mukil Elango
email: mukilane@gmail.com
description: > # this means to ignore newlines until "baseurl:"
Mukil's Portfolio
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://mukilane.github.io" # the base hostname & protocol for your site
twitter_username: mukilane
github_username: mukilane
greeting: "" # Display special messages
angular_version: "1.6.7" # Version of AngularJS used
firebase_version: "5.0.2"
exclude: ["package.json",
"node_modules",
"gulpfile.js",
"sw-precache-config.js",
"vendor",
"functions",
"database.rules.json",
"firebase.json",
"Gemfile",
"Gemfile.lock",
"README.md"]
ampdir: amp # Amp files are stored here
plugins: [ pagemaster ]
# Collections
collections:
project:
output: true
source: projects.yml
id_key: page_name
layout: project
# Data Page Generator
# page_gen:
# - data: projects
# template: project
# dir: 'project'
# name: page_name
# Build settings
markdown: kramdown