-
Notifications
You must be signed in to change notification settings - Fork 317
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (44 loc) · 1.48 KB
/
_config.yml
File metadata and controls
54 lines (44 loc) · 1.48 KB
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
# Remote theme directory
remote_theme: analytics-link/analytics-link.github.io
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-remote-theme
#-------------------------------
# General Site Settings
title: Johnny Hopkins
description: "Hi I'm Johnny, and I'm a Data Scientist. My portfolio focuses on interesting projects I've recently undertaken, with a strong emphasis on business impact. Please visit my Github & LinkedIn pages (or download my Resume) by using the links below!"
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
#-------------------------------
# About Section
subtitle: Data Science <span style="color:#f58506"> Portfolio </span>
location: "London, UK"
resume_url: /docs/resume.docx
avatar_image: /img/profile_picture.JPG
#-------------------------------
# Contact links
linkedln: "https://linkedln.com/#" # Add your linkedln handle
github: "https://github.com/#" # Add your github handle
paginate: 6
paginate_path: "/page/:num"
sass:
sass_dir: _sass
style: compressed # possible values: nested expanded compact compressed
defaults:
- scope:
type: posts
values:
layout: post
read_time: true
share: false
#-------------------------------
# Exclude from processing.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/