[Git][reproducible-builds/reproducible-website][master] 8 commits: Add CNAME

Vipul gitlab at salsa.debian.org
Tue May 14 06:27:22 UTC 2019



Vipul pushed to branch master at Reproducible Builds / reproducible-website


Commits:
2264a151 by Vipul at 2019-05-14T04:13:29Z
Add CNAME

- - - - -
98a8d5ce by Vipul at 2019-05-14T05:03:02Z
Add robots.txt and specify path sitemap.xml

- - - - -
6fd15abb by Vipul at 2019-05-14T05:08:03Z
Add plugins

* jekyll-sitemap
* jekyll-redirect-from

- - - - -
a9a35ce3 by Vipul at 2019-05-14T05:09:31Z
ignore files generated by bundler and jekyll

- - - - -
bf478845 by Vipul at 2019-05-14T05:10:14Z
ignore .jekyll metadata

- - - - -
d664ec37 by Vipul at 2019-05-14T05:11:57Z
add Gemfile

- - - - -
cd5ddc11 by Vipul at 2019-05-14T05:22:03Z
Add custom 404 page

- - - - -
71adf24e by Vipul at 2019-05-14T06:26:41Z
erge remote-tracking branch 'origin/15-create-sitemap'

- - - - -


7 changed files:

- .gitignore
- − .jekyll-metadata
- + 404.md
- + CNAME
- + Gemfile
- _config.yml
- + robots.txt


Changes:

=====================================
.gitignore
=====================================
@@ -1,5 +1,12 @@
 *.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


=====================================
.jekyll-metadata deleted
=====================================
Binary files a/.jekyll-metadata and /dev/null differ


=====================================
404.md
=====================================
@@ -0,0 +1,14 @@
+---
+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 at lists.reproducible-builds.org) so we can fix it. Thanks!


=====================================
CNAME
=====================================
@@ -0,0 +1 @@
+www.reproducible-builds.org


=====================================
Gemfile
=====================================
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+source "https://rubygems.org"
+
+# gem "rails"
+
+gem "jekyll", "~> 3.8"
+gem 'jekyll-sitemap'
+gem 'jekyll-redirect-from'


=====================================
_config.yml
=====================================
@@ -1,6 +1,3 @@
-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
 
@@ -24,8 +30,14 @@ collections:
     output: true
 
 exclude:
-- README
-- .git
-- .gitignore
-- bin/
-- test
+  - README
+  - .git
+  - .gitignore
+  - bin/
+  - test
+  - Gemfile
+  - Gemfile.lock
+  - vendor/bundle/
+  - vendor/cache/
+  - vendor/gems/
+  - vendor/ruby/


=====================================
robots.txt
=====================================
@@ -0,0 +1 @@
+Sitemap: https://reproducible-builds.org/sitemap.xml



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/644057c793ba1c082bd3476be02e52cfd7bde93a...71adf24e79a452ab4bb32960277e291a286bcf35

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/644057c793ba1c082bd3476be02e52cfd7bde93a...71adf24e79a452ab4bb32960277e291a286bcf35
You're receiving this email because of your account on salsa.debian.org.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190514/0eba64aa/attachment.html>


More information about the rb-commits mailing list