Jekyll files for building the Eating Asturias public site:
Eating Asturias is a website about food and food culture in the Asturias region of Spain. It is generated from Markdown files by the Jekyll static site generator (SSG).
To install the site:
- Install Jekyll into a directory named eatingasturias
- Install Nokogiri 1.13.10 using standard system libraries
ridk exec pacman -S mingw-w64-ucrt-x86_64-libxslt
gem install nokogiri --version 1.13.10 --platform=ruby -- --use-system-libraries
The following Jekyll plugins are used on the site:
- Jekyll Analytics - web analytics bridge to Matomo
- Jekyll Feed has been replaced with my version tillmanj/jekyll-feed.
- Jekyll Glossary Tooltip - provides a liquid tag that will show a tooltip of a term definition.
- Jekyll Include Cache - A Jekyll plugin to cache the rendering of Liquid includes
- Jekyll Last Modified At
- Jekyll Link Attributes - adds
rel
andtarget
attributes to all external links in your Jekyll site. - Jekyll Loading Lazy - lazy load images without javascript
- Ruby microformats - extended support for microformats
- Jekyll Scholar - bibliography and footnote management
- Jekyll Sitemap - silently generate a sitemaps.org compliant sitemap for your Jekyll site
- Jekyll Webmentions.io - renders Webmentions via Webmention.io
- Jekyll Wikirefs - allows parsing wikiref style links into proper links
Eating Asturias uses a custom built Jekyll theme based on Minimal Mistakes. The following resources are used to assemble the site:
- ET_Bembo font stack from David Barts.
this project is licensed under the terms of the GPL 3.0 License. See LICENSE for a complete copy of the license.