{"id":16482496,"url":"https://github.com/f/ronin","last_synced_at":"2026-06-04T21:31:31.443Z","repository":{"id":21776950,"uuid":"25099275","full_name":"f/ronin","owner":"f","description":"Very simple Jinja2 based Static Site Boilerplate","archived":false,"fork":false,"pushed_at":"2015-08-28T21:56:11.000Z","size":184,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T11:48:04.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"onlyliuxin/coding2017","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f.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":"2014-10-11T23:30:57.000Z","updated_at":"2016-06-11T21:44:00.000Z","dependencies_parsed_at":"2022-08-19T22:02:13.159Z","dependency_job_id":null,"html_url":"https://github.com/f/ronin","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/f%2Fronin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Fronin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Fronin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Fronin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f","download_url":"https://codeload.github.com/f/ronin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241214348,"owners_count":19928304,"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":[],"created_at":"2024-10-11T13:11:00.879Z","updated_at":"2025-02-28T19:42:16.925Z","avatar_url":"https://github.com/f.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ronin: Static Site Boilerplate\n\n\u003e I build this setup to use in my personal projects. It is really\n\u003e simple, fast and highly customizable.\n\nRonin is a very simple and lightweight **static site boilerplate** using **Jinja2**\ncompiler. It uses **Makefile** as task management.\n\n## Features\n\n  - **SASS** as CSS preprocessor by default.\n  - **ES6** (Babel.js) as JavaScript preprocessor by default.\n  - **Jinja2** template build system by default.\n\n## Start a new Project\n\nUsing **[Kurye](http://github.com/f/kurye)**:\n\n```\nkurye f/ronin -n myproject\n```\n\n## Build\n\n### Base Requirements\n\nActually the only requirement is `Python` and `pip`. But to use asset management\nyou'll also need `Node` and `npm`.\n\n  - node / npm\n  - python / pip\n\n### Building\n\n```bash\n./configure # Install requirements, prepare compile environment\nmake # Compile the static site\n```\n\n## Change Things\n\nUse `package.json` file to change template settings, or pass some variables to global\ntemplate scope.\n\n## Run\n\n`site` directory is the directory to serve static files.\n\nOn Mac OS X, you can run:\n```\nopen site/index.html\n```\n\n## Docs\n\n### `assets/js/`\n\nYou should put JavaScript files here.\n\n\n### `assets/css/`\n\nYou should put SCSS files here.\n\n\n### `assets/templates/`\n\nYou should put Jinja2 templates here. `_base.html` is your master template by default. You can change it on `package.json` file.\n\n```json\n  \"template\": {\n    \"base\": \"templates/_base.html\"\n  },\n```\n\n## License\n\nMIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff%2Fronin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff%2Fronin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff%2Fronin/lists"}