https://github.com/alexjohnj/geographyas
Jekyll source for a Geography revision website
https://github.com/alexjohnj/geographyas
education geography jekyll
Last synced: 3 months ago
JSON representation
Jekyll source for a Geography revision website
- Host: GitHub
- URL: https://github.com/alexjohnj/geographyas
- Owner: alexjohnj
- Created: 2012-01-08T21:41:46.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T12:07:09.000Z (over 2 years ago)
- Last Synced: 2025-04-15T18:08:10.285Z (6 months ago)
- Topics: education, geography, jekyll
- Language: HTML
- Homepage: https://geographyas.info
- Size: 16.5 MB
- Stars: 4
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains the source code for _[Geography AS Notes][gas-home]_, a Geography revision website aimed at students in the UK. The site is purely static content with no server side dependencies. To build the website you'll need to install [Jekyll][jekyll-link] as well as a couple of Ruby gems which are specified in the `Gemfile`.
[gas-home]: http://geographyas.info
[jekyll-link]: http://jekyllrb.com## Licensing
All text is licensed under the [Creative Commons Attribution-NonCommercial 4.0 International][cca-4] license. Unless otherwise stated, images also have the same license.
[cca-4]: https://creativecommons.org/licenses/by-nc/4.0/
Source code[^1] is licensed under the MIT license unless otherwise stated.
[^1]: This includes CoffeeScript and SASS code but not SVG, Markdown or HTML markup. These fall under the CC license.