mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
remove two example posts
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
layout: post
|
|
||||||
title: What's Jekyll?
|
|
||||||
---
|
|
||||||
|
|
||||||
[Jekyll](http://jekyllrb.com) is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From [the project's readme](https://github.com/jekyll/jekyll/blob/master/README.markdown):
|
|
||||||
|
|
||||||
> Jekyll is a simple, blog aware, static site generator. It takes a template directory [...] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.
|
|
||||||
|
|
||||||
It's an immensely useful tool. Find out more by [visiting the project on GitHub](https://github.com/jekyll/jekyll).
|
|
||||||
@@ -1,42 +0,0 @@
|
|||||||
---
|
|
||||||
layout: post
|
|
||||||
title: Introducing Poole
|
|
||||||
---
|
|
||||||
|
|
||||||
*The Strange Case of Dr. Jekyll and Mr. Hyde* tells the story of a lawyer investigating the connection of two persons, Dr. Henry Jekyll and Mr. Edward Hyde. Chief among the novel's supporting cast is a man by the name of Mr. Poole, Dr. Jekyll's loyal butler.
|
|
||||||
|
|
||||||
-----
|
|
||||||
|
|
||||||
Poole is the butler for [Jekyll](http://jekyllrb.com), the static site generator. It's designed and developed by [@mdo](https://twitter.com/mdo) to provide a clear and concise foundational setup for any Jekyll site. It does so by furnishing a full vanilla Jekyll install with example templates, pages, posts, and styles.
|
|
||||||
|
|
||||||
<!--more-->
|
|
||||||
|
|
||||||
There are currently two themes built on Poole:
|
|
||||||
|
|
||||||
* [Hyde](http://hyde.getpoole.com)
|
|
||||||
* [Lanyon](http://lanyon.getpoole.com)
|
|
||||||
|
|
||||||
Learn more and contribute on [GitHub](https://github.com/poole).
|
|
||||||
|
|
||||||
### What's included
|
|
||||||
|
|
||||||
Poole is a streamlined Jekyll site designed and built as a foundation for building more meaningful themes. Poole, and every theme built on it, includes the following:
|
|
||||||
|
|
||||||
* Complete Jekyll setup included (layouts, config, [404]({{ site.baseurl }}/404.html), [RSS feed]({{ site.baseurl }}/atom.xml), posts, and [example page]({{ site.baseurl }}/about))
|
|
||||||
* Mobile friendly design and development
|
|
||||||
* Easily scalable text and component sizing with `rem` units in the CSS
|
|
||||||
* Support for a wide gamut of HTML elements
|
|
||||||
* Related posts (time-based, because Jekyll) below each post
|
|
||||||
* Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)
|
|
||||||
|
|
||||||
Additional features are available in individual themes.
|
|
||||||
|
|
||||||
### Browser support
|
|
||||||
|
|
||||||
Poole and its themes are by preference a forward-thinking project. In addition to the latest versions of Chrome, Safari (mobile and desktop), and Firefox, it is only compatible with Internet Explorer 9 and above.
|
|
||||||
|
|
||||||
### Download
|
|
||||||
|
|
||||||
Poole is developed on and hosted with GitHub. Head to the <a href="https://github.com/poole/poole">GitHub repository</a> for downloads, bug reports, and features requests.
|
|
||||||
|
|
||||||
Thanks!
|
|
||||||
Reference in New Issue
Block a user