Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyN0P authored Aug 23, 2024
1 parent 7d212bc commit 8e96889
Showing 1 changed file with 27 additions and 41 deletions.
68 changes: 27 additions & 41 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en-US"
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
title : "Site Title"
title_separator : "-"
title : "Home"
title_separator : "|"
subtitle : # site tagline that appears below site title in masthead
name : "Your Name"
description : "An amazing website."
name : "Home"
description : ""
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
Expand Down Expand Up @@ -68,11 +68,11 @@ reCaptcha:
atom_feed:
path : # blank (default) uses feed.xml
hide : # true, false (default)
search : # true, false (default)
search : true # true, false (default)
search_full_content : # true, false (default)
search_provider : # lunr (default), algolia, google
lunr:
search_within_pages : # true, false (default)
search_within_pages : true # true, false (default)
algolia:
application_id : # YOUR_APPLICATION_ID
index_name : # YOUR_INDEX_NAME
Expand Down Expand Up @@ -113,58 +113,44 @@ analytics:

# Site Author
author:
name : "Your Name"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
email :
name : "Anton Kuznetsov"
avatar : "/images/photo.jpg"
bio : "Security Researcher.Purple Team.Speaker.Author in the xakep.ru"
location : "Moscow"
linkedin : "anton-kuznetsov-6046a2235/"
telegram : "russianf0rensics"
email :
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:your.name@email.com"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
url: "mailto:antonyn0pn0pn0p@gmail.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# url: "https://twitter.com/"
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url: "https://facebook.com/"
url: "https://x.com/yrevichus"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
url: "https://github.com/AntonyN0P"

# Site Footer
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# url:
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url:
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url:
- label: "GitLab"
icon: "fab fa-fw fa-gitlab"
# url:
- label: "Bitbucket"
icon: "fab fa-fw fa-bitbucket"
# url:
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url:
url: "https://github.com/AntonyN0P"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://x.com/yrevichus"
- label: "Linkedin"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/anton-kuznetsov-6046a2235/"


# Reading Files
include:
- .htaccess
- _pages
- _pages/
- _posts
- _data
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
Expand Down

0 comments on commit 8e96889

Please sign in to comment.