From fa66307541d0c1e2f651c6f062b1c24208b26949 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Tue, 11 Oct 2022 12:31:23 +0200 Subject: [PATCH] add twitter side bar on landing page --- CONTRIBNUTING.md | 26 ++++++++ _layouts/index.html | 152 ++++++++++++++++++++++++++++++++++++++++++++ _pages/index.md | 1 + 3 files changed, 179 insertions(+) create mode 100644 CONTRIBNUTING.md create mode 100644 _layouts/index.html diff --git a/CONTRIBNUTING.md b/CONTRIBNUTING.md new file mode 100644 index 00000000..37105c68 --- /dev/null +++ b/CONTRIBNUTING.md @@ -0,0 +1,26 @@ +# CONTRIBUTING + +Here are some tips in case you want to contribute to this project. + +## Requirements + +Install jekyll: https://jekyllrb.com/docs/installation/ + +If you are using a later version of Ruby yoy may encounter this error: when +trying to serve the website locally. + +```bash +require: cannot load such file -- webrick (LoadError) +``` + +To fix this, you can install the `webrick` gem: + +```bash +bundle add webrick +``` + +More info here: https://talk.jekyllrb.com/t/load-error-cannot-load-such-file-webrick/5417/7 + +# Serve locally + +Run `bundle exec jekyll serve` in the root of the project. diff --git a/_layouts/index.html b/_layouts/index.html new file mode 100644 index 00000000..f7e35a60 --- /dev/null +++ b/_layouts/index.html @@ -0,0 +1,152 @@ + + + + + + + Brain Imaging Data Structure + + + + {% if site.google_analytics %} + + + {% endif %} + + {% seo %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ {{ content }} +
+
+ + + +
+ +
+ + {% if site.show_footer %} + + {% endif %} + + + + + + + {% include tracking.html %} + + + + diff --git a/_pages/index.md b/_pages/index.md index ae113a5b..35c0459f 100644 --- a/_pages/index.md +++ b/_pages/index.md @@ -1,4 +1,5 @@ --- +layout: index --- # About BIDS