diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2014-10-20 16:38:24 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2014-10-20 16:38:24 -0700 |
commit | d139da3a3277f73d7f01e4283d8dc01630a5317c (patch) | |
tree | 5a58aeb89869f09cc48543c0540a1fbd4910040e /_config.yml | |
parent | c434de5977c316c8406c00bb24221fa61ca8fe88 (diff) | |
download | my_new_personal_website-d139da3a3277f73d7f01e4283d8dc01630a5317c.tar.xz my_new_personal_website-d139da3a3277f73d7f01e4283d8dc01630a5317c.zip |
initial setup
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/_config.yml b/_config.yml index c1d56f4f..c7ee9553 100644 --- a/_config.yml +++ b/_config.yml @@ -2,12 +2,12 @@ # Main Configs # # ----------------------- # -url: http://yoursite.com -title: My Octopress Blog -subtitle: A blogging framework for hackers. -author: Your Name +url: http://zmwangx.github.io +title: Daily (?) Complaints (?) +subtitle: Mostly technical stuff. Mostly negative (really?). +author: Zhiming Wang simple_search: https://www.google.com/search -description: +description: Yet another crappy blog. # Default date format is "ordinal" (resulting in "July 22nd 2007") # You can customize the format as defined in @@ -64,7 +64,7 @@ default_asides: [asides/recent_posts.html, asides/github.html, asides/delicious. # ----------------------- # # Github repositories -github_user: +github_user: zmwangx github_repo_count: 0 github_show_profile_link: true github_skip_forks: true |