From a95f6a85506cecebbe48e28257ba2a3be94a52fc Mon Sep 17 00:00:00 2001 From: Calum Ryan Date: Sun, 26 Aug 2018 19:22:33 +0100 Subject: [PATCH] Jekyll --- _posts/2017-06-27-gatsby.md | 13 +++++++++++++ _posts/2017-06-27-jekyll.md | 23 +++++++++++++++++++++++ _posts/2017-11-18-backup.md | 2 +- _posts/2017-11-18-signin.md | 2 +- 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 _posts/2017-06-27-gatsby.md create mode 100644 _posts/2017-06-27-jekyll.md diff --git a/_posts/2017-06-27-gatsby.md b/_posts/2017-06-27-gatsby.md new file mode 100644 index 0000000..66a1fe9 --- /dev/null +++ b/_posts/2017-06-27-gatsby.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Gatsby +excerpt: "A static site generator based on the React.js framework where pages and posts are rendered as a single page application." +categories: browse +tags: [Static] +primary_tag: Publishing your content +secondary_tag: Static +comments: false +share: true +identifier: static +status: draft +--- diff --git a/_posts/2017-06-27-jekyll.md b/_posts/2017-06-27-jekyll.md new file mode 100644 index 0000000..71f0f5d --- /dev/null +++ b/_posts/2017-06-27-jekyll.md @@ -0,0 +1,23 @@ +--- +layout: post +title: Jekyll +excerpt: "A static site generator which renders pages written in HTML or Markdown using a Ruby-based core rendering with a liquid templating engine" +categories: browse +tags: [Static] +primary_tag: Publishing your content +secondary_tag: Static +comments: false +share: true +identifier: static +--- +## 1. Overview +Jekyll has become quite a popular solution for managing blogs and other types of website without the overhead costs, update requirments and complications of managing a database. + +## 2. Getting started with Jekyll +First of all consider the type of hosting you will use for a Jekyll-based website. + +- [GitHub Pages](https://pages.github.com/) provides a quick-start setup to handling the hosting of a Jekyll-based site. + +It's helpful to have a setup that incorporates ready-made templates with features like [Microformats](/browse/microformats/). + +- [Minima](https://github.com/jekyll/minima) is a Jekyll theme incorporating some simple Microformat features to get you started. \ No newline at end of file diff --git a/_posts/2017-11-18-backup.md b/_posts/2017-11-18-backup.md index 582e7c1..a95c777 100644 --- a/_posts/2017-11-18-backup.md +++ b/_posts/2017-11-18-backup.md @@ -1,7 +1,7 @@ --- layout: post title: Backup -excerpt: "Guides related to choosing a host for your content" +excerpt: "Considering a range of distributed backup locations for your data." categories: browse tags: [Managing your content,Sub,Backup] primary_tag: Managing your content diff --git a/_posts/2017-11-18-signin.md b/_posts/2017-11-18-signin.md index 5c140a5..066f945 100644 --- a/_posts/2017-11-18-signin.md +++ b/_posts/2017-11-18-signin.md @@ -4,7 +4,7 @@ title: Sign in excerpt: "Guides related to how you sign in to websites and own your identity on the Web." categories: browse tags: [Your identity on the web,Sub,Sign in] -primary_tag: Your identity on the web +primary_tag: Your identity on the web secondary_tag: Sign in comments: false share: true