New SensorLab webpage at sensorlab.github.io and sensorlab.ijs.si
- Install Docker
- run
make up
command
- Install Hugo "extended version" with SCSS support. Instructions
- install NodeJS. Instructions
- Install NodeJS dependencies using
npm install
- Run development server using
npm start
- Under
content/projects/
, add a new directory (e.g.,<brand-new-project>
). - Copy
archetypes/project.md
tocontent/projects/<brand-new-project>/index.md
. - Edit content accordingly, provide logo, etc.
- Optionally add supplemental material into the
content/projects/<brand-new-project>/
directory. - Preview the outcome using
make up
. - Commit the changes.