[Git][reproducible-builds/diffoscope-website][master] Move to a Jekyll instance.

Mattia Rizzolo gitlab at salsa.debian.org
Fri May 18 15:39:03 CEST 2018


Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope-website


Commits:
8a965a18 by Chris Lamb at 2018-05-17T11:15:22+02:00
Move to a Jekyll instance.

- - - - -


4 changed files:

- + .gitignore
- + _config.yml
- + _layouts/default.html
- index.html


Changes:

=====================================
.gitignore
=====================================
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/_site/


=====================================
_config.yml
=====================================
--- /dev/null
+++ b/_config.yml


=====================================
_layouts/default.html
=====================================
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1 @@
+{{ content }}


=====================================
index.html
=====================================
--- a/index.html
+++ b/index.html
@@ -1,3 +1,6 @@
+---
+layout: default
+---
 <!doctype html>
 <html lang="en">
 <head>



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/commit/8a965a18a7bf58460b23b3eb670d028d0394575f

---
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/commit/8a965a18a7bf58460b23b3eb670d028d0394575f
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/20180518/ea0800be/attachment.html>


More information about the rb-commits mailing list