Skip to content

Commit

Permalink
Revert "Update _config.yml"
Browse files Browse the repository at this point in the history
This reverts commit 585658b.
  • Loading branch information
PettingStrings committed Jan 18, 2024
1 parent 5a59df2 commit 3c35788
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ linkedin_username: danut-razvan-paduraru
# show_aboutme_card:
# > setting this to true, will display the About Me section
# > setting this to false, will omit the About Me section
show_aboutme_card: false
show_aboutme_card: true
# about_me_title: The will be displayed as the title in the About Me section
about_me_title: About Me
# about_me_description: This will be displayed under the title.
about_me_description: "about me"
about_me_description: "About me
AAA"
# SKILLS SECTION
# show_skills_card:
# > setting this to true, will display the Skills section
Expand Down Expand Up @@ -69,15 +70,15 @@ projects_title: Projects
# show_os_projects:
# > setting this to true, will display your public projects on github
# > setting this to false, will omit your public projects on github
show_os_projects: false
show_os_projects: true
# os_projects_title: The will be displayed as the title of your open source projects
os_projects_title: Open Source Projects

# CONTACT SECTION
# show_contact_card:
# > setting this to true, will display the Contact section
# > setting this to false, will omit the Contact section
show_contact_card: false
show_contact_card: true
# contact_title: The will be displayed as the title in the Contact section
contact_title: Contact
# contact_description: This will be displayed under the title.
Expand Down

0 comments on commit 3c35788

Please sign in to comment.