{"id":13571611,"url":"https://github.com/bep/my-modular-site","last_synced_at":"2025-04-07T11:45:39.807Z","repository":{"id":148329685,"uuid":"184712301","full_name":"bep/my-modular-site","owner":"bep","description":"Just a test site","archived":false,"fork":false,"pushed_at":"2024-02-01T19:59:31.000Z","size":33,"stargazers_count":23,"open_issues_count":0,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-13T14:40:53.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/bep.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":"2019-05-03T07:03:01.000Z","updated_at":"2024-06-10T05:06:15.000Z","dependencies_parsed_at":"2024-11-02T20:03:15.097Z","dependency_job_id":"8e075ff6-a05a-4c25-9791-b93ede8f1406","html_url":"https://github.com/bep/my-modular-site","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bep%2Fmy-modular-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bep%2Fmy-modular-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bep%2Fmy-modular-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bep%2Fmy-modular-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bep","download_url":"https://codeload.github.com/bep/my-modular-site/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648923,"owners_count":20972942,"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-08-01T14:01:03.838Z","updated_at":"2025-04-07T11:45:39.772Z","avatar_url":"https://github.com/bep.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"\n\nSome notes\n\n## Add or update a module\n\n* TODO(bep) imports \n\nThe following will add or update a module:\n\n```bash\nhugo mod get -u  github.com/bep/my-theme\n```\n\n## Update all modules\n\nThe following will update all modules to their latest minor or patch version:\n\n```bash\nhugo mod get -u\n```\n\n## Local development\n\nAdd a replace directive:\n\n```bash\nreplace github.com/bep/hugotestmods/mypartials =\u003e /Users/bep/sites/hugomod/hugotestmods/mypartials\n```\n\n## Major versions\n\nThe simplest is to stick with v1 and increment minor and patch versions, e.g. `v1.0.0`, `v1.0.1`, `v1.1.0` and so on.\n\nIf you really need to release a new (breaking) major version, you can do this:\n\nEdit your module's `go.mod` file and add the major version at the end of the path, e.g \n\n```\nmodule github.com/bep/hugotestmods/myv2/v2\n```\n\nThen tag a new release version, e.g. `myv2/v2.0.0`.\n\n**Note:** Hugo will currently only use one version of a given module (the first), so if you have a dependency that is depending on the `v1` version of that same module, but you really want to try out `v2`, then you must insert the `v2`-path higher up. The command `hugo mod graph` is useful in debugging these issues.\n\nTODOS:\n\n* More on v2\n* GOPROXY=\"https://proxy.golang.org\" seems to break/delay GitHub updates? \n* GO111MODULE=on \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbep%2Fmy-modular-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbep%2Fmy-modular-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbep%2Fmy-modular-site/lists"}