Skip to content

Commit

Permalink
Update _config.yml to resolve errors
Browse files Browse the repository at this point in the history
Resolved multiple errors in yaml format
  • Loading branch information
avishekanand authored Jun 29, 2024
1 parent d6577d2 commit 92823b0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ first_name: Avishek
middle_name:
last_name: Anand
email: [email protected]
description: This is the homepage> # the ">" symbol means to ignore newlines until "footer_text:"
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
description: This is the homepage> # the ">" symbol means to ignore newlines until "footer_text:"A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
footer_text: >
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
Expand All @@ -17,7 +16,7 @@ lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/)

url: https://avishekanand.github.io # the base hostname & protocol for your site
baseurl: #/al-folio # the subpath of your site, e.g. /blog/. Leave blank for root
baseurl: /al-folio # the subpath of your site, e.g. /blog/. Leave blank for root
last_updated: false # set to true if you want to display last updated in the footer
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
back_to_top: true # set to false to disable the back to top button
Expand Down Expand Up @@ -188,8 +187,8 @@ newsletter:

collections:
news:
defaults:
layout: post
# default:
# layout: post
output: true
permalink: /news/:path/
projects:
Expand Down

0 comments on commit 92823b0

Please sign in to comment.