{"id":24309040,"url":"https://github.com/excites/geokey-website","last_synced_at":"2026-04-23T09:33:12.716Z","repository":{"id":22637363,"uuid":"25980166","full_name":"ExCiteS/geokey-website","owner":"ExCiteS","description":"The official GeoKey website","archived":false,"fork":false,"pushed_at":"2021-09-29T09:36:08.000Z","size":28137,"stargazers_count":0,"open_issues_count":5,"forks_count":3,"subscribers_count":11,"default_branch":"gh-pages","last_synced_at":"2025-04-21T09:05:54.262Z","etag":null,"topics":["docs","geokey"],"latest_commit_sha":null,"homepage":"http://geokey.org.uk","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExCiteS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-30T16:41:14.000Z","updated_at":"2018-11-18T21:13:04.000Z","dependencies_parsed_at":"2022-07-27T03:02:21.999Z","dependency_job_id":null,"html_url":"https://github.com/ExCiteS/geokey-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ExCiteS/geokey-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExCiteS%2Fgeokey-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExCiteS%2Fgeokey-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExCiteS%2Fgeokey-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExCiteS%2Fgeokey-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExCiteS","download_url":"https://codeload.github.com/ExCiteS/geokey-website/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExCiteS%2Fgeokey-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32174585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docs","geokey"],"created_at":"2025-01-17T05:12:24.467Z","updated_at":"2026-04-23T09:33:12.691Z","avatar_url":"https://github.com/ExCiteS.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# geokey-website\n\nThis is the official [GeoKey project website](http://geokey.org.uk/).\n\nThe website is hosted in [GitHub Pages](https://pages.github.com/) — any commit that is pushed to the branch `gh-pages` is immediately reflected on the live website.\n\n## Adding to the website\n\n### Running the site locally\n\nIt is recommended to run the site on your machine when you plan to add to the site.\n\nFollow these steps to install an run the site locally:\n\n#### What you need\n\nInstall the following packages:\n\n- [Ruby](https://www.ruby-lang.org/en/documentation/installation/) (and ruby-dev)\n- [Node.js](https://nodejs.org/en/)\n- [Bower](http://bower.io/#install-bower)\n- [Grunt CLI](http://gruntjs.com/using-the-cli#installing-the-cli)\n- [Sass](http://sass-lang.com/install)\n- [Jekyll](https://jekyllrb.com/docs/installation/)\n\n#### Install the requirements\n\nIn the directory `geokey-website`:\n\n- Run `bower install` to install Bootstrap (Sass distribution)\n- Run `npm install` to install the build requirements\n\n#### Building the site\n\nIn the directory `geokey-website`:\n\n- Run `grunt` to build the CSS and optimise images\n\n#### Running the site\n\nIn the directory `geokey-website`:\n\n- Serve the site using `jekyll serve` - the site should be accessible under `http://localhost:4000/`\n\nWhen running the commend, Jekyll collects all static files, blog posts and collections and coverts markdown into HTML. The finished build of the site can the be found in the directory `_site`.\n\n### Directories and files\n\nThe directory structure of this site follows the [standard Jekyll site structure](http://jekyllrb.com/docs/pages/).\n\n#### The config file\n\n`_config.yml` is the config file Jekyll uses to build the site (see [docs](http://jekyllrb.com/docs/configuration/)).\n\n#### Templates\n\nAll templates that Jekyll uses to convert markdown into HTML live in `_layouts`.\n\nEach markdown file has a [front matter](http://jekyllrb.com/docs/frontmatter/) that defines, which template to use when converting.\n\nTemplates themselves can have a front matter — in that case the content of the current template is nested into the template defined in the front matter.\n\n#### Includes\n\nSome content is used in different places across the site. These [includes](https://jekyllrb.com/docs/templates/#includes) live in `_includes`.\n\n#### Blog\n\nAll blog posts can be found in `_posts` (see [Writing posts](http://jekyllrb.com/docs/posts/) in the Jekyll docs).\n\nAll documents in these directories are [Markdown](https://help.github.com/articles/markdown-basics/) files.\n\n#### Collections\n\nDocumentation as well as help and extension sites are grouped into [collections](http://jekyllrb.com/docs/collections/):\n\n- `_docs` contains documentation of the web API and the programming API, `/docs/` on the site\n- `_extensions` contains all extension pages, `/extensions/` on the site\n- `_help` contains the help section, `/help/` on the site\n\nAll documents in these directories are [Markdown](https://help.github.com/articles/markdown-basics/) files.\n\n#### All other directories and files\n\nOther directories and files are static files. When the site is build, they a simply copied into the `_site` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcites%2Fgeokey-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexcites%2Fgeokey-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcites%2Fgeokey-website/lists"}