Skip to content

ElixirTeSS/mTeSS-X

This branch is 27 commits ahead of ELIXIR-Belgium/elixir-toolkit-theme-example:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

951b098 · Apr 1, 2025

History

74 Commits
Feb 4, 2025
Mar 11, 2025
Apr 1, 2025
Mar 18, 2025
Mar 11, 2025
Mar 18, 2025
Mar 18, 2025
Mar 11, 2025
Apr 1, 2025
Aug 31, 2023
Mar 11, 2025
Mar 11, 2025
Mar 11, 2025
Mar 18, 2025

Repository files navigation

theme badge

mTeSS-X

This repository serves the project website for mTeSS-X. It uses the ELIXIR Toolkit Theme.

Design

This site follows the OSCARS comms kit.

Relative vs. absolute paths

There are a few assets which are loaded using an absolute path. These work correctly when viewing the site through GitHub Pages as intended (with /mTeSS-X/ at the root). They do not work correctly when running the site locally with Jekyll. It must be possible to correct this with the Liquid relative_url function.

  • _data/footer.yml:
    • /mTeSS-X/images/CreativeCommon_88x31.png
  • _sass/_custom_classes.scss:
    • /mTeSS-X/assets/fonts/PlusJakartaSans-VariableFont_wght.woff
    • /mTeSS-X/assets/fonts/PlusJakartaSans-Italic-VariableFont_wght.woff

Note, these fonts are served with the site directly, not from the Google Fonts service, to avoid additional tracking.

Languages

  • SCSS 83.5%
  • Ruby 16.5%