-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
88 lines (87 loc) · 2.49 KB
/
_site.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name: "my_blog"
title: ""
description: |
The personal website of Murera Gisa.
base_url: https://github.com/mgisa/myblog
theme: theme.css
output_dir: "docs"
navbar:
search: true
logo:
image: images/Rcoder.jpg
href: https://www.rpubs.com/mgisa
right:
- text: "Home"
href: home.html
- text: "About"
menu:
- text: "At Glance"
href: about.html
- text: "Education"
href: education.html
- text: "Career"
href: career.html
- text: "Awards&Prizes"
href: award.html
- text: "Detailed CV"
href: C:/Users/jmurera/Desktop/Blog/myblog/CV/Gisa_Murera_CV.pdf
- text: "Publications"
menu:
- text: "Paper and Articles"
href: talks.html
- text: "Projects"
href: projects.html
- text: "Blog"
href: index.html
- text: "DS Training"
menu:
- text: "R"
href: Rtraining.html
- text: "Python"
href: Pytraining.html
- text: "Data Base"
href: database.html
- text: "Others"
href: others.html
- text: "Gallery"
href: gallery.html
- icon: fab fa-github
href: https://github.com/mgisa
- icon: fa fa-linkedin
href: linkedin.com/in/murera-gisa-7009aa155
- icon: fab fa-twitter
href: https://twitter.com/gisa_murera
- icon: fa fa-rss
href: index.xml
output:
distill::distill_article:
includes:
in_header: giscus.html
google_analytics: "UA-128676462-1"
twitter:
site: "@gisa_murera"
creator: "@gisa_murera"
rss:
full_content: true
collections:
posts:
categories: true
disqus: my_blog
feed_items_max: 10 #Limiting ten blogs to be appeared
share: [twitter, linkedin, facebook, google-plus, pinterest]
subscribe: _Subscribe.html #Give right to subscribe to my blog
citations: false #Remove article citation
#Add new sections (Publicatios and Talks)
talks:
categories: true
feed_items_max: 10 #Limiting ten blogs to be appeared
share: [twitter, linkedin, facebook, google-plus, pinterest]
#subscribe: _Subscribe.html #Give right to subscribe to my blog
citations: false #Remove article citation
#Add new section(Training materials)
teaching:
categories: true
feed_items_max: 10 #Limiting ten blogs to be appeared
share: [twitter, linkedin, facebook, google-plus, pinterest]
#subscribe: _Subscribe.html #Give right to subscribe to my blog
citations: false #Remove article citation