Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrl39 authored Aug 4, 2024
1 parent 469c507 commit 7be6f15
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions _config.yml
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

0 comments on commit 7be6f15

Please sign in to comment.