diff --git a/_config.yml b/_config.yml index cdb46a3119c80..0e233422d5e3f 100644 --- a/_config.yml +++ b/_config.yml @@ -3,13 +3,13 @@ # # Name of your site (displayed in the header) -name: Your Name +name: Elephant Trail # Short bio or description (displayed in the header) -description: Web Developer from Somewhere +description: Writing Stuff # URL of your avatar or profile pic (you could use your GitHub profile pic) -avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png +avatar: https://upload.wikimedia.org/wikipedia/commons/a/a9/African_Bush_Elephants.jpg # # Flags below are optional @@ -21,12 +21,12 @@ footer-links: email: facebook: flickr: - github: barryclark/jekyll-now + github: instagram: linkedin: pinterest: rss: # just type anything here for a working RSS icon, make sure you set the "url" above! - twitter: jekyllrb + twitter: stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" # Your disqus shortname, entering this will enable commenting on posts diff --git a/_posts/2014-12-12-elephant-on-the-trail.md b/_posts/2014-12-12-elephant-on-the-trail.md new file mode 100644 index 0000000000000..23b73dede74b8 --- /dev/null +++ b/_posts/2014-12-12-elephant-on-the-trail.md @@ -0,0 +1 @@ +garsh i love you! diff --git a/_posts/2014-12-12-two.md b/_posts/2014-12-12-two.md new file mode 100644 index 0000000000000..fe80a4a183246 --- /dev/null +++ b/_posts/2014-12-12-two.md @@ -0,0 +1,3 @@ +### Hello! +## Hello! +# Hello! diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2014-3-3-Hello-World.md deleted file mode 100644 index c469524e3efa3..0000000000000 --- a/_posts/2014-3-3-Hello-World.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: post -title: You're up and running! ---- - -Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below :point_down:). - -![_config.yml]({{ site.baseurl }}/images/config.png) - -The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub. \ No newline at end of file