Skip to content
Commits on Source (8)
*.sw[p-z]
*~
#*
.sass-cache
/_site
# Ignore folders generated by Bundler
vendor/
.bundle/
# Ignore folders generated by Jekyll
.sass-cache/
_site/
.jekyll-metadata
Gemfile.lock
---
layout: default
title: 404 Not Found
permalink: /404.html
---
Sorry!
======
The page or resource you're looking for is not found at this address. Please check the spelling of
the URL in your address bar.
If this looks like a mistake on our part, please
[report the problem](mailto:rb-general@lists.reproducible-builds.org) so we can fix it. Thanks!
www.reproducible-builds.org
# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "jekyll", "~> 3.8"
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
markdown: kramdown
highlighter: pygments
permalink: /news/:year/:month/:day/:title/
# Site settings
title: reproducible-builds.org
......@@ -10,6 +7,15 @@ description: |
baseurl: ""
url: https://reproducible-builds.org
# Build settings
markdown: kramdown
highlighter: pygments
permalink: /news/:year/:month/:day/:title/
plugins:
- jekyll-redirect-from
- jekyll-sitemap
sass:
sass_dir: /assets/styles
......@@ -29,3 +35,9 @@ exclude:
- .gitignore
- bin/
- test
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
Sitemap: https://reproducible-builds.org/sitemap.xml