{"id":43128686,"url":"https://github.com/500tech/angular-up","last_synced_at":"2026-01-31T20:52:53.295Z","repository":{"id":18864797,"uuid":"81955130","full_name":"500tech/angular-up","owner":"500tech","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-12T09:33:46.000Z","size":84666,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-30T10:33:26.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/500tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-02-14T14:44:58.000Z","updated_at":"2019-12-12T19:32:58.000Z","dependencies_parsed_at":"2024-01-23T17:50:37.223Z","dependency_job_id":null,"html_url":"https://github.com/500tech/angular-up","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/500tech/angular-up","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/500tech%2Fangular-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/500tech%2Fangular-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/500tech%2Fangular-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/500tech%2Fangular-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/500tech","download_url":"https://codeload.github.com/500tech/angular-up/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/500tech%2Fangular-up/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28954410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-01-31T20:52:52.556Z","updated_at":"2026-01-31T20:52:53.288Z","avatar_url":"https://github.com/500tech.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Zeppelin / GDG DevFest 2014 site template\n\n### About \nProject Zeppelin allows you to setup awesome GDG DevFest site in 5 minutes. \n\nProject is built on top of [Jekyll](http://jekyllrb.com/) - simple, blog-aware, static site generator. Jekyll also happens to be the engine behind GitHub Pages, which means you can use Jekyll to host your website from GitHub’s servers for free. [Learn more about Jekyll](http://jekyllrb.com/).\n\nTemplate is brought by [GDG Lviv](http://lviv.gdg.org.ua/) team.\n\n### Live demo http://gdg-x.github.io/zeppelin/\n\n#### Automated version with Grunt \u003chttps://github.com/gdg-x/zeppelin-grunt\u003e\n\n### Features\n* Easy to setup\n* Simple and responsive design\n* Integrated speakers and sessions management\n* SVG icons\n* SEO friendly\n\n\n### Quick-start guide\n1. [Fork](https://github.com/gdg-x/zeppelin/fork) this repo\n2. Clone locally\n3. Update ```_config.yml``` \n4. Select what content blocks do you need\n5. Push changes to ```gh-pages``` branch\n6. Enjoy your awesome DevFest site at ```http://[your github name].github.io/zeppelin/```\n\nOr watch project presentation from [GDG[x] Townhall meeting](http://www.youtube.com/watch?v=xYmhheoLjcI). Slides available [here](https://docs.google.com/presentation/d/19aM7yNl_orDaCNND5LpCY3fShb6PyMltnzYfKvV8R_8/edit?usp=sharing)\n\n\n## Local development\n\nCheck if you have [all requirements for local environment](http://jekyllrb.com/docs/installation/).\nTo install all development dependencies install [Bundler](http://bundler.io/).\n```bash\n    gem install bundler\n``` \nand run next command from root folder:\n\n```bash\n  bundle install\n```  \n\nTo start Jekyll run:\n```bash\n    jekyll serve -w\n```\nSite will be available at http://127.0.0.1:4000/zeppelin/ or http://localhost:4000/zeppelin/ (on Windows)\n\n**NOTE:** in this mode all changes to html and data files will be automatically regenerated, but after changing ```_config.yml``` you have to restart server.\n\n### Sass(Compass) support\n**Note:** You need to install [Node.js](http://nodejs.org/download/)\n\nTo watch changes of `.sass` files and compile it to the `.css` on a fly change property `safe: true` to `safe: false` in `_config.yml`.\n**Note: It works only on local machine, because GitHub runs Jekyll in `--save` [mode](https://help.github.com/articles/using-jekyll-with-pages/#configuration-overrides)**\n\nLearn more about Sass development from [documentation](https://github.com/gdg-x/zeppelin/wiki/Sass-development).\n\n\n### Resource optimizations (optional)\n\nYou can optimize images and minify css and javascript automatically (for now only on Windows).\nBut for Mac OS users available amazing tool - [imageoptim](https://imageoptim.com/). Thanks [@raphaelsavina](https://github.com/raphaelsavina) for link.\nOptimize all images by running this script from `/automation/images/` folder:\n```bash\n    all_image_optimization.bat -d -jtran -pout -pquant -optip -gsicle -svgo\n```\n\nTo minify CSS and JS run `minify_js.bat` (for Windows) and `minify_js.sh` (for Linux and MacOS) from `/automation/minifying/` folder:\n```bash\n    minify_js.bat\n```\n\nLearn more about available optimization options from [documentation](https://github.com/gdg-x/zeppelin/wiki/Resources-optimizations).\n\n### Documentation\nQuick-start guide is not enough? Checkout [full documentation](https://github.com/gdg-x/zeppelin/wiki).\n\n### Used libraries\n* [Bootstrap](https://github.com/twbs/bootstrap)\n* [Animate.css](https://github.com/daneden/animate.css)\n* [Waves](https://github.com/publicis-indonesia/Waves)\n* [jquery.appear](https://github.com/bas2k/jquery.appear)\n* [jQuery countTo Plugin](https://github.com/mhuggins/jquery-countTo)\n* [Typed.js](https://github.com/mattboldt/typed.js)\n* [Sticky-kit](https://github.com/leafo/sticky-kit)\n\n### Who is using template?\nGoing to use template? Go on! The only thing we ask - let us know at [*lviv@gdg.org.ua*](mailto:lviv@gdg.org.ua) so we can include you to this list, or make a pull request.\n\n| | | |\n|------|------|------|\n| [GDG DevFest Ukraine 2014](http://devfest.gdg.org.ua/) | [GDG DevFest Istanbul 2014](http://2014.devfesttr.com/) | [GDG Bangalore Site](http://gdgbangalore.github.io/) |\n| [GDG DevFest Omsk 2014](http://gdg-devfest-omsk.org/) | [2014 南阳 GDG Devfest 大会](http://devfest.gdgny.org) | [DevFest Nordeste 2014](http://2014.devfestne.com.br/) |\n| [GDG DevFest The Netherlands](http://www.devfest.nl/) | [DevFest Centro-Oeste 2014](http://www.devfestcentrooeste.com.br/) | [Android DevFest Space Coast](http://gdg-space-coast.github.io/zeppelin/) |\n| [DevFest SP 2014](http://sp.devfest.com.br/) | [DevFest in Baroda](http://devfest.gdgbaroda.com/) | [GDG Hi Pic (France)](http://maximemularz.github.io/zeppelin/) |\n| [GDG DevFest Córdoba 2014](http://gdgcordoba.github.io/zeppelin/) | [GDG DevFest Düsseldorf 2014](http://www.gdg-dus.de/DevFest2014/) | [GDG Makerere DevFest 2014](http://gdgmakerere.github.io/) |\n| [GDG Dublin DevFest 2014](http://gdg-dublin.appspot.com/) | [GDG Busitema DevFest 2014](http://gdgbusitema.github.io/) | [DevFest Vienna 2014](http://www.devfest.at/) |\n| [Android Wear DevFest](http://devfest.gdgnorthjersey.com/wear2014/) | [GDG SLAU DevFest 2014](http://gdgslau.github.io/) | [Lima DevFest](http://limadevfest.com/) |\n| [GDG Korea DevFair 2014](http://devfair2014.gdg.kr/) | [GDG DevFest Kota Kinabalu 2014](http://devfest.gdgkk.info/) | [GDG DevFest Belgium](http://gdg-brussels.org/DevFest2014/) |\n| [DevFest Praha 2014](http://devfest.cz/) | [GDG DevFest Kosice](http://devfest.sk/) | [GDG DevFest Cagayan de Oro](http://devfest.gdgcdo.org/) |\n| [DevFest Birgunj](http://gdgbirgunj.github.io/DevFest2014/) | [GDG DevFest Poland](http://devfest.pl/) | [GDG DevFest Silicon Valley](http://devfest2014.gdgsv.com/) |\n| [DevFest Chennai 2014](http://devfest.gdgchennai.com/) | [GDG DevFest Bari](http://gdgbari.github.io/zeppelin/) | [GDG DevFest Ahmedabad](http://devfest.gdgahmedabad.com/) |\n| [GDG DevFest Sri Lanka](http://www.devfestlk.org/) | [GDG DevFest Tunis](http://devfest.gdgtunis.org/) | [GDG DevFest Kozhikode](http://devfest.gdgkozhikode.org/) | \n| [GDG DevFest Argentina](http://devfest.gdg.com.ar/) | [GDG DevFest Bhubaneswar](http://devfest2014.gdgbbsr.com/) | [GDG DevFest Miage Gi](http://gdgmiagegilab.github.io/) | \n| [GDG DevFest NORTE](http://norte.devfest.com.br/) | [GDG Devfest Nyeri 2014](http://devfest.gdgkimathiuniversity.com/) | [GDG DevFest Paris](http://devfest.gdgparis.com/) |\n| [GDG Akure](http://gdgakure.github.io/)|[MENAT GDG Summit 2014](http://summit.gdg-menat.com/)|[Women Techmakers Istanbul 2015](http://wtmistanbul.com) |\n| [GDG DevFest Mallorca](http://devfest.gdgmallorca.com/)| [Michigan GDG DevFest 2015](http://michigandevfest.com/) | [International Women's Day](http://iwd.gdgnorthjersey.com/womeninnovation/) |\n| [Women Techmakers Tbilisi 2015](http://womentechmakers.ge/) | [Android Xtended](http://www.androidxtended.com/) |[GDG Bingham University](http://binghamuni.edu.ng/gdg)|\n| [JSday Maceio 2015](http://jsday.com.br) | [DevFest Nordeste 2015](http://2015.devfestne.com.br) | [GDG DevFest Vijayawada 2015](http://devfest.gdg-vijayawada.org) |\n| [Geek Night Recife](http://geeknightrecife.github.io/) | [IO Extended 2016 Madrid ](http://io.gdg.es/)\n\n\n### Contributors\n* Design and web development: [Oleh Zasadnyy](https://github.com/ozasadnyy)\n* Idea: [Vitaliy Zasadnyy](https://github.com/zasadnyy)\n\nSee [list of contributors](https://github.com/gdg-x/zepplin/graphs/contributors)\n\nMaintainers: [@tasomaniac](https://github.com/tasomaniac) and [@ozasadnyy](https://github.com/ozasadnyy).\n\n### License\nProject is published under the [MIT license](https://github.com/gdg-x/zeppelin/blob/master/LICENSE.txt). Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F500tech%2Fangular-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F500tech%2Fangular-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F500tech%2Fangular-up/lists"}