diff --git a/docs/_config.yml b/docs/_config.yml index 5b2c3e4..5cb6605 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -18,7 +18,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Your awesome title +title: My leetcode submissions email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this @@ -26,8 +26,8 @@ description: >- # this means to ignore newlines until "baseurl:" Google search results) and in your feed.xml site description. baseurl: "/leetcode-submissions/" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: jekyllrb -github_username: jassoncordones +twitter_username: +github_username: # Build settings theme: hacker