-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
65 lines (48 loc) · 1.49 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
# Site settings
title: "Bliss Title" #the title of the site: maybe your name?
url: "https://writerthethinker1.github.io/" #use the format username.github.io
baseurl: "/bliss_work/" #the repo name on your github account...
author: "writerthinker" #put your name here...
mathjax: true #if you want to use math...
markdown: kramdown
highlighter: rouge
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: pretty
# parts you edit!
# the phrases for the site...customize to your liking, all after the '>'
bliss_phrase: >
Add own vocational phrase...
talks_summary: >
Basically about field of food quality control and some software engineering. Had some great ideas and new developments!
project_desc: >
Company and personal coding projects as well as new ideas!
works_description: >
Just some papers and other things related to the field, some during work and others just for fun!
paginate: 10 #the number of talks you want per page
paginate_path: '/:num'
other_files_link: "professional_files/others/"
#####
# collections, static files, and plugin information...don't edit!!
collections:
projects:
output: true
defaults:
- scope:
path: "professional_files/articles"
values:
articles: true
- scope:
path: "professional_files/books"
values:
books: true
- scope:
path: "professional_files/extras"
values:
extras: true
- scope:
path: "professional_files/papers"
values:
papers: true
plugins:
- jekyll-paginate