Skip to content

Commit

Permalink
Add site content.
Browse files Browse the repository at this point in the history
  • Loading branch information
GRIGIS Antoine 239446 committed Jun 20, 2024
1 parent 32c7433 commit aadacee
Show file tree
Hide file tree
Showing 119 changed files with 452 additions and 869 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _site/
.jekyll-cache/
.jekyll-metadata
.~
Gemfile*
81 changes: 17 additions & 64 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Build Static Pages](https://github.com/baobablab/baobab/workflows/Build%20Static%20Pages/badge.svg)
![Build Static Pages](https://github.com/neurospin/gaia/workflows/Build%20Static%20Pages/badge.svg)

# Configuration

Expand All @@ -19,75 +19,28 @@ Please look at the example and use the same keys.

Note: For the research collection, you will have to add a new `research_<CATEGORY>.md` for new categories.

# (WIP) Editorial - Jekyll Theme

A Jekyll version of the "Editorial" theme by [HTML5 UP](https://html5up.net/).

![Editorial Theme](assets/images/screenshot.jpg "Editorial Theme")

# How to Use

For those unfamiliar with how Jekyll works, check out [https://jekyllrb.com/](https://jekyllrb.com/) for all the details,
or read up on just the basics of [front matter](https://jekyllrb.com/docs/frontmatter/), [writing posts](https://jekyllrb.com/docs/posts/),
and [creating pages](https://jekyllrb.com/docs/pages/).

- **GitLab**: Simply fork this repository and start editing the `_config.yml` file!
- **GitHub**: Fork this reposity and create a branch named `gh-pages`, then start editing the `_config.yml` file! The `.gitlab-ci.yml` file is only needed for GitLab Pages, so feel free to delete this if you are using GitHub instead.

# Install local

Jekyll:

- sudo apt -y install software-properties-common
- sudo apt-add-repository ppa:brightbox/ruby-ng
- sudo apt update
- sudo apt install ruby2.6
- ruby --version
- sudo gem install jekyll bundler

For Bibtex conversion:

- install: pip install pybtex
- execute: pybtex-convert biblio.bib biblio.yaml

# Credits
- sudo apt install ruby-dev
- echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
- echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
- echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
- source ~/.bashrc
- gem install jekyll bundler
- cd $MYPROJECT
- bundle init
- bundle add jekyll webrick
- bundle install
- bundle exec jekyll serve --livereload --port 8080

Original README from HTML5 UP:

```
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Say hello to Editorial, a blog/magazine-ish template built around a toggleable "locking"
sidebar (scroll down to see what I mean) and an accordion-style menu. Not the usual landing
page/portfolio affair you'd expect to see at HTML5 UP, but I figured for my 41st (!!!)
template I'd change it up a little. Enjoy :)
Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images
you can use for pretty much whatever.
(* = not included)
AJ
[email protected] | @ajlkn
Credits:
Demo Images:
Unsplash (unsplash.com)
For Bibtex conversion:

Icons:
Font Awesome (fortawesome.github.com/Font-Awesome)
- pip install pybtex
- pybtex-convert biblio.bib biblio.yaml

Other:
jQuery (jquery.com)
html5shiv.js (@afarkas @jdalton @jon_neal @rem)
Misc. Sass functions (@HugoGiraudel)
Respond.js (j.mp/respondjs)
Skel (skel.io)
```
# Jekyll

Repository [Jekyll logo](https://github.com/jekyll/brand) icon licensed under a [Creative Commons Attribution 4.0 International License](http://choosealicense.com/licenses/cc-by-4.0/).
For those unfamiliar with how Jekyll works, check out [https://jekyllrb.com/](https://jekyllrb.com/) for all the details.
9 changes: 0 additions & 9 deletions _collections/_collaborators/centrale-supelec.md

This file was deleted.

9 changes: 0 additions & 9 deletions _collections/_collaborators/kcl.md

This file was deleted.

9 changes: 0 additions & 9 deletions _collections/_collaborators/telecom-paristech.md

This file was deleted.

18 changes: 0 additions & 18 deletions _collections/_labs/ciel.md

This file was deleted.

19 changes: 0 additions & 19 deletions _collections/_labs/ciel_animal-facility.md

This file was deleted.

19 changes: 0 additions & 19 deletions _collections/_labs/ciel_animal-mri.md

This file was deleted.

19 changes: 0 additions & 19 deletions _collections/_labs/ciel_ciclops.md

This file was deleted.

19 changes: 0 additions & 19 deletions _collections/_labs/ciel_histology.md

This file was deleted.

19 changes: 0 additions & 19 deletions _collections/_labs/ciel_midas.md

This file was deleted.

20 changes: 0 additions & 20 deletions _collections/_labs/ciel_neurophysics.md

This file was deleted.

18 changes: 0 additions & 18 deletions _collections/_labs/gaia.md

This file was deleted.

25 changes: 0 additions & 25 deletions _collections/_labs/gaia_analyse.md

This file was deleted.

Loading

0 comments on commit aadacee

Please sign in to comment.