{"id":17401075,"url":"https://github.com/chipsenkbeil/grus","last_synced_at":"2025-02-28T03:31:07.914Z","repository":{"id":57740660,"uuid":"96255863","full_name":"chipsenkbeil/grus","owner":"chipsenkbeil","description":"Static site generator written in Scala using Scalatags for templates and Flexmark for markdown.","archived":true,"fork":false,"pushed_at":"2018-03-28T13:05:34.000Z","size":87,"stargazers_count":5,"open_issues_count":6,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T06:41:53.545Z","etag":null,"topics":["cms","flexmark","scala","scalatags","static-site-generator"],"latest_commit_sha":null,"homepage":"http://get-grus.io","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chipsenkbeil.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}},"created_at":"2017-07-04T22:03:14.000Z","updated_at":"2024-02-14T18:08:21.000Z","dependencies_parsed_at":"2022-08-25T19:20:40.079Z","dependency_job_id":null,"html_url":"https://github.com/chipsenkbeil/grus","commit_stats":null,"previous_names":["chipsenkbeil/scala-site-generator"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipsenkbeil%2Fgrus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipsenkbeil%2Fgrus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipsenkbeil%2Fgrus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipsenkbeil%2Fgrus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chipsenkbeil","download_url":"https://codeload.github.com/chipsenkbeil/grus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241095058,"owners_count":19908753,"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":["cms","flexmark","scala","scalatags","static-site-generator"],"created_at":"2024-10-16T16:05:25.778Z","updated_at":"2025-02-28T03:31:07.640Z","avatar_url":"https://github.com/chipsenkbeil.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grus\n(__G__)enerate (__R__)esources (__U__)sing (__S__)cala\n\nStatic site generator written in Scala using Scalatags for templates and\nFlexmark for markdown.\n\n## Running\n\n### Via homebrew\n\nInstall via the following:\n\n```\nbrew install chipsenkbeil/personal/grus\n```\n\nThen run on the command line via:\n\n```\ngrus ...\n```\n\n### Via binary\n\nGrab one of the fat jars listed below and run via `java -jar DOWNLOADED_JAR.jar`. \n\n- Built with Scala 2.10: [Download latest](https://github.com/chipsenkbeil/grus/releases/download/v0.1.1/grus-0.1.1-2.10.6.jar)\n- Built with Scala 2.11: [Download latest](https://github.com/chipsenkbeil/grus/releases/download/v0.1.1/grus-0.1.1-2.11.8.jar)\n- Built with Scala 2.12: [Download latest](https://github.com/chipsenkbeil/grus/releases/download/v0.1.1/grus-0.1.1-2.12.1.jar)\n\nYou can view help information by adding `--help` to the base jar or any of its commands. \nE.g. `java -jar DOWNLOADED_JAR.jar --help` or `java -jar DOWNLOADED_JAR.jar generate --help`.\n\n### Via sbt\n\nTo use in sbt (0.13.x) to generate your own content, add the following plugin:\n\n```scala\naddSbtPlugin(\"org.senkbeil\" %% \"sbt-grus\" % \"0.1.1\")\n```\n\n- `sbt grusSkeleton` will create a new theme or website outline in the\n  specified output directory\n- `sbt grusGenerate` will generate the website and put the contents in an\n  output directory\n- `sbt grusServe` will generate the website and start a server to display\n  it locally\n- `sbt grusPublish` will publish the contents output from `grusGenerate`\n\nYou can add `--help` to any of the above commands to display help information\nfor the specific command. E.g. `sbt \"grusGenerate --help\"`.\n\n## Building a Theme\n\nTo use the API to create a custom theme, add the following dependency:\n\n```scala\nlibraryDependencies += \"org.senkbeil\" %% \"grus-layouts\" % \"0.1.1\"\n```\n\n## Examples\n\nSee the\n[Scala Debugger docs module](https://github.com/ensime/scala-debugger/tree/master/scala-debugger-docs)\nfor an example of how to write a custom theme.\n\nSee the\n[Scala Debugger grus.toml](https://github.com/ensime/scala-debugger/tree/master/grus.toml)\nfor an example of how to write a config file to fill in values.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchipsenkbeil%2Fgrus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchipsenkbeil%2Fgrus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchipsenkbeil%2Fgrus/lists"}