forked from jameshamann/jekyll-material-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
154 lines (139 loc) · 3.45 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
title: 人世间有声有色一丛烛火
name: Yyqi
email: [email protected]
description: Blog written by Yin Yaqi.
baseurl: "/blog"
url: ""
display_footer: inital #change this to 'none' if you want to hide the footer copyright text
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
portfolio_heading: Portfolio
portfolio_type: cards
syntax_highlighting: true
# Skill icons from https://konpa.github.io/devicon/
skills:
#- name: amazonwebservices
#- name: android
#- name: angularjs
#- name: apache
#- name: appcelerator
#- name: apple
#- name: atom
#- name: babel
#- name: backbonejs
#- name: bitbucket
#- name: bootstrap
#- name: bower
- name: c
#- name: chrome
#- name: codeigniter
#- name: coffescript
#- name: confluence
- name: cplusplus
#- name: csharp
- name: css3
#- name: cucumber
#- name: d3js
#- name: debian
#- name: devicon
#- name: django
#- name: docker
#- name: doctrine
#- name: dot-net
#- name: drupal
#- name: erlang
#- name: facebook
#- name: firefox
#- name: foundation
#- name: gatling
#- name: gimp
#- name: git
- name: github
#- name: gitlab
#- name: go
#- name: google
#- name: gradle
#- name: grunt
#- name: gulp
#- name: heroku
- name: html5
#- name: ie10
#- name: illustrator
- name: inkscape
#- name: itellij
- name: java
#- name: jasmine
- name: javascript
#- name: laravel
#- name: less
#- name: linux
#- name: meteor
#- name: mocha
#- name: mongodb
#- name: moodle
- name: mysql
#- name: nginx
#- name: nodejs
#- name: nodewebkit
- name: oracle
- name: photoshop
#- name: php
#- name: phpstorm
#- name: protractor
#- name: postgresql
- name: python
- name: pycharm
#- name: rails
#- name: react
#- name: redhat
#- name: redis
- name: ruby
#- name: rubymine
#- name: safari
#- name: sass
#- name: sequelize
#- name: slack
#- name: sourcetree
#- name: ssh
#- name: swift
#- name: symfony
#- name: tomcat
#- name: travis
#- name: trello
#- name: twitter
#- name: typescript
- name: ubuntu
- name: vim
- name: visualstudio
#- name: vuejs
#- name: webpack
#- name: webstorm
#- name: windows8
#- name: wordpress
#- name: yii
#- name: zend
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