forked from abhinavs/moonwalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
65 lines (55 loc) · 2.61 KB
/
_config.yml
File metadata and controls
65 lines (55 loc) · 2.61 KB
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
title: Moisés Moreno's Personal Website
author: Moisés Moreno
url: https://it-moisesmoreno.github.io # root address of the site
description: > # description of the site (multiple lines allowed)
Welcome to my little space on the web, I'm Moisés Moreno.
<br>
I'm software engineer, from San Salvador, El Salvador.
My tech journey began with an internship in an international company of informatics services specialized in Software Development,
in 2012, and I've been in an incredible ride since, evolving from an eager intern
to a dedicated dev. I absolutely love developing usable, maintainable, scalable, available,
extensible, secure, and portable software.
permalink: /:slug
favicon: "./logo.png" # relative path to site's favicon
twitter:
username: abhinav # update or delete this
card: summary_large_image
#theme: moonwalk # if you are using GitHub Pages, change it to remote_theme: abhinavs/moonwalk
remote_theme: abhinavs/moonwalk
theme_config:
appearance: "dark" # can be "light", "dark" or "auto"
appearance_toggle: true # if appearance can be switched by user
back_home_text: "home.." # customize text for homepage link in post layout
date_format: "%Y-%m-%d" # customize how date is formatted
show_description: true # show blog description
show_navbar: true # show horizontal navbar
show_footer: true # show footer links in home page,add in _data/home.yml
show_copyright: true # show copyright notice in footer
# following keys are using to create home layout
show_projects: true # show projects as cards, add in _data/home.yml
show_blog: false # show blog posts added in _posts
show_old_projects: true # show old projects as cards, add in _data/home.yml
show_misc_list: false # show generic vertical list for misc details, add _data/home.yml
show_reading_time: true # show number of words and reading time in the blog posts
show_tags: true # show tags in a blog posts
# following keys are using to create education layout
show_bsc_curriculum: true # show courses as cards, add in _data/education.yml
show_msc_curriculum: true # show courses as cards, add in _data/education_msc.yml
# options for "home" page
home:
title_projects: Portfolio
title_misc_list: Details
title_blog: Blog
title_old_projects: Old Projects
# options for "education" page
education:
title_bsc_curriculum: Curriculum
title_msc_curriculum: Curriculum
soopr:
publish_token: "" # sign up at https://www.soopr.co to get your publish token and personalize share and reaction options
highlighter: rouge
sass:
style: :compressed
plugins:
- jekyll-feed
- jekyll-soopr-seo-tag