-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
72 lines (57 loc) · 1.97 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
author: GitHub User
name: Your Username
title: your awesome title
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
email: [email protected]
# social links
twitter_username: anxhe_
github_username: anxhe
# rss: rss
#dribbble_username: jekyll
#facebook_username: jekyll
#flickr_username: jekyll
#instagram_username: jekyll
#linkedin_username: jekyll
#pinterest_username: jekyll
#youtube_username: jekyll
#googleplus_username: +jekyll
show_excerpts: false # set to true to show excerpts on the homepage
# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%b %-d, %Y"
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
# baseurl: http://127.0.0.1:4000
header_pages:
- index.md
- blog.md
# Config section the home
# Build settings
markdown: kramdown
jekyll-theme-experiment:
about:
avatar : https://robohash.org/experiment-avatar.png?size=300x300
portfolio:
title: Portfolio
projects:
- name: Jekyll Theme experiment
github: https://github.com/anxhe/jekyll-theme-experiment
img_relative_url: /assets/example.png
- name: Jekyll Theme experiment
github: https://github.com/anxhe/jekyll-theme-experiment
img_relative_url: /assets/example.png
tools:
title: Tools and Experience
icons:
- relative_url: /assets/icons/bitbucket/bitbucket-original.svg
- relative_url: /assets/icons/heroku/heroku-original.svg
- relative_url: /assets/icons/git/git-original.svg
- relative_url: /assets/icons/express/express-original.svg
- relative_url: /assets/icons/angularjs/angularjs-original.svg
exclude:
- Gemfile
- Gemfile.lock