{"id":25392515,"url":"https://github.com/devnyxie/harugo-ssg","last_synced_at":"2026-05-18T04:34:49.764Z","repository":{"id":227277294,"uuid":"768105779","full_name":"devnyxie/harugo-ssg","owner":"devnyxie","description":"Harugo CLI - An interactive CLI for building themed Next.js static sites. Choose pages, components, and themes to create your unique site. Star to support our work!","archived":false,"fork":false,"pushed_at":"2024-04-02T22:34:47.000Z","size":236,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T10:51:48.008Z","etag":null,"topics":["golang","nextjs","static-site-generator"],"latest_commit_sha":null,"homepage":"","language":"Go","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/devnyxie.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-03-06T13:33:47.000Z","updated_at":"2024-08-30T00:49:39.000Z","dependencies_parsed_at":"2025-02-15T16:40:36.138Z","dependency_job_id":"04646e80-d78d-4551-976b-388da6337c6c","html_url":"https://github.com/devnyxie/harugo-ssg","commit_stats":null,"previous_names":["devnyxie/harugo-ssg"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnyxie%2Fharugo-ssg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnyxie%2Fharugo-ssg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnyxie%2Fharugo-ssg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnyxie%2Fharugo-ssg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devnyxie","download_url":"https://codeload.github.com/devnyxie/harugo-ssg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138095,"owners_count":21053809,"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":["golang","nextjs","static-site-generator"],"created_at":"2025-02-15T16:40:16.771Z","updated_at":"2025-10-04T14:03:04.446Z","avatar_url":"https://github.com/devnyxie.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]\n\u003e This project is currently under active development.\n\n# Harugo 🏮\nHarugo is a Go-built Command Line Interface (CLI) tool that simplifies creating static websites. It guides you through an interactive setup process and leverages a customized Next.js base for your project. Harugo shines with its dynamic component replacement, allowing themes to overhaul existing components for ultimate design control.\n\n## Harugo CLI\n\nHarugo CLI guides you through creating your static website. You will be able to interactively create pages, choose components, and select themes.\n\nOnce you launch the CLI, you will be able to:\n\n* Create Pages:\n* Select any Components for these pages\n* Select a Theme\n\nOnce you confirm, a Harugo-customized Next.js base will be created and configured for you.\n\n## Harugo-customized Next.js base\n\nThe Harugo-customized Next.js base includes the following features:\n\n* YAML Config load\n    * site_config.yaml: Is generated by the CLI, it includes data like project name, all pages' URLs, components, and more.\n    * user_config.yaml: Is created but you must fill it yourself. Consists of data like name \u0026 surname, social platforms, and profile picture.\n* Useful Utils: For example, date formatting, Markdown-to-HTML, code highlighting.\n* Customization: In Harugo, customization is not just about background colors and different fonts. Themes can change the code of any selected component thanks to the **Dynamic Component Replacement feature**. Perhaps you don't like the Navbar? Simply define your version of the Navbar in the theme, and the modified version will be rendered instead! Cool, isn't it?\n\n```javascript\n// Example of Dynamic Component Replacement in theme.js\nconst ModifiedBlogComponent = ({ data }) =\u003e {\n  return (\n    \u003c\u003e\n      \u003ch1\u003eModified Blog\u003c/h1\u003e\n    \u003c/\u003e\n  );\n};\n\nconst theme = {\n  dark: true,\n  light: true,\n  themedComponents: {\n    blog: ModifiedBlogComponent, //\u003c-- \"blog\" here is the unique identifier of the core Blog component. You can find identifiers in each main file of the core component.\n  },\n};\n```\n\n# Contribution 🌱\nWant to help make Harugo awesome?\n   - Design custom themes\n   - Customize existing components ️\n   - Submit pull requests with your improvements!\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnyxie%2Fharugo-ssg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevnyxie%2Fharugo-ssg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnyxie%2Fharugo-ssg/lists"}