-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters