{"id":41472469,"url":"https://github.com/rosedu/omniopencon","last_synced_at":"2026-01-23T16:50:38.941Z","repository":{"id":254589992,"uuid":"846983917","full_name":"rosedu/omniopencon","owner":"rosedu","description":"OmniOpenCon website","archived":false,"fork":false,"pushed_at":"2025-10-16T17:04:15.000Z","size":17666,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-10-17T19:33:37.781Z","etag":null,"topics":["community","conference","free-software","hackathons","open","open-data","open-education","open-hardware","open-science","open-source","workshops"],"latest_commit_sha":null,"homepage":"https://omniopencon.org/","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/rosedu.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-24T14:14:58.000Z","updated_at":"2025-10-16T17:04:08.000Z","dependencies_parsed_at":"2024-08-24T15:50:00.723Z","dependency_job_id":"44135791-e3be-4bfd-b3cf-35e3ea4e0492","html_url":"https://github.com/rosedu/omniopencon","commit_stats":null,"previous_names":["rosedu/omniopencon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rosedu/omniopencon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosedu%2Fomniopencon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosedu%2Fomniopencon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosedu%2Fomniopencon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosedu%2Fomniopencon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rosedu","download_url":"https://codeload.github.com/rosedu/omniopencon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosedu%2Fomniopencon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28696231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T15:57:05.722Z","status":"ssl_error","status_checked_at":"2026-01-23T15:56:27.656Z","response_time":59,"last_error":"SSL_read: 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":["community","conference","free-software","hackathons","open","open-data","open-education","open-hardware","open-science","open-source","workshops"],"created_at":"2026-01-23T16:50:38.351Z","updated_at":"2026-01-23T16:50:38.930Z","avatar_url":"https://github.com/rosedu.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OmniOpenCon Website\n\nThis is the website (landing page) of the OmniOpenCon conference.\nIt is generated using [Hugo](https://gohugo.io/) and the [`hugo-conference` theme](https://github.com/jweslley/hugo-conference).\n\n## Running Locally with Docker\n\nTo run the website locally, it is easiest to use [Docker](https://www.docker.com/).\nYou need to have [Docker installed](https://docs.docker.com/engine/install/).\n\nYou can use [`docker compose`](https://docs.docker.com/compose/install/) based on the configuration in `docker-compose.yml`:\n\n```console\ndocker compose up\n```\n\nOr you can use `make` based on the configuration in `Makefile`:\n\n```console\nmake\n```\n\nAny of the two approaches will fire up a Docker container that runs Hugo on the website.\nHugo generates the website contents in the `public/` directory.\nAnd then it starts a custom web server to serve the generated contents.\nPoint your browser to http://localhost:1313 to see thwe website.\n\nChanges you make in the `public/` directory will become visible in the website.\n\n## Runnnig Locally with Hugo\n\nTo run the website locally, install [Hugo](https://gohugo.io/installation/).\nThen, generate and serve the website using:\n\n```console\nhugo server\n```\n\nPoint your browser to http://localhost:1313 to see the website.\n\n## Initializing the Website Contents\n\nThe website contents have already been initialized, as currently in the repository.\n\nThe first step was to create the initial Hugo website contents in the current directory:\n\n```\nhugo init .\n```\n\nThen we added the [`hugo-conference` theme](https://github.com/jweslley/hugo-conference):\n\n```console\ngit clone --depth=1 https://github.com/jweslley/hugo-conference themes/hugo-conference\nrm -fr themes/hugo-conference/.git\n```\n\nThen we did the basic configuration:\n\n* Add configuration file:\n\n  ```console\n  rm hugo.toml\n  cp themes/hugo-conference/exampleSite/config.yml .\n  ```\n\n* Update older configurations:\n\n  ```console\n  sed -i '/\\.Hugo\\.Generator/d' themes/hugo-conference/layouts/index.html\n  sed -i 's/template \"_internal\\/google_analytics_sync.html\"/template \"_internal\\/google_analytics.html\"/g' themes/hugo-conference/layouts/index.html\n  ```\n\n* Add `baseurl` configuration:\n\n  ```console\n  sed -i 's/^baseurl: .*$/baseurl: \"https:\\/\\/omniopencon.fra0.kraft.host\\/\"/g' config.yml\n  ```\n\n* Copy static files (images):\n\n  ```console\n  cp -r themes/hugo-conference/exampleSite/static/* static/\n  ```\n\n* Remove the `exampleSite` files from the theme:\n\n  ```console\n  rm -fr themes/hugo-conference/exampleSite\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosedu%2Fomniopencon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosedu%2Fomniopencon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosedu%2Fomniopencon/lists"}