diff --git a/config.toml b/config.toml index b6c2a1f..767e4b1 100644 --- a/config.toml +++ b/config.toml @@ -2,11 +2,11 @@ base_url = "https://edgl.dev" title = "Edgar Luque" -description = "My personal website." +description = "Software Developer" default_language = "en" -generate_feed = true +generate_feeds = true # Whether to automatically compile all Sass files in the sass directory compile_sass = true diff --git a/content/blog/_index.md b/content/blog/_index.md index c2e059d..54dc1aa 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -4,7 +4,7 @@ description = "My blog about software, programming and more." sort_by = "date" template = "index.html" page_template = "blog-page.html" -generate_feed = true +generate_feeds = true in_search_index = true aliases = ["blog"] -+++ \ No newline at end of file ++++