From e7ff734055b59369282945460c80e3777ad18ffc Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 28 Apr 2014 13:12:08 +0200 Subject: Renamed the post to reflect it's title --- _posts/2014-04-27-Building-your-first-jekyll-site.markdown | 14 ++++++++++++++ _posts/2014-04-27-welcome-to-jekyll.markdown | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 _posts/2014-04-27-Building-your-first-jekyll-site.markdown delete mode 100644 _posts/2014-04-27-welcome-to-jekyll.markdown diff --git a/_posts/2014-04-27-Building-your-first-jekyll-site.markdown b/_posts/2014-04-27-Building-your-first-jekyll-site.markdown new file mode 100644 index 0000000..1113b26 --- /dev/null +++ b/_posts/2014-04-27-Building-your-first-jekyll-site.markdown @@ -0,0 +1,14 @@ +--- +layout: post +title: "Setting up a website." +date: 2014-04-27 13:00:09 +--- + +While a like to see myself as a seasoned programmer, I had never set up a site on my own. I never had known where to start. So I began serching for easy to use frameworks to get me settled and when you want to include a blog of some sorts you kinda bump into either wordpress or jekyll. I figured that setting up wordpress can be quite a hassle. Not that fear setting up a database, but it seems so overkill for what I wanted. So The reason why I chose for jekyll is it simplicity. + +In a nutshell jekyll compiles a static site using a folder structure and configuration files. The default structure is exansive enough to give you an idea how it works, but it far more powerfull than the default generated site lets on. For instance the header and footer are hardcoded in the default layout. These header (and footer) can be specified in seperate files located in the "_include" directory and included in the layout with "{% raw %}{% include header.html %}{% endraw %}". So this enables you to reuse pieces of html layout in any of your layouts. + +I'm not going to explain the whole jekyll framework, simply because I do not have enough knowledge of jekyll to do so. I do however wanted to make my first post as soon as possible to see how jekyll works and to keep working on improving my site. If I sparked your interest do checkout the [Jekyll docs][jekyll] or their [github page][jekyll-gh]. + +[jekyll-gh]: https://github.com/mojombo/jekyll +[jekyll]: http://jekyllrb.com diff --git a/_posts/2014-04-27-welcome-to-jekyll.markdown b/_posts/2014-04-27-welcome-to-jekyll.markdown deleted file mode 100644 index 1113b26..0000000 --- a/_posts/2014-04-27-welcome-to-jekyll.markdown +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: post -title: "Setting up a website." -date: 2014-04-27 13:00:09 ---- - -While a like to see myself as a seasoned programmer, I had never set up a site on my own. I never had known where to start. So I began serching for easy to use frameworks to get me settled and when you want to include a blog of some sorts you kinda bump into either wordpress or jekyll. I figured that setting up wordpress can be quite a hassle. Not that fear setting up a database, but it seems so overkill for what I wanted. So The reason why I chose for jekyll is it simplicity. - -In a nutshell jekyll compiles a static site using a folder structure and configuration files. The default structure is exansive enough to give you an idea how it works, but it far more powerfull than the default generated site lets on. For instance the header and footer are hardcoded in the default layout. These header (and footer) can be specified in seperate files located in the "_include" directory and included in the layout with "{% raw %}{% include header.html %}{% endraw %}". So this enables you to reuse pieces of html layout in any of your layouts. - -I'm not going to explain the whole jekyll framework, simply because I do not have enough knowledge of jekyll to do so. I do however wanted to make my first post as soon as possible to see how jekyll works and to keep working on improving my site. If I sparked your interest do checkout the [Jekyll docs][jekyll] or their [github page][jekyll-gh]. - -[jekyll-gh]: https://github.com/mojombo/jekyll -[jekyll]: http://jekyllrb.com -- cgit v1.2.3-70-g09d2