{"id":16928265,"url":"https://github.com/dirien/hello-jamstack","last_synced_at":"2026-04-18T09:38:24.910Z","repository":{"id":51039272,"uuid":"367046539","full_name":"dirien/hello-jamstack","owner":"dirien","description":"Test for different JAMStack provider","archived":false,"fork":false,"pushed_at":"2022-09-19T17:15:46.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-31T19:55:46.892Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dirien.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-13T12:47:43.000Z","updated_at":"2022-09-19T10:51:25.000Z","dependencies_parsed_at":"2023-01-18T14:31:16.546Z","dependency_job_id":null,"html_url":"https://github.com/dirien/hello-jamstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dirien/hello-jamstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fhello-jamstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fhello-jamstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fhello-jamstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fhello-jamstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirien","download_url":"https://codeload.github.com/dirien/hello-jamstack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirien%2Fhello-jamstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31964535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-13T20:36:19.297Z","updated_at":"2026-04-18T09:38:24.893Z","avatar_url":"https://github.com/dirien.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Publish a Hugo site to Azure Static Web Apps with bicep\n\n##Create a Hugo App\n\nCreate a Hugo app using the Hugo Command Line Interface (CLI):\n\nFollow the installation guide for Hugo on your OS.\n\nOpen a terminal\n\nRun the Hugo CLI to create a new app.\n\n    hugo new site hello-hugo\nNavigate to the newly created app.\n\n\n    cd hello-hugo\nInitialize a Git repo.\n\n\n    git init\nNext, add a theme to the site by installing a theme as go module\n\n    go get github.com/vaga/hugo-theme-m10c\n\nAdd following snippet to the `config.yaml`\n\n    module:\n      imports:\n        path: \"github.com/vaga/hugo-theme-m10c\"\nCommit the changes.\n\n    git add -A\n    git commit -m \"initial commit\"\n\n## Push your application to GitHub\nYou need a repository on GitHub to connect to Azure Static Web Apps. The following steps show you how to create a repository for your site.\n\nCreate a blank GitHub repo (don't create a README) from https://github.com/new named hello-jamstack.\n\nAdd the GitHub repository as a remote to your local repo. Make sure to add your GitHub username in place of the \u003cYOUR_USER_NAME\u003e placeholder in the following command.\n\n    git remote add origin https://github.com/\u003cYOUR_USER_NAME\u003e/hello-jamstack\n\nPush your local repo up to GitHub.\n\n    git push --set-upstream origin main\n\n## Deploy\n\n* [Azure](docs/azure.md)\n* [Digital Ocean](docs/do.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirien%2Fhello-jamstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirien%2Fhello-jamstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirien%2Fhello-jamstack/lists"}