-
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
10 changed files
with
250 additions
and
3 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
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,26 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div class="post container"> | ||
|
||
<h1>News and Updates</h1> | ||
|
||
<header class="post-header"> | ||
<h2 class="post-title">{{ page.title }}</h1> | ||
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}</p> | ||
</header> | ||
|
||
<article class="post-content"> | ||
{{ content }} | ||
</article> | ||
|
||
<div> | ||
<b>More News</b> | ||
<ul> | ||
{% for post in site.posts %} | ||
<li><a href="{{post.url}}">{{ post.title }}</a></li> | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
</div> |
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,14 @@ | ||
--- | ||
layout: post | ||
title: "Vienna.html - Europe's 1st Static Site (Jekyll) User Group - Start Your Own City.html" | ||
--- | ||
|
||
Still a little early - if you happen to be in Central Europe - | ||
Gerald Bauer is starting up Europe's first Static Site (Jekyll) User Group in Vienna, Austria. | ||
The group name is Vienna.html in honor of the static nature of a Jekyll site. | ||
|
||
Missing out? No worries - why not start your own YourCity.html group (e.g Berlin.html, Seattle.html, and so on.) Anyone? | ||
|
||
If you're interested in all things "Static is the new Dynamic" | ||
follow along on Twitter [@viennahtml](https://twitter.com/viennahtml). | ||
Join us. Free. No database required. Cheers. |
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,16 @@ | ||
--- | ||
layout: post | ||
title: "Dr. Jekyll's Themes of the Month - July 2015 Edition - Holo Alfa, { Personal }, Clean Dark etc." | ||
--- | ||
|
||
Let's welcome the July'15 Edition of the Dr. Jekyll's Themes of the Month series | ||
that highlights ready-to-fork static site themes. The new themes include: | ||
|
||
- Holo Alfa by Stijn van Cuijk | ||
- { Personal } by Panos Sakkos | ||
- Clean Dark by Pavel Makhov | ||
|
||
Special thanks to Stijn van Cuijk, Panos Sakkos and Pavel Makhov for adding the new themes. | ||
|
||
Find all themes at the [Dr. Jekyll's Themes](http://drjekyllthemes.github.io) directory. | ||
Any theme missing? [Add your theme!](https://github.com/drjekyllthemes/themes) Cheers. |
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,12 @@ | ||
--- | ||
layout: post | ||
title: "Planet Jekyll's Showcase - The World's Greatest Static Sites - Polymer, Bootstrap, Open Data Handbook, And Many More" | ||
--- | ||
|
||
Let's welcome [Planet Jekyll's Showcase](http://planetjekyll.github.io/showcase) that highlights the latest (and greatest) | ||
static sites generated with the Jekyll machinery. | ||
Open source static Jekyll sites include: | ||
Bootstrap • Polymer • Electron • Planet Ruby • football.db • Choose A License • | ||
Stack Exchange Blog • PHP: The Right Way • Open Data Handbok and many more. | ||
|
||
Any site missing? Add your site! Cheers. |
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,36 @@ | ||
--- | ||
layout: post | ||
title: "drj/drjekyll - The Missing Static Site Theme Package Manager - New Jekyll Command Line Tool" | ||
--- | ||
|
||
Let's welcome the [`drjekyll` ](https://github.com/drjekyllthemes/drjekyll) gem that includes a command line tool, | ||
that is, `drjekyll` that lets you manage static site theme packages. For example, use: | ||
|
||
``` | ||
$ drjekyll list # or | ||
$ drj ls | ||
``` | ||
|
||
to list all 100+ themes e.g. resulting in: | ||
|
||
``` | ||
1..Planet Jekyll's Starter (Minimal) (starter | planetjekyllsstarterminimal) by Gerald Bauer - #white | ||
2..Dr Jekyll's Minimal (minimial | drjekyllsminimal) by Gerald Bauer - #white | ||
3..Dr Jekyll's Bootstrap (bootstrap | drjekyllsbootstrap) by Gerald Bauer - #bootstrap #sass #white | ||
4..Dr Jekyll's Classics Book (classics | drjekyllsclassicsbook) by Gerald Bauer - #books #white | ||
5..Poole (poole) by Mark Otto - #poole | ||
6..Poole's Hyde (pooleshyde) by Mark Otto - #poole | ||
7..Poole's Lanyon (pooleslanyon) by Mark Otto - #poole | ||
8..Beautiful Jekyll (beautifuljekyll) by Dean Attali | ||
... | ||
``` | ||
|
||
To download and unzip a theme archive use the "installation code", for example, use: | ||
|
||
``` | ||
$ drjekyll new starter # or | ||
$ drj new starter | ||
``` | ||
|
||
to dowload and unzip the Planet Jekyll's Starter (Minimal) theme and so on. | ||
For more info see the drj/drjekyll project site. Cheers. |
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,65 @@ | ||
--- | ||
layout: post | ||
title: "mrh/mrhyde - Static Site Quick Starter Script Wizard - Automate, Automate, Automate - New Jekyll Command Line Tool" | ||
--- | ||
|
||
Let's welcome the [`mrhyde-tools`](https://github.com/mrhydescripts/mrhyde) gem that includes | ||
a command line tool, that is, `mrhyde` | ||
that lets you run static site quick starter wizard scripts. For example, use: | ||
|
||
``` | ||
$ mrhyde new starter # or | ||
$ mrh n starter | ||
``` | ||
|
||
to download and install (unzip/unpack) a theme archive and configure a static site ready-to-use e.g.: | ||
|
||
``` | ||
Welcome, before setting up your site Mr. Hyde will ask you some questions. | ||
Q: What's your site's title? [Your Site Title]: Another Beautiful Static Site | ||
Q: What's your name? [Henry Jekyll]: Edward Hyde | ||
Q: Select your theme: | ||
1 - Starter | ||
2 - Bootstrap | ||
3 - Minimal | ||
Your choice (1-3)? [1]: 2 | ||
Thanks! Ready-to-go. Stand back. | ||
Downloading Dr. Jekyll's Bootstrap Theme... | ||
Setting up Dr. Jeykll's Bootstrap Theme.. | ||
... | ||
Updating settings in _config.yml... | ||
title: "Another Beautiful Static Site" | ||
author.name: "Edward Hyde" | ||
... | ||
Done. | ||
``` | ||
|
||
Why not write your own Mr. Hyde wizard script? It's just Ruby (with an added | ||
mini language) e.g.: | ||
|
||
``` | ||
say "Welcome, before setting up your site Mr. Hyde will ask you some questions." | ||
title = ask "What's your site's title", "Your Site Title" | ||
name = ask "What's your name", "Henry Jekyll" | ||
theme = select "Select your theme", ["Starter", "Bootstrap", "Minimal"] | ||
say "Thanks! Ready-to-go. Stand back." | ||
install_theme theme | ||
config do |c| | ||
c.title = title | ||
c.author.name = name | ||
end | ||
say "Done." | ||
``` | ||
|
||
For more quick starter wizard scripts see the [Mr. Hyde's Scripts](https://github.com/mrhydescripts/scripts) library. | ||
For more themes see the [Dr. Jekyll's Themes](http://drjekyllthemes.github.io) directory. Cheers. |
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,20 @@ | ||
--- | ||
layout: post | ||
title: "Dr. Jekyll's Themes of the Month - August 2015 Edition - Leonids, Video, Centrarium etc." | ||
--- | ||
|
||
Let's welcome the August'15 Edition of the Dr. Jekyll's Themes of the Month series | ||
that highlights ready-to-fork static site themes. The new themes include: | ||
|
||
- Leonids by RenYuan Zou | ||
- Video by Max White | ||
- Centrarium by Ben Centra | ||
- Mickey by Vincent Chan | ||
- Material Design Lite (MDL) by Oscar Cortez | ||
- Planet Jekyll's Starter (Minimal) by Gerald Bauer | ||
|
||
Special thanks to RenYuan Zou, Max White, Ben Centra, Vincent Chan and Oscar Cortez | ||
for adding the new themes. | ||
|
||
Find all themes at the [Dr. Jekyll's Themes](http://drjekyllthemes.github.io) directory. | ||
Any theme missing? [Add your theme!](https://github.com/drjekyllthemes/themes) Cheers. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
layout: default | ||
title: News and Updates | ||
--- | ||
|
||
<div class='posts container'> | ||
|
||
<h1>{{ page.title }}</h1> | ||
|
||
<ul> | ||
{% for post in site.posts %} | ||
<li><a href="{{ post.url }}">{{ post.title }}</a></li> | ||
{% endfor %} | ||
</ul> | ||
|
||
|
||
{% for post in site.posts %} | ||
<div class='post'> | ||
<header class='post-header'> | ||
<h2 class='post-title'>{{ post.title }}</h2> | ||
<!-- | ||
<p class='post-meta'>{{ post.date | date: "%b %-d, %Y" }}</p> | ||
--> | ||
</header> | ||
|
||
<article class='post-content'> | ||
{{ post.content }} | ||
</article> | ||
</div> | ||
{% endfor %} | ||
</div> |