{"id":32211108,"url":"https://github.com/alanhaggai/staticvolt","last_synced_at":"2025-10-22T06:46:45.649Z","repository":{"id":1940517,"uuid":"2869783","full_name":"alanhaggai/StaticVolt","owner":"alanhaggai","description":"Static website generator","archived":false,"fork":false,"pushed_at":"2017-01-24T17:14:46.000Z","size":27,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-18T03:24:10.251Z","etag":null,"topics":["perl"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/alanhaggai.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2011-11-28T19:58:44.000Z","updated_at":"2024-04-18T03:24:10.252Z","dependencies_parsed_at":"2022-08-29T02:52:09.367Z","dependency_job_id":null,"html_url":"https://github.com/alanhaggai/StaticVolt","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/alanhaggai/StaticVolt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanhaggai%2FStaticVolt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanhaggai%2FStaticVolt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanhaggai%2FStaticVolt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanhaggai%2FStaticVolt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alanhaggai","download_url":"https://codeload.github.com/alanhaggai/StaticVolt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanhaggai%2FStaticVolt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280395515,"owners_count":26323515,"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","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["perl"],"created_at":"2025-10-22T06:46:41.443Z","updated_at":"2025-10-22T06:46:45.642Z","avatar_url":"https://github.com/alanhaggai.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"StaticVolt\n==========\n\n**StaticVolt** is a static website generator supporting [Template Toolkit 2](http://template-toolkit.org)\n(TT2) layouts and both [Markdown](http://daringfireball.net/projects/markdown/) and Textile content.\n\nGetting Started\n==========\n\n  * Install using *cpan*, [*cpanm*](http://search.cpan.org/~miyagawa/App-cpanminus-1.5019/bin/cpanm) or from source.\n  * Create a source and a layout directory:\n\n      `mkdir -p docs/{_source,_layouts}`\n\n  * Create a simple layout in *_layouts/main.html*:\n\n        \u003c!DOCTYPE html\u003e\n        \u003chtml\u003e\n            \u003chead\u003e\n                \u003ctitle\u003e\u003c/title\u003e\n            \u003c/head\u003e\n            \u003cbody\u003e\n                [% content %]\n            \u003c/body\u003e\n        \u003c/html\u003e\n\n\n\n  * Create some content in *_source/index.markdown* with a YAML style header:\n\n\n           ---\n           layout: main.html\n           drink : water\n           ---\n           Drink **plenty** of [% drink %].\n\n\n  * Run the *staticvolt* tool to generate a *_site* directory\n    containing the processed web-site.\n\n  * Run `perldoc StaticVolt` for more (or read the docs [here](http://search.cpan.org/~haggai/StaticVolt-0.03/lib/StaticVolt.pm)).\n\nCopyright and License \n==========\n\nThis software is Copyright (c) 2011 by Alan Haggai Alavi.\n\nThis is free software, licensed under:\n\n        The Artistic License 2.0 (GPL Compatible)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falanhaggai%2Fstaticvolt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falanhaggai%2Fstaticvolt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falanhaggai%2Fstaticvolt/lists"}