From ae3080488da4727804c53add849ba8c0920d3fb7 Mon Sep 17 00:00:00 2001 From: "Angel L. P" <59593766+angelphanth@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:15:58 +0200 Subject: [PATCH 01/66] mona-specific adaptations - adding top nav - more pages - additional styling --- about.md => 1research.md | 5 +- 2ds_platform.md | 6 + 3people.md | 6 + 4tools.md | 6 + 5education.md | 8 ++ 6contact.md | 8 ++ _config.yml | 23 ++-- _includes/head.html | 10 +- _includes/sidebar.html | 38 +++--- _layouts/page.html | 23 ++-- _posts/2012-02-07-example-content.md | 138 --------------------- index.html | 37 ------ index.md | 176 +++++++++++++++++++++++++++ public/css/hyde.css | 74 +++++++++-- 14 files changed, 334 insertions(+), 224 deletions(-) rename about.md => 1research.md (96%) create mode 100644 2ds_platform.md create mode 100644 3people.md create mode 100644 4tools.md create mode 100644 5education.md create mode 100644 6contact.md delete mode 100644 _posts/2012-02-07-example-content.md delete mode 100644 index.html create mode 100644 index.md diff --git a/about.md b/1research.md similarity index 96% rename from about.md rename to 1research.md index 9b2605bb4ce..fa779ec5b55 100644 --- a/about.md +++ b/1research.md @@ -1,8 +1,11 @@ --- layout: page -title: About +title: Research +permalink: /research/ --- +# About +
diff --git a/2ds_platform.md b/2ds_platform.md new file mode 100644 index 00000000000..731f8e14106 --- /dev/null +++ b/2ds_platform.md @@ -0,0 +1,6 @@ +--- +layout: page +title: Data Science Platform +--- + +# ds platform \ No newline at end of file diff --git a/3people.md b/3people.md new file mode 100644 index 00000000000..2abefcb925b --- /dev/null +++ b/3people.md @@ -0,0 +1,6 @@ +--- +layout: page +title: People +--- + +# these are the people :) diff --git a/4tools.md b/4tools.md new file mode 100644 index 00000000000..01021574a03 --- /dev/null +++ b/4tools.md @@ -0,0 +1,6 @@ +--- +layout: page +title: Tools +--- + +# tools diff --git a/5education.md b/5education.md new file mode 100644 index 00000000000..de476a75297 --- /dev/null +++ b/5education.md @@ -0,0 +1,8 @@ +--- +layout: page +title: Education +--- + +# edu + +test test \ No newline at end of file diff --git a/6contact.md b/6contact.md new file mode 100644 index 00000000000..bd2a018f181 --- /dev/null +++ b/6contact.md @@ -0,0 +1,8 @@ +--- +layout: page +title: Contact +--- + +# Contact page + +This is a test thank you markdown \ No newline at end of file diff --git a/_config.yml b/_config.yml index 3e2f2432dd5..7a21157699f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,26 +1,25 @@ # Dependencies -markdown: redcarpet highlighter: pygments # Permalinks permalink: pretty -relative_permalinks: true +#relative_permalinks: true # Setup -title: Hyde -tagline: 'A Jekyll theme' -description: 'A brazen two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content. Made by @mdo.' -url: http://hyde.getpoole.com -baseurl: / +title: MoNA +tagline: 'MoNA' +description: 'Testing' +url: 'http://multiomics-analytics-group.github.io' +baseurl: '' -author: - name: 'Mark Otto' - url: https://twitter.com/mdo +# author: +# name: 'Mark Otto' +# url: https://twitter.com/mdo paginate: 5 # Custom vars -version: 2.1.0 +version: 5 github: - repo: https://github.com/poole/hyde + repo: https://github.com/Multiomics-Analytics-Group diff --git a/_includes/head.html b/_includes/head.html index e2b070e242a..e97bc008680 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,14 +15,14 @@ - - - + + + - - + + diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 586f47b2d74..bb36203318e 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -10,22 +10,6 @@