{"id":16223728,"url":"https://github.com/alilleybrinker/shy","last_synced_at":"2026-04-29T00:34:16.817Z","repository":{"id":114816158,"uuid":"575930094","full_name":"alilleybrinker/shy","owner":"alilleybrinker","description":"An extremely simple Bash static site generator.","archived":false,"fork":false,"pushed_at":"2022-12-28T19:00:52.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T01:45:30.553Z","etag":null,"topics":["bash","static-site-generator"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/alilleybrinker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-12-08T16:09:01.000Z","updated_at":"2022-12-27T17:30:18.000Z","dependencies_parsed_at":"2023-03-15T03:17:13.170Z","dependency_job_id":null,"html_url":"https://github.com/alilleybrinker/shy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alilleybrinker/shy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alilleybrinker%2Fshy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alilleybrinker%2Fshy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alilleybrinker%2Fshy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alilleybrinker%2Fshy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alilleybrinker","download_url":"https://codeload.github.com/alilleybrinker/shy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alilleybrinker%2Fshy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["bash","static-site-generator"],"created_at":"2024-10-10T12:19:53.630Z","updated_at":"2026-04-29T00:34:16.800Z","avatar_url":"https://github.com/alilleybrinker.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `shy`, an extremely minimal static site generator.\n\n\n`shy` reads files and directories from a source directory and copies them to\na destination directory; if a file is Markdown, it gets processed by `cmark`\nand put into a template, and then placed in the destination directory as an\n`.html` file.\n\n`shy` recognizes the following file extensions as Markdown:\n\n- `.md`\n- `.markdown`\n- `.mdown`\n- `.mdwn`\n- `.mkd`\n- `.mkdn`\n- `.mkdown`\n\nEverything else is not-Markdown and will be copied without processing.\n\nIf no Markdown files are found within the source directory, then the template\nparameter is optional. In that situation you should probably just use `cp -R`\nto recursively copy the directory.\n\n## Usage\n\nThe `shy` help text reads as follows:\n\n```\nUSAGE:\n  shy [ OPTIONS ] [ FLAGS ]\n\nOPTIONS:\n  -s \u003cSOURCE DIR\u003e        the source folder to scan [default ./src]\n  -d \u003cDESTINATION DIR\u003e   where to write the outputs [default: ./dest]\n  -t \u003cTEMPLATE FILE\u003e     the HTML template to put Markdown into [default: template.html]\n  -v                     run with verbose output\n\nFLAGS:\n  -V   print the version number and exit\n  -h   print the help text and exit\n\nEXAMPLE:\n  shy -s src -d dest -t template.html\n\nMORE INFO:\n  By default, shy outputs nothing to the user unless an error arises.\n  shy relies on cmark being installed on the target system; if cmark is not\n  installed, shy will exit with an error.\n\nCREDITS:\n  Written by Andrew Lilley Brinker \u003calilleybrinker@gmail.com\u003e.\n```\n\n## Template File\n\n`shy` comes with an example `template.html` file, which can be modified or replaced\nwith your own `template.html` file.\n\nA template file can contain anything, so long as it has a `\u003c!-- content --\u003e` string,\nwhich will be replaced with the output of running `cmark` against any Markdown\nfiles found during processing of the source directory.\n\n## License\n\n`shy` is MIT licensed.\n\n## Contribution\n\nContributions for bug-fixes and greater cross-platform compatibility are\nwelcome, but additional features / flags are not. Staying extremely simple\nand not-at-all-configurable is a core goal of `shy`.\n\nIf you want to add more features, feel free to create your own fork!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falilleybrinker%2Fshy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falilleybrinker%2Fshy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falilleybrinker%2Fshy/lists"}