diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
diff --git a/404.md b/404.md
old mode 100644
new mode 100755
index 1cea9647e8e25..493cf183da783
--- a/404.md
+++ b/404.md
@@ -3,6 +3,6 @@ layout: page
title: 404 - Page not found
---
-Sorry, we can't find that page that you're looking for. You can try take for a look by going [back to the homepage]({{ site.baseurl }}/).
+Sorry, we can't find that page that you're looking for. You can try again by going [back to the homepage]({{ site.baseurl }}/).
-[]({{ site.baseurl }}/)
\ No newline at end of file
+[
]({{ site.baseurl }}/)
diff --git a/CNAME b/CNAME
old mode 100644
new mode 100755
diff --git a/LICENSE b/LICENSE
old mode 100644
new mode 100755
index 282d03683ca98..40e6030143cb3
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2014 Barry Clark
+Copyright (c) 2015 Barry Clark
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
index 05a30d3c3e70e..5d9e420eaf6dd
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+> March, 2016: If you're on an old version of Jekyll Now and run into a) build warnings or b) syntax highlighting issues caused by [Jekyll 3 and GitHub Pages updates](https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0), just :sparkles:[update your _config.yml](https://github.com/barryclark/jekyll-now/pull/445/files):sparkles: and you'll be set!
+
# Jekyll Now
**Jekyll** is a static site generator that's perfect for GitHub hosted blogs ([Jekyll Repository](https://github.com/jekyll/jekyll))
@@ -6,7 +8,7 @@
- You don't need to touch the command line
- You don't need to install/configure ruby, rvm/rbenv, ruby gems :relaxed:
-- You don't need to install runtime dependancies like markdown processors, Pygments, etc
+- You don't need to install runtime dependencies like markdown processors, Pygments, etc
- If you're on Windows, this will make setting up Jekyll a lot easier
- It's easy to try out, you can just delete your forked repository if you don't like it
@@ -37,7 +39,7 @@ Making a change to _config.yml (or any file in your repository) will force GitHu
> 3. Clone down your repository and make updates locally, then push them to your GitHub repository.

-
+
### Step 3) Publish your first blog post
Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Markdown Cheatsheet](http://www.jekyllnow.com/Markdown-Style-Guide/) might come in handy.
@@ -48,10 +50,10 @@ Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Ma
## Local Development
-1. Install Jekyll and plug-ins in one fell swoop. `gem install github-pages` This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, Gemoji, etc.
-2. Clone down your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
+1. Install Jekyll and plug-ins in one fell swoop. `gem install github-pages` This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc.
+2. Clone down your fork `git clone https://github.com/yourusername/yourusername.github.io.git`
3. Serve the site and watch for markup/sass changes `jekyll serve`
-4. View your website at http://0.0.0.0:4000
+4. View your website at http://127.0.0.1:4000/
5. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.
## Moar!
@@ -78,9 +80,8 @@ It covers:
✓ Google Analytics integration
✓ SVG social icons for your footer
✓ 3 http requests, including your avatar
-✓ Emoji in blog posts! :sparkling_heart: :sparkling_heart: :sparkling_heart:
-✘ No installing dependancies
+✘ No installing dependencies
✘ No need to set up local development
✘ No configuring plugins
✘ No need to spend time on theming
@@ -104,9 +105,16 @@ You can use the [Quick Start](https://github.com/barryclark/jekyll-now#quick-sta
## Credits
- [Jekyll](https://github.com/jekyll/jekyll) - Thanks to its creators, contributors and maintainers.
-- [SVG icons](https://github.com/neilorangepeel/Free-Social-Icons) - Thanks, Neil Orange Peel. They're beautiful.
+- [SVG icons](https://github.com/neilorangepeel/Free-Social-Icons) - Thanks, Neil Orange Peel. They're beautiful.
- [Solarized Light Pygments](https://gist.github.com/edwardhotchkiss/2005058) - Thanks, Edward.
- [Joel Glovier](http://joelglovier.com/writing/) - Great Jekyll articles. I used Joel's feed.xml in this repository.
- [David Furnes](https://github.com/dfurnes), [Jon Uy](https://github.com/jonuy), [Luke Patton](https://github.com/lkpttn) - Thanks for the design/code reviews.
-- [Bart Kiers](https://github.com/bkiers), [Florian Simon](https://github.com/vermluh), [Henry Stanley](https://github.com/henryaj), [Hun Jae Lee](https://github.com/hunjaelee), [Javier Cejudo](https://github.com/javiercejudo), [Peter Etelej](https://github.com/etelej) - Thanks for your [fantastic contributions](https://github.com/barryclark/jekyll-now/commits/master) to the project!
+- [Bart Kiers](https://github.com/bkiers), [Florian Simon](https://github.com/vermluh), [Henry Stanley](https://github.com/henryaj), [Hun Jae Lee](https://github.com/hunjaelee), [Javier Cejudo](https://github.com/javiercejudo), [Peter Etelej](https://github.com/etelej), [Ben Abbott](https://github.com/jaminscript), [Ray Nicholus](https://github.com/rnicholus), [Erin Grand](https://github.com/eringrand), [Léo Colombaro](https://github.com/LeoColomb), [Dean Attali](https://github.com/daattali), [Clayton Errington](https://github.com/cjerrington), [Colton Fitzgerald](https://github.com/coltonfitzgerald), [Trace Mayer](https://github.com/sunnankar) - Thanks for your [fantastic contributions](https://github.com/barryclark/jekyll-now/commits/master) to the project!
+
+## Contributing
+
+Issues and Pull Requests are greatly appreciated. If you've never contributed to an open source project before I'm more than happy to walk you through how to create a pull request.
+
+You can start by [opening an issue](https://github.com/barryclark/jekyll-now/issues/new) describing the problem that you're looking to resolve and we'll go from there.
+I want to keep Jekyll Now as minimal as possible. Every line of code should be one that's useful to 90% of the people using it. Please bear that in mind when submitting feature requests. If it's not something that most people will use, it probably won't get merged. :guardsman:
diff --git a/_attachments/2012-01-29-arm-2.html b/_attachments/2012-01-29-arm-2.html
new file mode 100755
index 0000000000000..8eb044056755e
--- /dev/null
+++ b/_attachments/2012-01-29-arm-2.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: arm
+date: 2012-01-29 22:16:10.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-01-29-arm.html b/_attachments/2012-01-29-arm.html
new file mode 100755
index 0000000000000..3f18f680d92ed
--- /dev/null
+++ b/_attachments/2012-01-29-arm.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: arm
+date: 2012-01-29 22:15:08.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-06-omap1-2.html b/_attachments/2012-02-06-omap1-2.html
new file mode 100755
index 0000000000000..5f6de3d64d013
--- /dev/null
+++ b/_attachments/2012-02-06-omap1-2.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: omap4
+date: 2012-02-06 22:32:26.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-06-omap1.html b/_attachments/2012-02-06-omap1.html
new file mode 100755
index 0000000000000..22f84089e2461
--- /dev/null
+++ b/_attachments/2012-02-06-omap1.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: OMAP4
+date: 2012-02-06 22:31:51.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-06-omap2.html b/_attachments/2012-02-06-omap2.html
new file mode 100755
index 0000000000000..6f21815f2eded
--- /dev/null
+++ b/_attachments/2012-02-06-omap2.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: omap4
+date: 2012-02-06 22:31:56.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-09-arm-3.html b/_attachments/2012-02-09-arm-3.html
new file mode 100755
index 0000000000000..b0cd248afb0fe
--- /dev/null
+++ b/_attachments/2012-02-09-arm-3.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: arm
+date: 2012-02-09 22:47:58.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-09-omap1-3.html b/_attachments/2012-02-09-omap1-3.html
new file mode 100755
index 0000000000000..8bd2739f9dac4
--- /dev/null
+++ b/_attachments/2012-02-09-omap1-3.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: omap1
+date: 2012-02-09 22:48:03.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-09-omap2-2.html b/_attachments/2012-02-09-omap2-2.html
new file mode 100755
index 0000000000000..2ef405e7e108a
--- /dev/null
+++ b/_attachments/2012-02-09-omap2-2.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: omap2
+date: 2012-02-09 22:48:04.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-09-pandaboard.html b/_attachments/2012-02-09-pandaboard.html
new file mode 100755
index 0000000000000..9da041b730a32
--- /dev/null
+++ b/_attachments/2012-02-09-pandaboard.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: Pandaboard
+date: 2012-02-09 22:48:08.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-09-testing.html b/_attachments/2012-02-09-testing.html
new file mode 100755
index 0000000000000..73b286b7a209c
--- /dev/null
+++ b/_attachments/2012-02-09-testing.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: testing
+date: 2012-02-09 22:48:10.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-09-video2.html b/_attachments/2012-02-09-video2.html
new file mode 100755
index 0000000000000..6bf5c1ab1aa06
--- /dev/null
+++ b/_attachments/2012-02-09-video2.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: video2
+date: 2012-02-09 22:48:17.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-arm-4.html b/_attachments/2012-02-21-arm-4.html
new file mode 100755
index 0000000000000..118584249139c
--- /dev/null
+++ b/_attachments/2012-02-21-arm-4.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: arm
+date: 2012-02-21 22:14:59.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-down.html b/_attachments/2012-02-21-down.html
new file mode 100755
index 0000000000000..d2b1d9c0b2b46
--- /dev/null
+++ b/_attachments/2012-02-21-down.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: down
+date: 2012-02-21 22:19:18.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-up.html b/_attachments/2012-02-21-up.html
new file mode 100755
index 0000000000000..ae94dce04b574
--- /dev/null
+++ b/_attachments/2012-02-21-up.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: up
+date: 2012-02-21 22:19:21.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-video.html b/_attachments/2012-02-21-video.html
new file mode 100755
index 0000000000000..a50e3561b670d
--- /dev/null
+++ b/_attachments/2012-02-21-video.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: video
+date: 2012-02-21 22:19:23.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-video1.html b/_attachments/2012-02-21-video1.html
new file mode 100755
index 0000000000000..aec7cf6b463dd
--- /dev/null
+++ b/_attachments/2012-02-21-video1.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: video1
+date: 2012-02-21 22:19:26.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-web1.html b/_attachments/2012-02-21-web1.html
new file mode 100755
index 0000000000000..6b683abad503a
--- /dev/null
+++ b/_attachments/2012-02-21-web1.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: web1
+date: 2012-02-21 22:19:28.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-web2.html b/_attachments/2012-02-21-web2.html
new file mode 100755
index 0000000000000..1679a1948c42e
--- /dev/null
+++ b/_attachments/2012-02-21-web2.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: web2
+date: 2012-02-21 22:19:31.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-web3.html b/_attachments/2012-02-21-web3.html
new file mode 100755
index 0000000000000..ee6396ecd42cb
--- /dev/null
+++ b/_attachments/2012-02-21-web3.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: web3
+date: 2012-02-21 22:19:34.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-web4.html b/_attachments/2012-02-21-web4.html
new file mode 100755
index 0000000000000..9ae89ab2a9ebc
--- /dev/null
+++ b/_attachments/2012-02-21-web4.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: web4
+date: 2012-02-21 22:19:36.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-webd1.html b/_attachments/2012-02-21-webd1.html
new file mode 100755
index 0000000000000..ca4c71b700a4c
--- /dev/null
+++ b/_attachments/2012-02-21-webd1.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: webD1
+date: 2012-02-21 22:19:38.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-webd2.html b/_attachments/2012-02-21-webd2.html
new file mode 100755
index 0000000000000..020fd68cfa609
--- /dev/null
+++ b/_attachments/2012-02-21-webd2.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: webD2
+date: 2012-02-21 22:19:40.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-webd3.html b/_attachments/2012-02-21-webd3.html
new file mode 100755
index 0000000000000..47b6e91b2df12
--- /dev/null
+++ b/_attachments/2012-02-21-webd3.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: webD3
+date: 2012-02-21 22:19:43.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-webd4.html b/_attachments/2012-02-21-webd4.html
new file mode 100755
index 0000000000000..038bb4a7801e7
--- /dev/null
+++ b/_attachments/2012-02-21-webd4.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: webD4
+date: 2012-02-21 22:19:46.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-webdbar1.html b/_attachments/2012-02-21-webdbar1.html
new file mode 100755
index 0000000000000..0db1b0b504246
--- /dev/null
+++ b/_attachments/2012-02-21-webdbar1.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: webdbar1
+date: 2012-02-21 22:19:48.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-webdbar2.html b/_attachments/2012-02-21-webdbar2.html
new file mode 100755
index 0000000000000..186ef1ecb6e63
--- /dev/null
+++ b/_attachments/2012-02-21-webdbar2.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: webdbar2
+date: 2012-02-21 22:19:50.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-webdbar3.html b/_attachments/2012-02-21-webdbar3.html
new file mode 100755
index 0000000000000..df841c2c9e980
--- /dev/null
+++ b/_attachments/2012-02-21-webdbar3.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: webdbar3
+date: 2012-02-21 22:19:52.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2012-02-21-webdbar4.html b/_attachments/2012-02-21-webdbar4.html
new file mode 100755
index 0000000000000..b5d5a0ab5f9aa
--- /dev/null
+++ b/_attachments/2012-02-21-webdbar4.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: webdbar4
+date: 2012-02-21 22:19:16.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2014-01-05-17092006002.html b/_attachments/2014-01-05-17092006002.html
new file mode 100755
index 0000000000000..e8778c2448bbc
--- /dev/null
+++ b/_attachments/2014-01-05-17092006002.html
@@ -0,0 +1,13 @@
+---
+layout: attachment
+title: 17092006(002)
+date: 2014-01-05 21:39:04.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta: {}
+author:
+---
+
diff --git a/_attachments/2014-01-05-cropped-17092006002-jpg.html b/_attachments/2014-01-05-cropped-17092006002-jpg.html
new file mode 100755
index 0000000000000..8e1f0addd7a6b
--- /dev/null
+++ b/_attachments/2014-01-05-cropped-17092006002-jpg.html
@@ -0,0 +1,16 @@
+---
+layout: attachment
+title: cropped-17092006002.jpg
+date: 2014-01-05 21:39:43.000000000 +00:00
+categories: []
+tags: []
+status: inherit
+type: attachment
+published: false
+meta:
+ _wp_attachment_context: custom-header
+ _wp_attachment_custom_header_last_used_pub/mystique: '1388954384'
+ _wp_attachment_is_custom_header: pub/mystique
+author:
+---
+
http://sisteming.files.wordpress.com/2014/01/cropped-17092006002.jpg
diff --git a/_attachments/2014-01-05-nfljyxbavd.html b/_attachments/2014-01-05-nfljyxbavd.html new file mode 100755 index 0000000000000..31f5c3239a019 --- /dev/null +++ b/_attachments/2014-01-05-nfljyxbavd.html @@ -0,0 +1,15 @@ +--- +layout: attachment +title: nfljyxbavd +date: 2014-01-05 21:33:04.000000000 +00:00 +categories: [] +tags: [] +status: inherit +type: attachment +published: false +meta: + _wp_attachment_context: custom-background + _wp_attachment_is_custom_background: pub/mystique +author: +--- + diff --git a/_attachments/2014-05-25-wpid-wpid-pixel-pumper-jpg.html b/_attachments/2014-05-25-wpid-wpid-pixel-pumper-jpg.html new file mode 100755 index 0000000000000..83e1cc94f7955 --- /dev/null +++ b/_attachments/2014-05-25-wpid-wpid-pixel-pumper-jpg.html @@ -0,0 +1,13 @@ +--- +layout: attachment +title: wpid-wpid-pixel-pumper.jpg +date: 2014-05-25 22:38:19.000000000 +01:00 +categories: [] +tags: [] +status: inherit +type: attachment +published: false +meta: {} +author: +--- + diff --git a/_attachments/2014-11-07-wpid-schermata-2014-11-06-alle-23-33-07-png-2.html b/_attachments/2014-11-07-wpid-schermata-2014-11-06-alle-23-33-07-png-2.html new file mode 100755 index 0000000000000..d875b5fd76cae --- /dev/null +++ b/_attachments/2014-11-07-wpid-schermata-2014-11-06-alle-23-33-07-png-2.html @@ -0,0 +1,13 @@ +--- +layout: attachment +title: wpid-Schermata-2014-11-06-alle-23.33.07.png +date: 2014-11-07 00:34:15.000000000 +00:00 +categories: [] +tags: [] +status: inherit +type: attachment +published: false +meta: {} +author: +--- + diff --git a/_attachments/2014-11-07-wpid-schermata-2014-11-06-alle-23-33-07-png-3.html b/_attachments/2014-11-07-wpid-schermata-2014-11-06-alle-23-33-07-png-3.html new file mode 100755 index 0000000000000..39814db25aa2a --- /dev/null +++ b/_attachments/2014-11-07-wpid-schermata-2014-11-06-alle-23-33-07-png-3.html @@ -0,0 +1,13 @@ +--- +layout: attachment +title: wpid-Schermata-2014-11-06-alle-23.33.07.png +date: 2014-11-07 00:35:26.000000000 +00:00 +categories: [] +tags: [] +status: inherit +type: attachment +published: false +meta: {} +author: +--- + diff --git a/_attachments/2014-11-07-wpid-schermata-2014-11-06-alle-23-33-07-png.html b/_attachments/2014-11-07-wpid-schermata-2014-11-06-alle-23-33-07-png.html new file mode 100755 index 0000000000000..78e3a274865e5 --- /dev/null +++ b/_attachments/2014-11-07-wpid-schermata-2014-11-06-alle-23-33-07-png.html @@ -0,0 +1,13 @@ +--- +layout: attachment +title: wpid-Schermata-2014-11-06-alle-23.33.07.png +date: 2014-11-07 00:33:44.000000000 +00:00 +categories: [] +tags: [] +status: inherit +type: attachment +published: false +meta: {} +author: +--- + diff --git a/_config.yml b/_config.yml old mode 100644 new mode 100755 index cdb46a3119c80..26df24681b33d --- a/_config.yml +++ b/_config.yml @@ -3,68 +3,75 @@ # # Name of your site (displayed in the header) -name: Your Name +name: SistemIng. # Short bio or description (displayed in the header) -description: Web Developer from Somewhere +description: My blog about systems, databases, smartphones and other fun 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: /images/sisteming-logo.jpeg # # Flags below are optional # # Includes an icon in the footer for each username you enter -footer-links: + +footer-links: dribbble: - email: + email: mbonezzi@archlinux.us facebook: flickr: - github: barryclark/jekyll-now - instagram: - linkedin: + github: sisteming + instagram: + linkedin: marcobonezzi pinterest: - rss: # just type anything here for a working RSS icon, make sure you set the "url" above! - twitter: jekyllrb + rss: feed.xml + twitter: marcobonezzi stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" + favicon: images/favicon.ico + # Your disqus shortname, entering this will enable commenting on posts -disqus: +disqus: sisteminggithubio # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking -google_analytics: +google_analytics: UA-56573660-1 # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) # Used for Sitemap.xml and your RSS feed -url: - -# If you're hosting your site at a Project repository on GitHub pages -# (http://yourusername.github.io/repository-name) -# and NOT your User repository (http://yourusername.github.io) -# then add in the baseurl here, like this: "/repository-name" -baseurl: "" +url: http://sisteming.github.io -# -# !! You don't need to change any of the configuration flags below !! -# markdown: kramdown -highlighter: pygments + +#permalink: /:title/ +permalink: /:year/:month/:day/:title/ + permalink: /:title/ # The release of Jekyll Now that you're using -version: v1.0.0 +version: v1.2.0 + +# Jekyll 3 now only supports Kramdown for Markdown +kramdown: + # Use GitHub flavored markdown, including triple backtick fenced code blocks + input: GFM + # Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting + syntax_highlighter: rouge + syntax_highlighter_opts: + # Use existing pygments syntax highlighting css + css_class: 'highlight' # Set the Sass partials directory, as we're using @imports sass: - sass_dir: _scss style: :expanded # You might prefer to minify using :compressed + # Use the following plug-ins gems: - - jemoji # Emoji please! - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem + - jekyll-feed # Create an Atom feed using the official Jekyll feed gem # Exclude these files from your production _site exclude: diff --git a/_includes/analytics.html b/_includes/analytics.html old mode 100644 new mode 100755 index d8cdc0ec09cb5..5f346aee620c1 --- a/_includes/analytics.html +++ b/_includes/analytics.html @@ -5,9 +5,12 @@ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - + ga('create', '{{ site.google_analytics }}', 'auto'); - ga('send', 'pageview'); + ga('send', 'pageview', { + 'page': '{{ site.baseurl }}{{ page.url }}', + 'title': '{{ page.title | replace: "'", "\\'" }}' + }); {% endif %} diff --git a/_includes/disqus.html b/_includes/disqus.html old mode 100644 new mode 100755 index 453eef5cb1c91..c4b4d2394f04a --- a/_includes/disqus.html +++ b/_includes/disqus.html @@ -2,8 +2,8 @@
+ + + + ++If you liked this post, you can + + share it with your followers +or + + follow me on Twitter! \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html old mode 100644 new mode 100755 index a69e73413e3ad..5e3ae51040c4b --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,14 +1,9 @@ - - - -
{{ site.name }}
{{ site.description }}
{{ site.name }}