-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
116 lines (96 loc) · 2.93 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
title: KaVs Blog
name: Kav Khalsa
email: [email protected]
description: I want to improve usuability for applications by using front end development architecture to improve user experience.
baseurl: "/"
url: ""
parallax_image_one: assets/images/startup3.jpg # These are the images used for the parallax background
parallax_image_two: assets/images/startup3.jpg
project_one: "First Project"
project_one_description: Describe your project!
project_one_url: https://github.com/jameshamann/jekyll-material-theme
project_one_icon: location_on
project_two: Second Project
project_two_description: Describe your project!
project_two_url: https://github.com/jameshamann/jekyll-material-theme
project_two_icon: photo_camera
project_three: Third Project
project_three_description: Describe your project!
project_three_url: https://github.com/jameshamann/jekyll-material-theme
project_three_icon: hotel
project_four: Fourth Project
project_four_description: Describe your project!
project_four_url: https://github.com/jameshamann/jekyll-material-theme
project_four_icon: restaurant
portfolio_heading: Portfolio
portfolio_type: cards
syntax_highlighting: true
# Skill icons from https://konpa.github.io/devicon/
skills:
- name: atom
- name: babel
- name: backbonejs
- name: bootstrap
- name: bower
- name: chrome
- name: csharp
- name: css3
- name: docker
- name: dot-net
- name: facebook
- name: firefox
- name: foundation
- name: gimp
- name: git
- name: github
- name: google
- name: gradle
- name: grunt
- name: gulp
- name: heroku
- name: html5
- name: ie10
- name: illustrator
- name: itellij
- name: java
- name: jasmine
- name: javascript
- name: meteor
- name: mocha
- name: mongodb
- name: mysql
- name: nodejs
- name: nodewebkit
- name: photoshop
- name: react
- name: safari
- name: sass
- name: slack
- name: trello
- name: twitter
- name: ubuntu
- name: vim
- name: visualstudio
- name: vuejs
- name: webpack
icon_size: 50 # font-size of icons in px
colored: colored # Leave blank for black and white icons
project_button: Github
github: https://github.com/jameshamann/jekyll-material-theme
medium: https://medium.com
baseurl: # if your site is located at /blog or /home, enter it here, otherwise leave it empty
url: http://localhost:4000/ #the url of your site
# Google tracking, if both are filled, tag manager will prevail. Set up GA through GTM in that case
tag_manager_id: # This looks something like GTM-XXXXXXX
google_analytics_tracking_id: # This looks something like UA-000000000-0 Head over to https://analytics.google.com/ to setup.
cookies_banner: show # The value "show" will show the cookies banner, the value "none" will hide the banner.
cookie_accept_message: Thanks!
syntax_highlighting: true # include the css for syntax highlighting
# Build settings
markdown: kramdown
# theme: minima
permalink: pretty
plugins:
- jekyll-feed
- jekyll-assets
- jekyll-minifier