Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avdgaag/nanoc-template
A simple template project for websites built with Nanoc
https://github.com/avdgaag/nanoc-template
nanoc nanoc-template ruby
Last synced: 3 months ago
JSON representation
A simple template project for websites built with Nanoc
- Host: GitHub
- URL: https://github.com/avdgaag/nanoc-template
- Owner: avdgaag
- Created: 2010-09-13T10:17:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:41:22.000Z (over 1 year ago)
- Last Synced: 2024-05-31T20:57:19.046Z (5 months ago)
- Topics: nanoc, nanoc-template, ruby
- Language: Ruby
- Homepage: http://github.com/avdgaag/nanoc-template
- Size: 1.22 MB
- Stars: 81
- Watchers: 6
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nanoc template
This is a template project for building static websites with [Nanoc][]. It contains
some extensions and configurations that I frequently use.## Features
* CSS compiled using [autoprefixer][] and [Tailwind][]
* Apply [PurgeCSS][] in production environment
* A Gemfile with a bunch of commonly used gems
* A `Convert` filter to convert between image formats using ImageMagick
* A `PngCrush` filter to optimise PNG files
* Automatically export website icons from a [Sketch][] file
* Some default files for JS, webmanifest, robots.txt, etc. courtesy of
[HTML5 Boilerplate][]
* Automatically generated sitemap
* Add gzipped versions of static assets in production environment[Tailwind]: https://tailwindcss.com
[Nanoc]: https://nanoc.ws
[autoprefixer]: https://autoprefixer.github.io
[Sketch]: https://sketch.com
[PurgeCSS]: https://www.purgecss.com
[HTML5 Boilerplate]: https://html5boilerplate.com