A Jekyll-based single page subsite directory for Open Data Scotland applications and resources, built with Bootstrap 5.
This site provides a clean and easy-to-navigate landing page that links to the main Open Data Scotland resources:
- opendata.scot - Main Open Data Scotland hub
- govspend.opendata.scot - Government spending data
- osm.dundee.opendata.scot - OpenStreetMap Dundee resources
- docs.opendata.scot - Documentation and guides
- communities.opendata.scot - Community discussions and collaboration
- Ruby 3.2+
- Bundler gem
- Clone the repository
- Install dependencies:
bundle install
bundle exec jekyll buildbundle exec jekyll serveThe site will be available at http://localhost:4000.
The site is built using Jekyll and can be deployed to any static hosting service that supports Jekyll, including GitHub Pages.
_config.yml- Jekyll configuration_layouts/default.html- Main layout template with Bootstrap 5index.html- Homepage with navigation cardsassets/css/style.css- Custom stylesGemfile- Ruby dependencies