-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·55 lines (48 loc) · 1.11 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
# Welcome to Jekyll!
# Website settings
title: "Vladyslav Shkola personal blog"
description: "Vladyslav Shkola personal blog. Github pages"
keywords: "Vladyslav,Shkola,blog,vshkola,github,gh-pages"
baseurl: "/"
url: "vshkola.github.com"
# url: "http://127.0.0.1:4000"
# blog img path
img_path: 'http://www.jack003.com/static/img/blog'
# author
author:
first_name: 'Vladyslav'
last_name: 'Shkola'
email: '[email protected]'
github_username: 'vshkola'
head_img: 'static/img/landing/vlad.jpg'
# landing page
landing:
home: 'Home'
about: 'About'
career: 'Career'
skills: 'Skills'
projects: 'Project'
blog: 'Blog'
link: 'Link'
# my projects
project:
saplatform:
name: 'Machine Learning by Andrew Ng'
url: '/MachineLearningCoursera/'
img: 'static/img/landing/ml.png'
jalpc:
name: 'Titanic - Kaggle challenge'
url: '/titanickagglechallenge'
img: 'static/img/landing/kaggle.png'
# blog index
index:
home: 'Home'
links: 'Links'
# Build settings
encoding: "utf-8"
# other settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge