-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
remote_theme: abhinavs/moonwalk | ||
|
||
theme_config: | ||
appearance: "dark" | ||
navbar_entries: | ||
- title: "Inicio" | ||
url: "/" | ||
- title: "Blog" | ||
url: "/blog" | ||
- title: "Sobre mí" | ||
url: "/about" | ||
footer_entries: | ||
- title: "Privacidad" | ||
url: "/privacy" | ||
- title: "Contacto" | ||
url: "/contact" | ||
social_media: | ||
facebook_url: "https://facebook.com/tu-perfil" | ||
twitter_url: "https://twitter.com/tu-perfil" | ||
github_url: "https://github.com/tu-perfil" | ||
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: true # 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 | ||
# options for "home" page | ||
home: | ||
title_projects: Portfolio | ||
title_misc_list: Details | ||
title_blog: Blog | ||
title_old_projects: Old Projects |