Website data for https://quantom-collab.github.io.
To render and view the website locally, you need to have Ruby and Jekyll installed. The following steps show an example of creating a new Anaconda environment specifically viewing the website locally:
-
Create a new Anaconda environment. Let's name it
ruby-jekyllhere. (mambais a variant ofconda. You can also usecondawith theconda-forgechannel to replacemambahere.) For Linux, do$ mamba create -n ruby-jekyll python=3 ruby gxx_linux-64
For MacOS, replace
gxx_linux-64withclangxx_osx-64. -
Activate the Conda environment
$ mamba activate ruby-jekyll
-
Get into the folder of this repository:
$ cd quantom-collab.github.ioAnd, optionally, switch to a specific branch if it's not the current one:
$ git checkout <branch>
-
Install the Ruby dependencies required for this website
$ bundle install
-
Render the website and start the web server
$ bundle exec jekyll serve --livereload -
Open the local website in a browser at
http://127.0.0.1:4000/
Next time you want to view the website locally, you only need to do steps 2, 3, 5, and 6.
These are notes about navigation of this site and where is what.
-
The menu in the header can be updated in file
_data/navigation.yml -
The pages associated to each link in the header are located in the folder
_pages. -
assets/img/favicon.png: the small icon displayed in the browser tab -
assets/img/banner_qcd_1.jpg: the banner image on the landing page -
assets/img/banner_page_1.jpg: the banner image on the other pages -
assets/img/quantom_logo.png: the logo of QuantOm -
Each news item is associated to a news article in the folder of
_news.