{"id":13426525,"url":"https://github.com/icyleaf/wasp","last_synced_at":"2025-03-15T21:31:21.906Z","repository":{"id":136301540,"uuid":"85062887","full_name":"icyleaf/wasp","owner":"icyleaf","description":"A Static Site Generator written in Crystal.","archived":true,"fork":false,"pushed_at":"2018-10-24T07:24:04.000Z","size":2043,"stargazers_count":20,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-28T05:12:36.565Z","etag":null,"topics":["crystal","static-site-generator"],"latest_commit_sha":null,"homepage":"https://icyleaf.github.io/wasp/","language":"JavaScript","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/icyleaf.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}},"created_at":"2017-03-15T11:08:26.000Z","updated_at":"2023-08-06T06:25:16.000Z","dependencies_parsed_at":"2023-07-24T07:15:30.724Z","dependency_job_id":null,"html_url":"https://github.com/icyleaf/wasp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Fwasp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Fwasp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Fwasp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Fwasp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icyleaf","download_url":"https://codeload.github.com/icyleaf/wasp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243792395,"owners_count":20348637,"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":["crystal","static-site-generator"],"created_at":"2024-07-31T00:01:36.975Z","updated_at":"2025-03-15T21:31:21.350Z","avatar_url":"https://github.com/icyleaf.png","language":"JavaScript","funding_links":["https://www.paypal.me/icyleaf/5"],"categories":["JavaScript","Project Generators"],"sub_categories":[],"readme":"# Wasp\n\n[![Language](https://img.shields.io/badge/language-crystal-776791.svg)](https://github.com/crystal-lang/crystal)\n![Status](https://img.shields.io/badge/status-WIP-blue.svg)\n[![Build Status](https://img.shields.io/circleci/project/github/icyleaf/wasp/master.svg?style=flat)](https://circleci.com/gh/icyleaf/wasp)\n\nA Static Site Generator written in [Crystal](http://crystal-lang.org/) v0.26.0+.\n\n## Document\n\nRead it [Online](https://icyleaf.github.io/wasp/) or [install](https://crystal-lang.org/docs/installation/) crystal-lang and clone the project, then to run:\n\n```\n$ make\n$ ./bin/wasp server -s docs --verbose\nUsing config file: /Users/icyleaf/Development/crystal/wasp/docs\nGenerating static files to /Users/icyleaf/Development/crystal/wasp/docs/public\nWrite to /Users/icyleaf/Development/crystal/wasp/docs/public/guide/getting-started/index.html\nWrite to /Users/icyleaf/Development/crystal/wasp/docs/public/guide/install/index.html\nWrite to /Users/icyleaf/Development/crystal/wasp/docs/public/guide/intro/index.html\nTotal in 55.375 ms\nWatch changes in '/Users/icyleaf/Development/crystal/wasp/docs/{config.yml,contents/**/*.md,layouts/**/*.html,static/**/*}'\nWeb Server is running at http://localhost:8624/ (bind address 127.0.0.1)\nPress Ctrl+C to stop\n```\n\n## Todo\n\nThis project is under development, DO NOT use it in production.\n\n- [x] site structures\n- [x] site configurate (default)\n- [x] parse markdown to html\n- [x] live preview with web server\n- [x] livereload after save content(settings/post/page)\n- [ ] theme template\n- [ ] admin panel\n- [ ] command line tool\n  - [x] `config`: print site configuration\n  - [ ] `init`: initialize a new site\n  - [ ] `new`: create a new post\n  - [ ] `search`: search post\n  - [x] `build`: generate to static pages\n  - [x] `server`: run a web server\n\n## Inspires\n\n- [hugo](https://github.com/spf13/hugo)\n- [journey](https://github.com/kabukky/journey)\n- [dingo](https://github.com/dingoblog/dingo)\n\n## Donate\n\nHalite is a open source, collaboratively funded project. If you run a business and are using Halite in a revenue-generating product,\nit would make business sense to sponsor Halite development. Individual users are also welcome to make a one time donation\nif Halite has helped you in your work or personal projects.\n\nYou can donate via [Paypal](https://www.paypal.me/icyleaf/5).\n\n## How to Contribute\n\nYour contributions are always welcome! Please submit a pull request or create an issue to add a new question, bug or feature to the list.\n\nHere is a throughput graph of the repository for the last few weeks:\n\nAll [Contributors](https://github.com/icyleaf/wasp/graphs/contributors) are on the wall.\n\n## You may also like\n\n- [halite](https://github.com/icyleaf/halite) - HTTP Requests Client with a chainable REST API, built-in sessions and middlewares.\n- [totem](https://github.com/icyleaf/totem) - Load and parse a configuration file or string in JSON, YAML, dotenv formats.\n- [markd](https://github.com/icyleaf/markd) - Yet another markdown parser built for speed, Compliant to CommonMark specification.\n- [poncho](https://github.com/icyleaf/poncho) - A .env parser/loader improved for performance.\n- [popcorn](https://github.com/icyleaf/popcorn) - Easy and Safe casting from one type to another.\n- [fast-crystal](https://github.com/icyleaf/fast-crystal) - 💨 Writing Fast Crystal 😍 -- Collect Common Crystal idioms.\n\n## License\n\n[MIT License](https://github.com/icyleaf/halite/blob/master/LICENSE) © icyleaf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyleaf%2Fwasp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficyleaf%2Fwasp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyleaf%2Fwasp/lists"}