Hugo theme for node pathogens portal inspired by Swedish pathogen portal and Swiss pathogen portal, while following the visual identity of central pathogens portal.
If you desire to use this theme in your hugo
project, follow the steps mentioned.
-
Open a terminal and go to the root of your hugo project
cd <path to hugo project>
where
<path to hugo project>
should be an absolute or relative path to the hugo project -
Create a
themes
directory if it did not exist already and change to itmkdir themes && cd themes
-
Clone (download) this theme to in the
themes
directorygit clone https://github.com/ScilifelabDataCentre/node-pathogens-portal-theme.git
-
Add the following to your
hugo.yaml
config filetheme: "node-pathogens-portal-theme"
Note:
hugo
config file can also be intoml
andjson
format, so change the above according to your config format
That is all, after this you can run hugo
as usual and it will use this themes to display the content.
This theme was developed by Scilifelab Data Centre as part of PDN project and is based on central pathogens portal, Swedish pathogen portal and Swiss pathogen portal.
We thank Swiss Institute of Bioinformatics, EMBL-EBI and all collaborators.