{"id":23007542,"url":"https://github.com/aecio/sitegen","last_synced_at":"2025-04-02T15:21:54.091Z","repository":{"id":9079657,"uuid":"60751470","full_name":"aecio/sitegen","owner":"aecio","description":"Yet another simple static site generator... that works.","archived":false,"fork":false,"pushed_at":"2023-02-20T04:01:24.000Z","size":183,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T06:17:11.463Z","etag":null,"topics":["sitegen","static-site-generator"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/aecio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-09T05:16:59.000Z","updated_at":"2022-04-04T19:08:35.000Z","dependencies_parsed_at":"2023-02-16T03:15:56.357Z","dependency_job_id":null,"html_url":"https://github.com/aecio/sitegen","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aecio%2Fsitegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aecio%2Fsitegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aecio%2Fsitegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aecio%2Fsitegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aecio","download_url":"https://codeload.github.com/aecio/sitegen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246837712,"owners_count":20841927,"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":["sitegen","static-site-generator"],"created_at":"2024-12-15T08:16:17.423Z","updated_at":"2025-04-02T15:21:54.056Z","avatar_url":"https://github.com/aecio.png","language":"Java","readme":"# SiteGen\n\nYet another simple static site generator... that works.\n\n## Install\n\nTo build sitegen from source, you can run the following commands in your terminal:\n\n```bash\ngit clone https://github.com/aecio/sitegen.git\ncd sitegen\n./gradlew clean installDist\n```\n\nwhich will generate an installation package under sitegen/build/install/. You can then make SiteGen command line available in the terminal by adding it to the PATH:\n\n```bash\nexport SITEGEN_HOME=\"{path-to-cloned-sitegen-repository}/build/install/sitegen\"\nexport PATH=\"$SITEGEN_HOME/bin:$PATH\"\n```\n\n## Usage\n\nFiles should be created using the following convention:\n\n```c\n.\n└── src\n│   ├── pages  // create your pages here\n│   │   ├── index.html\n│   │   ├── page1.html\n│   ├── static // any static assets goes here\n│   │   ├.. any-file.pdf\n│   │   ├── css\n│   │   │   └── style.css\n│   │   ├── img\n│   │   │   └── logo.jpg\n│   └── templates  // templates for your pages goes here\n│       └── mytemplate.mustache\n└── output // Website will be generated here.\n    │.. index.html\n    │.. page1.html\n    └── static // Static folder will be copied here\n```\n\nThen, run `sitegen` on the root directory of your project. `sitegen` is going to compile the web site and run a web server. Navigate to  [http://localhost:8080](http://localhost:8080) to view the result. If you change any file while the web server\nis running, then the changes will be detected automatically and the web site\nwill recompiled.\n\n## Templates\n\nCurrently, the following template engines are supported:\n- Mustache\n- Markdown\n- Freemaker\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faecio%2Fsitegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faecio%2Fsitegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faecio%2Fsitegen/lists"}