2.4.0 2018/3/10 Minor Enhancements * Add better system fonts (#205) * Remove whitespace due to Liquid tags in generated HTML (#202) * Adding Mastodon to the social networks (#198) Bug Fixes * social icons should resolve baseurl properly (#201) * fix: styling main element in IE 11 (#199) Documentation * Improve thw wording in index.md (#175) * Update config description comment (#203) 2.3.0 2018/01/30 * Add option to show excerpts on the homepage (#90) * Handle RSS feed with jekyll-feed (#183) * Test build with Ruby 2.4 on CI (#184) * Document how to customize navigation links (#192) 2.2.1 2018/01/27 * Revert social_sites hash for retrocompatibility (#190) 2.2.0 2018/01/24 Minor Enhancements * handling content outside of posts (#88) * Add default table styles (#144) * Add jekyll-seo-tag dependency (#139) * Add Microformats markup (#160) * Add more social links (#141) Documentation * Docs: clarification about page title (#142)
19 lines
651 B
Makefile
19 lines
651 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/03/13 17:44:07 taca Exp $
|
|
|
|
DISTNAME= minima-2.4.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-jekyll-${DISTNAME}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jekyll/minima
|
|
COMMENT= Beautiful, minimal and default theme for Jekyll
|
|
LICENSE= mit
|
|
|
|
#
|
|
# gemspec says dependency, but this package is really part of jekyll.
|
|
#DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=3.3<4:../../www/ruby-jekyll
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-feed>=0.9<1:../../www/ruby-jekyll-feed
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-seo-tag>=2.1<3:../../www/ruby-jekyll-seo-tag
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|