From 7be6f152273825c603daa03933027b68c113ee81 Mon Sep 17 00:00:00 2001 From: mgrl39 Date: Sun, 4 Aug 2024 14:15:41 +0200 Subject: [PATCH] Update _config.yml --- _config.yml | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/_config.yml b/_config.yml index 504b546..a501a39 100644 --- a/_config.yml +++ b/_config.yml @@ -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