forked from tarrex/online-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
39 lines (36 loc) · 1.72 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
# Welcome to Jekyll!
title: Tadeo Avila - Curriculum Vitae
url:
baseurl:
# Sass setting
sass:
sass_dir: _sass
style: compressed
# Custom
lang: en
open: true # show or hide your resume
allow_search_engines: true # allow your resume indexing by search engine, 'true' or 'false'
analytics:
google: # google analytics
cloudflare: # cloudflare analytics
umami:
script: https://u.tarrex.com/u.js # umami analytics script src (Replace it with your own config)
website_id: af636e2d-31ae-46f1-9071-82b1745143a9 # umami analytics website id (Replace it with your own config)
domains: tarrex.github.io,tarrex.com # umami analytics domains (Replace it with your own config)
description:
open_graph:
enable: true # enable open graph meta tags
image: /assets/images/profile.png # open graph image path
# Style
text_direction: ltr # text direction, 'ltr' or 'rtl'
date_format: "%Y-%m-%d" # date format
theme_color: "#F26E1D" # your favorite theme color
contact_delimiter: "·" # contact delimiter, '·', '/' or '|'
section_icon: true # section title icon, true or false
section_title: uppercase # section title style, 'uppercase', 'lowercase', 'capitalize' or 'none'
section_align: start # section title align, 'start', 'end' or 'center'
section_line: dashed # section title line, 'solid', 'dashed' or 'none'
section_background: false # section title backound, 'true' or 'false'
skill_level_icon: lightbulb # skill rate icon, 'heart', 'star', 'circle' or 'lightbulb'
link_icon: true # show link icon, 'true' or 'false'
site_footer: true # show site footer, 'true' or 'false'