{"id":15021321,"url":"https://github.com/dumindu/e25dx","last_synced_at":"2025-04-09T21:14:35.041Z","repository":{"id":245597891,"uuid":"737774609","full_name":"dumindu/E25DX","owner":"dumindu","description":"🧑‍💻 Your next documentation theme...","archived":false,"fork":false,"pushed_at":"2025-03-22T16:45:15.000Z","size":464,"stargazers_count":81,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T21:14:28.934Z","etag":null,"topics":["documentation","gohugo","gohugo-theme","hugo","hugo-theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/dumindu.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-01T13:01:57.000Z","updated_at":"2025-04-02T04:43:42.000Z","dependencies_parsed_at":"2025-03-01T11:18:40.957Z","dependency_job_id":"2d8e0bd5-b63e-48a5-8624-26308ba2d4f8","html_url":"https://github.com/dumindu/E25DX","commit_stats":null,"previous_names":["dumindu/e25dx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dumindu%2FE25DX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dumindu%2FE25DX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dumindu%2FE25DX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dumindu%2FE25DX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dumindu","download_url":"https://codeload.github.com/dumindu/E25DX/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248111972,"owners_count":21049578,"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":["documentation","gohugo","gohugo-theme","hugo","hugo-theme"],"created_at":"2024-09-24T19:56:26.781Z","updated_at":"2025-04-09T21:14:35.022Z","avatar_url":"https://github.com/dumindu.png","language":"CSS","funding_links":["https://www.buymeacoffee.com/dumindu"],"categories":[],"sub_categories":[],"readme":"[![buymeacoffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-dumindu-FFDD00?style=for-the-badge\u0026logo=buymeacoffee\u0026logoColor=ffffff\u0026labelColor=333333)](https://www.buymeacoffee.com/dumindu)\n\n# 🦄 E25DX\n\nYour next documentation theme...\n\nhttps://github.com/dumindu/E25DX/assets/1280428/00935567-6d50-4e1b-bb0c-cbd159ad37f0\n\n## 🌱 Inspiration\n\n- Build a simple, modular but customizable technical documentation.\n- Build the website without using node/npm or any external frameworks(CSS, JS, icon, font).\n- Demo\n  - [![learning-rust.github.io](https://img.shields.io/github/stars/learning-rust/learning-rust.github.io?style=for-the-badge\u0026logo=rust\u0026label=learning-rust.github.io\u0026labelColor=333333\u0026color=F46623)](https://learning-rust.github.io)\n  - [![learning-cloud-native-go.github.io](https://img.shields.io/github/stars/learning-cloud-native-go/learning-cloud-native-go.github.io?style=for-the-badge\u0026logo=go\u0026logoColor=ffffff\u0026label=learning-cloud-native-go.github.io\u0026labelColor=333333\u0026color=00ADD8)](https://learning-cloud-native-go.github.io)\n\n## ✅ Features\n\n- [x] Responsive and adaptive layouts.\n- [x] Built-in light and dark modes.\n- [x] Customizable sidebars using Hugo data templates.\n- [ ] Support for multiple documentation sets.\n- [ ] Implement a menu via Hugo configs.\n- [ ] Integrate search or AI assistant.\n\n## 🚀 Getting Started\n\n1. [Install Hugo](https://gohugo.io/installation/).\n    - Use prebuilt binaries via https://github.com/gohugoio/hugo/releases/latest\n    - Verify the installation via `hugo version`\n\n2. Create a new Hugo site with the E25DX theme.\n    1. Foundation\n        ```shell\n        hugo new site newsite\n        cd newsite\n       \n        git init\n        git submodule add https://github.com/dumindu/E25DX.git themes/E25DX\n       \n        rm hugo.toml \u0026\u0026 cp themes/E25DX/hugo.yaml .\n        cp themes/E25DX/static/sw.js ./static/\n        cp themes/E25DX/static/manifest.json ./static/\n        ```\n       \u003e 💡 We don't need generated `archetypes`, `assets`, `i18n`, `layouts` folders in the `newsite` folder\n\n   2. Configuration \n      - `newsite/hugo.yaml`\n        - languages: en:title and en:description\n        - params: project, author and home\n      - `newsite/static/sw.js`\n        - cacheName prefix: ex. todo-\n      - `newsite/static/manifest.json`\n        - name, short_name, description\n   \n   3. Sample content and sidebar\n      - add `newsite/content/en/docs/_overview.md` for overview\n        ```markdown\n        ---\n        title: Overview\n        url: \"docs/overview\"\n        aliases:\n        - \"/docs\"\n        ---\n        ```\n      - add `newsite/content/en/docs/a1.hello-world.md` as the first page of first section\n        ```markdown\n        ---\n        title: Hello World\n        slug: hello-world\n        ---\n        ```\n      - add `newsite/content/en/docs/b1.modules.md` as the first page of second section\n        ```markdown\n        ---\n        title: Modules\n        slug: modules\n        ---\n        ```\n      - add `newsite/data/en/docs/sidebar.yml` for section titles and page titles\n        ```markdown\n        - title: Documentation\n          pages:\n            - title: Overview\n\n        - title: Basics\n          pages:\n            - title: Hello World\n\n        - title: Beyond The Basics\n          pages:\n            - title: Modules\n        ```\n      \n   4. Run `hugo server`\n      \u003e 💡 Change `newsite/hugo.yaml` -\u003e `enableGitInfo: false`, if you want to run `hugo server` before commit the changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdumindu%2Fe25dx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdumindu%2Fe25dx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdumindu%2Fe25dx/lists"}