{"id":16702169,"url":"https://github.com/pusewicz/statique","last_synced_at":"2025-04-05T04:17:39.671Z","repository":{"id":36955589,"uuid":"447090677","full_name":"pusewicz/statique","owner":"pusewicz","description":"Static Site Generator written in Ruby using Roda","archived":false,"fork":false,"pushed_at":"2024-04-09T00:36:48.000Z","size":350,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-09T02:13:30.571Z","etag":null,"topics":["ruby"],"latest_commit_sha":null,"homepage":"https://pusewicz.github.io/statique/","language":"Ruby","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/pusewicz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"pusewicz","ko_fi":"pusewicz","liberapay":"pusewicz","issuehunt":"pusewicz"}},"created_at":"2022-01-12T05:38:58.000Z","updated_at":"2024-04-15T02:28:12.348Z","dependencies_parsed_at":"2023-10-11T03:44:50.485Z","dependency_job_id":"3ad89b55-29b8-4ca1-8189-88ce68446bcd","html_url":"https://github.com/pusewicz/statique","commit_stats":{"total_commits":326,"total_committers":3,"mean_commits":"108.66666666666667","dds":0.2668711656441718,"last_synced_commit":"ee3c3be8c41615a695187b20528a8f55f229bf5b"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pusewicz%2Fstatique","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pusewicz%2Fstatique/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pusewicz%2Fstatique/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pusewicz%2Fstatique/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pusewicz","download_url":"https://codeload.github.com/pusewicz/statique/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284956,"owners_count":20913704,"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":["ruby"],"created_at":"2024-10-12T18:47:02.541Z","updated_at":"2025-04-05T04:17:39.636Z","avatar_url":"https://github.com/pusewicz.png","language":"Ruby","funding_links":["https://github.com/sponsors/pusewicz","https://ko-fi.com/pusewicz","https://liberapay.com/pusewicz","https://issuehunt.io/r/pusewicz"],"categories":[],"sub_categories":[],"readme":"```\n  _________ __          __  .__\n /   _____//  |______ _/  |_|__| ________ __   ____\n \\_____  \\\\   __\\__  \\\\   __\\  |/ ____/  |  \\_/ __ \\\n /        \\|  |  / __ \\|  | |  \u003c \u003c_|  |  |  /\\  ___/\n/_______  /|__| (____  /__| |__|\\__   |____/  \\___  \u003e\n        \\/           \\/            |__|           \\/\n```\n\n# Statique\n\n![Ruby](https://github.com/pusewicz/statique/actions/workflows/main.yml/badge.svg)\n[![Gem Version](https://badge.fury.io/rb/statique.svg)](https://badge.fury.io/rb/statique)\n\nStatique is a static site generator written in [Ruby](https://www.ruby-lang.org/) and utilising [Roda](https://roda.jeremyevans.net/) for the Rack middleware. By default, it comes with support for [Slim](http://slim-lang.com/) and [Markdown](https://daringfireball.net/projects/markdown/).\n\n## Installation\n\nInstall it as a [Whalebrew](https://github.com/whalebrew/whalebrew) package (recommended):\n\n    $ whalebrew install pusewicz/statique\n\nInstall it as a Docker image:\n\n    $ docker pull pusewicz/statique\n\nInstall it as a Ruby gem:\n\n    $ gem install statique\n\n## Usage\n\n### Generate your new Statique website\n\n#### Whalebrew package, Ruby gem\n\n    $ statique init my-website\n\n#### Docker\n\n    $ docker run -it --rm -v \"$PWD\":/workdir -w /workdir pusewicz/statique init my-website\n\n### Build your Statique website\n\nThe final step before deploying your website to your preferred host is to build it. By default, the built website will be available in the `dist/` subdirectory.\n\nFirst, change into your new Statique website directory:\n\n    $ cd my-website\n\n#### Whalebrew package, Ruby gem\n\n    $ statique build\n\n#### Docker\n\n    $ docker run -it --rm -v \"$PWD\":/workdir -w /workdir pusewicz/statique build\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/pusewicz/statique. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/pusewicz/statique/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Statique project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/pusewicz/statique/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpusewicz%2Fstatique","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpusewicz%2Fstatique","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpusewicz%2Fstatique/lists"}