Skip to content

Commit

Permalink
1.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
poncho committed Sep 23, 2021
1 parent 241d9cd commit 511f169
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# GENERAL SITE SETTINGS
# title: This will be displayed as the website's name in your browser tab.
title: Neumorphism
title: Alfonso Topetes
# description: This will be meta HTML tag content. This can be ignored.
description: Personal website powered by Jekyll
# baseurl: The subpath of your site
Expand All @@ -11,26 +11,27 @@ baseurl: ""

# LANDING PAGE
# username: This will displayed on the landing page as your name.
username: Neumorphism
# typing_text: This will be typed before 'scroll down for more'.
username: Alfonso
typing_text: This will be typed before ''.
# > set this to your job title, e.g. Fullstack Developer
typing_text: Jekyll Theme
typing_text: Ethical Hacker
# email: Your E-Mail address for the email button.
email: email@example.com
email: jaht_1999@hotmail.com
# For every social button you want to display, set your username or userid
# If you do not use one of the following websites, then leave it empty
# > twitter_username:
github_username: longpdo
codepen_username: exampleUser
dev_username: exampleUser
github_username: alfonsotopetes
github_username: poncho24r
#codepen_username: exampUser
#dev_username: exampleUser
linkedin_username: exampleUser
twitter_username: exampleUser
#twitter_username: exampleUser

# ABOUT ME SECTION
# 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: true
show_aboutme_card: false
# 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.
Expand All @@ -40,7 +41,7 @@ about_me_description: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, s
# show_skills_card:
# > setting this to true, will display the Skills section
# > setting this to false, will omit the Skills section
show_skills_card: true
show_skills_card:false
# about_me_title: The will be displayed as the title in the Skills section
skills_title: Skills

Expand All @@ -50,7 +51,7 @@ skills_title: Skills
# > setting this to false, will omit the Timeline section
show_timeline_card: true
# timeline_title: The will be displayed as the title in the Timeline section
timeline_title: Education & Experience
timeline_title: Educación y Experiencia
# cv_download_link: The link where you host your cv.
# > e.g. you share your cv on your dropbox, then add the dropbox link here
cv_download_link: https://example.com/
Expand All @@ -59,25 +60,25 @@ cv_download_link: https://example.com/
# show_projects_card:
# > setting this to true, will display the Projects section
# > setting this to false, will omit the Projects section
show_projects_card: true
show_projects_card: false
# show_projects:
# > setting this to true, will display your listed projects in _data/projects.yml
# > setting this to false, will omit your listed projects
show_projects: true
show_projects: false
# projects_title: The will be displayed as the title of your projects
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: true
show_os_projects: false
# 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: true
show_contact_card: false
# 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 All @@ -96,11 +97,11 @@ projects:
# archived:
# > setting this to true, will exclude archived repositories
# > setting this to false, will also display archived repositories
archived: true
archived: false
# forks:
# > setting this to true, will exclude forked repositories
# > setting this to false, will also display forked repositories
forks: true
forks: fals
# projects: A list of the repository names you want to exclude from the listing.
projects:
# - repo1-to-be-excluded
Expand Down

0 comments on commit 511f169

Please sign in to comment.