diff --git a/_config.yml b/_config.yml index 494da8c24deec..49baa9e445f52 100644 --- a/_config.yml +++ b/_config.yml @@ -3,10 +3,10 @@ # # Name of your site (displayed in the header) -name: Your Name +name: Jonathan's scrapbook # Short bio or description (displayed in the header) -description: Web Developer from Somewhere +description: Various (mostly) software projects # 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 @@ -21,25 +21,25 @@ 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" youtube: # channel/ or user/ # Enter your Disqus shortname (not your username) to enable commenting on posts # You can find your shortname on the Settings page of your Disqus account -disqus: +disqus: jschultz # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking google_analytics: # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) # Used for Sitemap.xml and your RSS feed -url: +url: http://jschultz.github.io # If you're hosting your site at a Project repository on GitHub pages # (http://yourusername.github.io/repository-name) @@ -47,6 +47,9 @@ url: # then add in the baseurl here, like this: "/repository-name" baseurl: "" +# Disable automatic excerpt generation. +excerpt_separator: "\n---\n" + # # !! You don't need to change any of the configuration flags below !! # diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2014-3-3-Hello-World.md deleted file mode 100644 index d4665b6d18e9e..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). - -![_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 diff --git a/about.md b/about.md index bc21f5731bf4b..ab1d2a541bf8a 100644 --- a/about.md +++ b/about.md @@ -2,14 +2,17 @@ layout: page title: About permalink: /about/ +published: true --- -Some information about you! +### Who am I? -### More Information +I'm a software engineer (primary author of [GSL](https://github.com/imatix/gsl)) re-invented as a political science researcher (you can read my [PhD thesis](http://hdl.handle.net/11343/37678) or my [Wordpress blog](https://overseeingoverlooking.wordpress.com/)). -A place to include any other types of information that you'd like to include about yourself. +### About this project + +These github pages are a place for me to document my main project on building Free and Open Source tools for doing Qualitative Data Analysis. Plus other things that I do from time to time. ### Contact me -[email@domain.com](mailto:email@domain.com) \ No newline at end of file +[jonathan@imatix.com](mailto:jonathan@imatix.com) \ No newline at end of file