Skip to content

Commit

Permalink
Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
calumryan committed Aug 26, 2018
1 parent 3d048a5 commit a95f6a8
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
13 changes: 13 additions & 0 deletions _posts/2017-06-27-gatsby.md
Original file line number Diff line number Diff line change
@@ -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
---
23 changes: 23 additions & 0 deletions _posts/2017-06-27-jekyll.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion _posts/2017-11-18-backup.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-11-18-signin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a95f6a8

Please sign in to comment.