- Ruby (version 2.7.0 or higher)
- Jekyll (a Ruby gem for building static sites)
This site is built with Jekyll and So Simple. Check out Jekyll's guide for installation.
Run bundle install and bundle exec jekyll serve to build and serve the site locally.
- pages:
*.mdfiles (in root directory and_posts/and_projects/subdirectories) - resources:
_data/- site navigation:
_data/navigation.yml
- site navigation:
- images:
images/
Pages
├── _posts/ # Collection of news and events
├── _projects/ # Collection of project pages
├── about.md # 'About us' page
├── confidants.md # 'Confidants' page
├── contact.md # 'Get in touch' page
├── events.md # 'News' page
├── index.md # 'Home' page
└── projects.md # 'Projects' page
Use these as templates for creating new pages.
