-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
29 lines (26 loc) · 859 Bytes
/
Copy path_config.yml
File metadata and controls
29 lines (26 loc) · 859 Bytes
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
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Portfolio
email: feydeve at gmail dot com
description: >-
Project Portfolio
baseurl: "/portfolio"
url: "https://feyyd.github.io"
twitter_username: feydeve
github_username: feyyd
permalink: /:year-:month-:day/:title
paginate: 10
sass:
sass_dir: _sass
style: compressed
# Build settings
markdown: GFM
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-remote-theme