{"id":19056742,"url":"https://github.com/geonode/geonode-workshop","last_synced_at":"2025-02-22T01:28:03.066Z","repository":{"id":137632923,"uuid":"80297794","full_name":"GeoNode/geonode-workshop","owner":"GeoNode","description":"GeoNode workshops and presentations at conferences","archived":false,"fork":false,"pushed_at":"2018-08-23T16:23:22.000Z","size":39326,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-01-02T11:43:41.307Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/GeoNode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-28T17:14:24.000Z","updated_at":"2017-08-15T11:38:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a06747b-1472-4e1d-9048-3760d3c20da5","html_url":"https://github.com/GeoNode/geonode-workshop","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoNode%2Fgeonode-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoNode%2Fgeonode-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoNode%2Fgeonode-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoNode%2Fgeonode-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeoNode","download_url":"https://codeload.github.com/GeoNode/geonode-workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240112934,"owners_count":19749713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-08T23:51:16.004Z","updated_at":"2025-02-22T01:28:03.044Z","avatar_url":"https://github.com/GeoNode.png","language":"CSS","readme":"# GeoNode Workshops\n\n## How to run the presentation locally\n\n### Prerequisites\n\nInstall [Compass](http://compass-style.org/install/) to compile graphic themes:\n\n```bash\n$ gem update --system\n$ gem install compass\n```\n\nMake sure Compass has been successfully installed. On Ubuntu machines you may need some system packages in order to install it\n\n```bash\n$ sudo apt-get install ruby-dev\n```\n\n### Live presentation dependencies\n\nInstall dependencies with [npm](https://www.npmjs.com/) and [bower](https://bower.io/):\n\n```bash\n$ npm install\n```\n\nand\n\n```bash\n$ bower install\n```\n\nServe it locally:\n\n```bash\n$ grunt serve\n```\n\nOpen the browser at [http://localhost:9000](http://localhost:9000)\n\n## How to add new slides\n\nAdd a new slide `my-new-slide.md` as a new [Markdown](https://en.wikipedia.org/wiki/Markdown) file under the directory `slides` and use its syntax to create the content of that page.\n\nThe new file has to be listed as a new item in the JSON file `list.json`:\n\n```json\n    {\n        \"filename\": \"my-new-slide.md\",\n        \"attr\": {\n            \"data-background\": \"css/img/bg.png\"\n        }\n    },\n```\n\nChange the `data-background` if you want to change the background image.\n\n## How to publish online\n\nOpen the gruntfile configuration `Gruntfile.coffee` and change the directory for publishing the current workshop in the `dest` properties:\n\n```coffee\ncopy:\n\n            dist:\n                files: [{\n                    expand: true\n                    src: [\n                        'slides/**'\n                        'bower_components/**'\n                        'js/**'\n                        'css/*.css'\n                        'resources/**'\n                        'css/img/**'\n                        'css/fonts/**'\n                    ]\n                    dest: 'dist'\n                },{\n                    expand: true\n                    src: ['index.html']\n                    dest: 'dist'\n                    filter: 'isFile'\n                }]\n```\n\nRun then the build with the command:\n\n```bash\n$ grunt dist\n```\n\nDeploy on specific folder of github pages:\n\n```bash\n$ grunt deploy\n```\n\n## Data\n\nData are distributed within an archive in a directory `data` together the presentation and this folder can be also mounted into the virtual machine if required.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeonode%2Fgeonode-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeonode%2Fgeonode-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeonode%2Fgeonode-workshop/lists"}