diff --git a/package.json b/package.json index 086ae6d..1747a7f 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,8 @@ { + "scripts": { + "start": "retype start", + "build": "retype build"}, + "dependencies": { "retypeapp-win-x64": "^3.5.0" } diff --git a/retype.yml b/retype.yml new file mode 100644 index 0000000..5fe077b --- /dev/null +++ b/retype.yml @@ -0,0 +1,82 @@ +input: src # The local path from this retype.yml file to your content files. + +# ----------------------------------------------------------------------------- + + + +# ----------------------------------------------------------------------------- + +url: https://zalf-rdm.github.io/ # The base URL of your website. + +# + + +favicon: static/img/zalf_logo.svg +# ----------------------------------------------------------- +branding: + title: Handbook for BonaRes Repository + logo: static/img/zalf_logo.png + colors: + label: # Label colors + text: "#ff0000" # Custom color for the label text. + background: "#ff0000" +# ----------------------------------------------------------------------------- + +poweredByRetype: true # Set to false to remove the Powered by Retype branding. + # A Retype Pro license is required. + # See: https://retype.com/pro + +# ----------------------------------------------------------------------------- + +links: # A list of custom links to add to the top bar of the generated website. + # See also: footer.links + - text: Home # The text to use for the link + link: index.md # start page of this report + icon: home # A custom icon name, :emoji:, , or path to a file. + conAlign: left # Icon alignment, to the left or right. Default is left. + - text: BonaRes Portal + link: https://www.bonares.de # Link to an internal file or external URL. + icon: globe + target: blank # Custom target. Use blank to open link in a new window. + +# ----------------------------------------------------------------------------- + +footer: + copyright: "© Copyright . All rights reserved." # A custom copyright statement + links: # A list of links to include in the footer. + # See also: links + - text: Imprint # The text to use for the link + link: https://www.bonares.de/imprint + - text: Privacy Policy + link: https://www.bonares.de/privacypolicy + - text: License + link: license.md + +# ----------------------------------------------------------------------------- + +generator: + recase: all # Set to `none` to not recase any file or folder names. + # By default, all generated file and folder names are + # generated in all lowercase. + +# ----------------------------------------------------------------------------- + + + +search: # Custom configuration of the website search component. + hotkeys: + - "/" # Keyboard key to set the cursor focus into the search field. + maxResults: 20 # Max number of search results to render. + minChars: 2 # Min number of characters required to trigger a sear.ch + mode: full # The search index creation mode. + # Options include: full | partial | basic + noResultsFoundMsg: "No results" # Message when no results are found. + placeholder: Search # Placeholder text used in the search input field. + +# ----------------------------------------------------------------------------- + +templating: + enabled: true # Enable or disable the Retype content templating engine. + liquid: false # Is Liquid syntax {% ... %} enabled? + # If true, Retype is incompatible with + # GitBook style of component configuration. diff --git a/src/creation_of_templates/index.md b/src/creation_of_templates/index.md index 03514e3..1eb9fcf 100644 --- a/src/creation_of_templates/index.md +++ b/src/creation_of_templates/index.md @@ -1,8 +1,8 @@ --- -label: Data Provision -icon: download -expanded: true -order: 110 +label: Creation of Templates +icon: versions +expanded: false +order: 400 --- # Data Provision diff --git a/src/german_translation/index.md b/src/german_translation/index.md index c2e56f1..59a6ad8 100644 --- a/src/german_translation/index.md +++ b/src/german_translation/index.md @@ -2,7 +2,7 @@ label: German Translation icon: "../static/img/translation_icon.svg" expanded: true -order: 120 +order: 100 --- # Data management diff --git a/src/glossary/index.md b/src/glossary/index.md index 2ace03e..ed6f7c7 100644 --- a/src/glossary/index.md +++ b/src/glossary/index.md @@ -1,8 +1,8 @@ --- -label: Data Management -icon: "../static/img/glossary.png" -expanded: true -order: 120 +label: Glossary +icon: "../static/img/glossary_icon.svg" +expanded: false +order: 200 --- # Data management diff --git a/src/help/index.md b/src/help/index.md index a953ab0..1c29813 100644 --- a/src/help/index.md +++ b/src/help/index.md @@ -1,8 +1,8 @@ --- -label: Appendix -icon: info -expanded: true -order: 100 +label: Help +icon: question +expanded: false +order: 300 --- # Appendix diff --git a/src/html_example.md b/src/html_example.md index 68c784f..d98cea1 100644 --- a/src/html_example.md +++ b/src/html_example.md @@ -1,5 +1,5 @@ --- -label: Agricultural Tools and Machineries +label: HTML tag examples order: 50 --- diff --git a/src/index.md b/src/index.md index 7090638..4d03fc5 100644 --- a/src/index.md +++ b/src/index.md @@ -1,11 +1,12 @@ --- -label: Handbook for BonaRes Repository +label: Home icon: home +order: 700 --- # Handbook for BonaRes Repository -![](/static/img/bonares-repository-logo.png) +![](/static/img/bonares_repository_logo.png) **Authors**: Carsten Hoffmann, Sina Schulz, Einar Eberhardt, Meike Grosse, Susanne Stein, Xenia Specka, Nikolai Svoboda, Uwe Heinrich diff --git a/src/metadata/bonares.css b/src/metadata/bonares.css deleted file mode 100644 index 5f3ea2a..0000000 --- a/src/metadata/bonares.css +++ /dev/null @@ -1,26 +0,0 @@ -a { - color: #1679a4 !important; -} - -.bonares_reference { - text-align: left; - color: #222222; - border-radius: 5px; - background-color: #eeeeee; - /* border: 1px solid #1956AF;*/ - padding: 20px; - margin-bottom: 20px; - margin-top: 40px; -} - -.bonares_reference h2 { - font-size: 1.3em; - color: #222222; - -} - -.bonares_reference p { - font-size: 0.95em; - color: #222222; - margin-bottom: 1.3rem !important; -} diff --git a/src/metadata/img/bonares-repository-logo.png b/src/metadata/img/bonares-repository-logo.png deleted file mode 100644 index 55fdbc7..0000000 Binary files a/src/metadata/img/bonares-repository-logo.png and /dev/null differ diff --git a/src/metadata/img/page-with-header.png b/src/metadata/img/page-with-header.png deleted file mode 100644 index 7672369..0000000 Binary files a/src/metadata/img/page-with-header.png and /dev/null differ diff --git a/src/metadata/img/thumbs.db b/src/metadata/img/thumbs.db deleted file mode 100644 index 8cdd7b9..0000000 Binary files a/src/metadata/img/thumbs.db and /dev/null differ diff --git a/src/metadata/img/translation-icon.svg b/src/metadata/img/translation-icon.svg deleted file mode 100644 index 627853c..0000000 --- a/src/metadata/img/translation-icon.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/metadata/img/zalf_logo.png b/src/metadata/img/zalf_logo.png deleted file mode 100644 index a3615cf..0000000 Binary files a/src/metadata/img/zalf_logo.png and /dev/null differ diff --git a/src/metadata/img/zalf_logo.svg b/src/metadata/img/zalf_logo.svg deleted file mode 100644 index a3615cf..0000000 Binary files a/src/metadata/img/zalf_logo.svg and /dev/null differ diff --git a/src/metadata/index.md b/src/metadata/index.md new file mode 100644 index 0000000..36dea53 --- /dev/null +++ b/src/metadata/index.md @@ -0,0 +1,21 @@ +--- +label: Metadata +icon: project-roadmap +expanded: false +order: 500 +--- +# Research Data + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent tristique nibh in leo varius tincidunt nec id magna. Donec sit amet gravida purus. Aliquam molestie hendrerit aliquam. Nullam efficitur tortor nunc, ac porttitor nisi semper sit amet. In hac habitasse platea dictumst. Vivamus aliquet diam sem, facilisis fringilla ipsum commodo in. Mauris venenatis turpis sed metus tempus eleifend. Mauris pulvinar, mauris et faucibus cursus, orci eros ullamcorper metus, vel feugiat sapien metus porta quam. Fusce in sollicitudin quam. + +Quisque vehicula, nisl ac pellentesque porta, lorem ligula vestibulum nisl, sit amet vulputate leo ligula eu nunc. Fusce eu pulvinar ex, a posuere arcu. Nullam rutrum volutpat gravida. Mauris eu ultrices tellus. Praesent neque erat, pharetra at lorem vitae, vestibulum eleifend metus. Nullam interdum, massa id semper vulputate, risus felis aliquet arcu, ut finibus turpis lorem at est. Nunc sit amet ultrices lectus, sit amet malesuada ex. Vestibulum viverra leo ut consequat fermentum. + +Ut dictum ligula a vehicula ornare. Suspendisse euismod semper tempor. Aliquam pellentesque ex in est aliquam, non iaculis velit cursus. Suspendisse dapibus diam tincidunt luctus porta. Curabitur volutpat sapien et ante rhoncus faucibus. Phasellus tempor iaculis porttitor. Duis est mauris, tristique at interdum eget, finibus eget ligula. Vestibulum suscipit, leo sit amet accumsan venenatis, velit justo tincidunt lorem, interdum aliquam diam mi nec sem. + +Donec vel fringilla nisi. Integer aliquet ligula vitae neque ultricies, ultricies tristique lorem fringilla. Phasellus iaculis eu risus auctor tempor. Praesent neque nunc, faucibus ut tempor non, lobortis ac arcu. Integer varius hendrerit massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi blandit quam sapien, vel porttitor lectus scelerisque sed. + +Aenean hendrerit rutrum dolor id maximus. Sed diam dui, volutpat nec scelerisque in, faucibus eget orci. Nulla vitae massa augue. Etiam et nunc nunc. Nulla quis orci vehicula, gravida sem ut, tempor nisl. In aliquam malesuada erat nec consectetur. Vestibulum pharetra venenatis mi, vel tempus nunc elementum a. Morbi ac elementum enim. Praesent vestibulum ornare nisl nec porttitor. Proin ut maximus sem. + +[!ref](/submit_research_data/name.md) + + diff --git a/src/metadata/style.css b/src/metadata/style.css deleted file mode 100644 index 9822c09..0000000 --- a/src/metadata/style.css +++ /dev/null @@ -1,6 +0,0 @@ - -#docs-site-header - { - text-align: left; - color: #004900 -} \ No newline at end of file diff --git a/readme.md b/src/readme.md similarity index 100% rename from readme.md rename to src/readme.md diff --git a/src/static/img/glossary.svg b/src/static/img/glossary.svg deleted file mode 100644 index 540b7fc..0000000 --- a/src/static/img/glossary.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/metadata/img/glossary.svg b/src/static/img/glossary_icon.svg similarity index 100% rename from src/metadata/img/glossary.svg rename to src/static/img/glossary_icon.svg diff --git a/src/static/style.css b/src/static/style.css index 9822c09..dea284a 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -1,5 +1,5 @@ -#docs-site-header +a { text-align: left; color: #004900 diff --git a/src/submit_research_data/index.md b/src/submit_research_data/index.md index 465908c..eb6d5dc 100644 --- a/src/submit_research_data/index.md +++ b/src/submit_research_data/index.md @@ -1,8 +1,8 @@ --- -label: Research Data +label: Submit Research Data icon: upload -expanded: true -order: 130 +expanded: false +order: 600 --- # Research Data