{"id":21597869,"url":"https://github.com/hugolify/hugolify-admin","last_synced_at":"2026-02-03T19:06:58.925Z","repository":{"id":257853065,"uuid":"819120210","full_name":"Hugolify/hugolify-admin","owner":"Hugolify","description":"Admin for Hugolify allowing the build of the config file for different Headless (CloudCannon, Decap, Netlify, Pages, Static, Sveltia and Tina CMS)","archived":false,"fork":false,"pushed_at":"2026-01-20T18:08:17.000Z","size":809,"stargazers_count":11,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-21T03:59:47.606Z","etag":null,"topics":["cloudcannon","cms","decap-cms","decapcms","gohugo","headless-cms","hugo","hugolify","netlify-cms","netlifycms","pages-cms","pagescms","static-cms","sveltia-cms","sveltiacms","tina-cms","tinacms"],"latest_commit_sha":null,"homepage":"https://www.hugolify.io/docs/cms/admin/","language":"JavaScript","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/Hugolify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["sebousan"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-06-23T20:44:59.000Z","updated_at":"2026-01-20T18:08:21.000Z","dependencies_parsed_at":"2024-11-24T18:10:26.945Z","dependency_job_id":"ff76a659-7dba-4e9c-b121-591bba3cacf4","html_url":"https://github.com/Hugolify/hugolify-admin","commit_stats":null,"previous_names":["hugolify/hugolify-admin"],"tags_count":84,"template":false,"template_full_name":null,"purl":"pkg:github/Hugolify/hugolify-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugolify%2Fhugolify-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugolify%2Fhugolify-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugolify%2Fhugolify-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugolify%2Fhugolify-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hugolify","download_url":"https://codeload.github.com/Hugolify/hugolify-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugolify%2Fhugolify-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29054093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"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":["cloudcannon","cms","decap-cms","decapcms","gohugo","headless-cms","hugo","hugolify","netlify-cms","netlifycms","pages-cms","pagescms","static-cms","sveltia-cms","sveltiacms","tina-cms","tinacms"],"created_at":"2024-11-24T18:10:24.281Z","updated_at":"2026-02-03T19:06:58.908Z","avatar_url":"https://github.com/Hugolify.png","language":"JavaScript","funding_links":["https://github.com/sponsors/sebousan"],"categories":[],"sub_categories":[],"readme":"# hugolify-admin\n\n## CMS available\n\n- CloudCannon: \u003chttps://cloudcannon.com/\u003e `beta`\n- Decap CMS: \u003chttps://decapcms.org/\u003e\n- Netlify CMS `deprecated`\n- Pages CMS: \u003chttps://pagescms.org/\u003e\n- Static CMS: \u003chttps://staticjscms.netlify.app/\u003e `deprecated`\n- Sveltia CMS: \u003chttps://github.com/sveltia/sveltia-cms\u003e\n- Tina: \u003chttps://tina.io/\u003e `beta`\n\n## Install\n\nEdit `config/_default/module.yaml` to install the `hugolify-admin` module:\n\n```yml\nimports:\n  - path: github.com/hugolify/hugolify-admin\n```\n\nE.g: Hugolify setting for a blog\n\n```yml\nimports:\n  - path: github.com/hugolify/hugolify-posts-categories\n  - path: github.com/hugolify/hugolify-posts\n  - path: github.com/hugolify/hugolify-theme\n  - path: github.com/hugolify/hugolify-admin\n```\n\n## Params\n\nEdit `config/_default/params.yaml` to customize this module:\n\n```yml\nparams:\n  admin:\n    cms: decapcms # All CMS available https://www.hugolify.io/docs/cms/admin/cms/\n    config:\n      id: false # set true to use ID for dir/name files and relation\n    \n    # Config\n    branch: main # Branch to update \n    git: git-gateway # or gitlab, gitea…\n    repo: # Repository like owner-name/repo-name (optional)\n\n    i18n:\n      default_locale: en # master lang for an i18n website\n      locales: false # \"[en,fr]\" for an i18n website\n\n    # Media config\n    media:\n      media_folder: '/assets/images/uploads'\n      public_folder: '/images/uploads'\n      audio_max_file_size: 700000 # 700ko\n      max_file_size: 700000 # 700ko\n      pdf_max_file_size: 5000000 # 5Mo\n      specific_filter: false # set true to add a selected filter by image\n      video_max_file_size: 5000000 # 5Mo\n\n    # Cloud asset config (optional)\n    media_library:\n      name: # cloudinary or uploadcare\n      config:\n        cloud_name: # for cloudinary\n        api_key: # for cloudinary\n        public_key: # for uploadcare\n        tabs: # for uploadcare\n\n    nested:\n      depth: 5 # set minimum 2\n\n    # Auth\n    auth:\n      app_id: # The Client ID provided by Gitea/GitLab\n      api_root: # API URL of your Gitea/GitLab instance\n      auth_endpoint: # Auth endpoint of your Gitea/GitLab instance\n      base_url: # Root URL of your Gitea/GitLab instance\n      netlify_identity: true # Add Netlify identity\n\n    preview: false\n    publish_mode: simple # simple or editorial_workflow\n\n    # Blocks\n    blocks:\n      # All blocks available https://www.hugolify.io/docs/blocks/\n      enable:\n        - alert\n        - cta\n        - editorial\n        - faq\n        - figure\n        - form\n        - information\n        - images\n        - latest\n        - paragraph\n        - quote\n        - selected\n        - title\n\n    # Collections\n    collections:\n      # Collections (except config, indexes and pages) are automatically added based on Hugo modules config, but you can hide a collection if needed.\n      config:\n        enable: true\n      indexes:\n        enable: true\n      pages:\n        enable: true\n\n        # Override fields of collection fields\n        fields:\n          - is_page\n          - draft\n          - title_page\n          - description\n          - body\n\n    # Fields\n    fields:\n      # Override fields of hugolify fields\n      hero:\n        fields:\n          - title\n          - text_markdown\n```\n\n## Documentation\n\n\u003chttps://www.hugolify.io/docs/cms/admin/\u003e\n\n## Licensing\n\nHugolify is free for personal or commercial services (MIT license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugolify%2Fhugolify-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugolify%2Fhugolify-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugolify%2Fhugolify-admin/lists"}