Repository with the homepage of the SEARCH research group, part of the Bernoulli Institute, Faculty of Science and engineering of the university of Groningen.
The website is built with Jekyll and the style is inspired on the theme Jekyll Serif by Zerostatic.
If you know your way around Jekyll, you know what to do to serve the it locally. If you don't, the simplest way is to:
- Install Docker Desktop.
- Start Docker Desktop.
- Start Jekyll container in the
scripts
directory:- Linux/Mac
bash scripts/jekyll_debug.sh
- Windows PowerShell
.\scripts\jekyll_debug.ps1
- Linux/Mac
- Open the website in your browser at http://localhost:4000.
The style is pre-built and committed to the repository. If you want to rebuild them (especially if you use new tailwind classes), you need to have Node.js and npm installed. Then, run the following commands in the root directory of the project:
npm install
npm run tailwind-build