-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (30 loc) · 1.43 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
title: "Dr. Kauane Maiara Bordin"
description: "Welcome to my website!"
author: "Dr. Kauane Maiara Bordin"
permalink: /:title/
lang: "pt-br"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
# Layout
show_excerpts: true # show article excerpts on the home page
show_frame: false # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header
minimal: false # use a dark header
# Menu
navigation: # accepts {file, title, url, icon, sidebaricon}
- {title: "About me", file: "aboutme.md"}
- {title: "Publications", file: "publications.md"}
#- {title: "Talks", file: "technical_prod.md"}
- {title: "CV", file: "CV.md"}
- {title: "Projects", file: "projects.MD"}
external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {title: Mail, icon: envelope, url: "mailto:kauanembordin@gmail.com"}
- {title: Github, icon: github, url: "https://github.com/kmbordin"}
- {title: Twitter, icon: twitter, url: "https://twitter.com/kmbordin"}
- {title: google-scholar, icon: google-scholar, url: "https://scholar.google.com/citations?user=RwJPjaEAAAAJ&hl=pt-BR"}
comments:
# disqus_shortname: "" # see https://disqus.com/
# isso_domain: "" # see https://posativ.org/isso/
remote_theme: pages-themes/minimal@v0.2.0
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one