diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-24 22:15:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-24 22:15:57 +0000 |
commit | 1df297b6f9573fb156aeaba3a1303f6c40922efc (patch) | |
tree | 74108dcc1ca1058e7a2fe30cd329871833efb777 /www/Makefile | |
parent | 8dcc3397612ea9a38ad559a974789b16382db188 (diff) | |
download | ports-1df297b6f9573fb156aeaba3a1303f6c40922efc.tar.gz ports-1df297b6f9573fb156aeaba3a1303f6c40922efc.zip |
Jekyll is a simple, blog aware, static site generator. It takes a
template directory (representing the raw form of a website), runs it
through Textile or Markdown and Liquid converters, 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.
WWW: http://github.com/mojombo/jekyll
PR: ports/141947
Submitted by: Peter Schuller <peter.schuller at infidyne.com>
Notes
Notes:
svn path=/head/; revision=246561
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 17dc95276552..32308f4543d3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1439,6 +1439,7 @@ SUBDIR += rubygem-htauth SUBDIR += rubygem-httparty SUBDIR += rubygem-httpclient + SUBDIR += rubygem-jekyll SUBDIR += rubygem-layout-yullio SUBDIR += rubygem-maruku SUBDIR += rubygem-mechanize |