{"id":15101731,"url":"https://github.com/snowlaboratory/chione","last_synced_at":"2026-02-14T12:03:07.776Z","repository":{"id":255666998,"uuid":"852873837","full_name":"SnowLaboratory/Chione","owner":"SnowLaboratory","description":"2024 Blog Starter Kit - Markdown","archived":false,"fork":false,"pushed_at":"2025-01-04T22:38:55.000Z","size":3797,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-25T05:51:15.297Z","etag":null,"topics":["11ty","bun","kickstart","markdown","starter-kit","vite"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":false,"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/SnowLaboratory.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-05T15:18:58.000Z","updated_at":"2025-01-04T22:38:58.000Z","dependencies_parsed_at":"2024-09-06T16:43:17.222Z","dependency_job_id":"0199a972-e4f8-44f1-89fa-ece47c48ad87","html_url":"https://github.com/SnowLaboratory/Chione","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"f5976d68584d1a9096fe8b78b61eabfc001c5699"},"previous_names":["snowlaboratory/chione"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowLaboratory%2FChione","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowLaboratory%2FChione/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowLaboratory%2FChione/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowLaboratory%2FChione/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SnowLaboratory","download_url":"https://codeload.github.com/SnowLaboratory/Chione/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248360798,"owners_count":21090759,"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":["11ty","bun","kickstart","markdown","starter-kit","vite"],"created_at":"2024-09-25T18:29:09.548Z","updated_at":"2026-02-14T12:03:07.769Z","avatar_url":"https://github.com/SnowLaboratory.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![img](src/public/img/Chione-2.png)\n\n# Chione - Snow Builds Kickstart\n\nDedicated to those who struggle to share. This repo is dedicated to them. You've got this!\n\n## Origin\n\n\u003e In Greek mythology, Chione or Khionê (Ancient Greek: Χιονη from χιών – chiōn, \"snow\") was the daughter of the Oceanid Callirrhoe and Nilus. She was raped by a local peasant and transformed into a snow cloud by Hermes at the order of Zeus. From the clouds she cast snow (khiôn) upon the desert. The Greek word for snow (χιών chiōn) was thought to have come from her name.\n\u003e\n\u003e _[The Wikipedia Article](https://en.wikipedia.org/wiki/Chione_(daughter_of_Callirrhoe))_\n\n## Introduction\nChione provides several avenues for generating static content. Authors should start simple. From there, they may wish to continue or combine ideas into something greater.\n\n## Folder Structure\nThe `src` folder houses your unpublished thoughts. The first level of folders specify the broadest scope. By default, \"language\" is assumed to be the broadest scope. Just fork the repository. From there, do what you want.\n\n## Getting Started\n1. Fork the repository\n2. Install dependencies [See bun installation](https://github.com/oven-sh/bun)\n3. Build static files `./build.sh`\n4. Share `docs` directory with world\n\n## Screenshots\nOnly because if I were you, I'd want to see what I'm getting into. Food for thought.\n\n![img](src/public/img/screenshot-1.jpg)\n![img](src/public/img/screenshot-2.jpg)\n![img](src/public/img/screenshot-3.jpg)\n![img](src/public/img/screenshot-4.jpg)\n\n## Stack\nOh yes how could this be forgotten. Chione is built on the following technologies:\n* Bun\n  * I18N routing\n  * Analytics\n* 11TY\n  * Static Site Generation\n  * Markdown\n  * Templating (Liquid, Nunjucks, EJS, etc.)\n* CSS\n  * PostCSS\n  * TailwindCSS\n\n## Advanced\nThis step is optional and only necessary if you want to rewrite URLs. Doing so means your content depends on a server and will ultimately cost money to publish. Hosting static content for free is possible if you search around, yet \"compute\" is what you desire.\n\n1. Run `bun index.js`\n2. Modify server to fit your needs\n3. Publish\n\n## More Advanced\nFeel free to deploy using docker. There are many ways to do this. The project contains a simple `Dockerfile` and `docker-compose.yml` file. You may wish to modify these files to fit your needs.\n\nSince data management becomes more complex and expensive with Docker you may wish to backup your data inside a pre-commit hook:\n```bash\n#!/bin/bash\nexport APP_DOMAIN=\"example.com\"\nexport APP_USERNAME=\"admin\"\nexport APP_PASSWORD=\"password\"\n\n./build.sh\n\nmkdir -p stats\ncurl -H \"Authorization: Basic $(echo -n $APP_USERNAME:$APP_PASSWORD | base64)\" https://$APP_DOMAIN/_views \u003e \"stats/$(date +'%Y%m%d%H%M%S').json\"\n\ngit add .\n```\n\n\n## Purpose\nThis project aims to provide ground for thoughts. Please be mindful.\n\n## Intent\nChanges to this repository are not welcome at this time. Please fork and create your own apps.\n\n## Disclaimers\nSecurity, accessibility, performance, etc. are deferred. Chione provides rudimentary I18N. Concerns will not be addressed at this time. Please make your own framework.\n\n## License\nMIT\n\n## Credits\nAdobe, ChatGPT, Wikipedia, and subject matter are not my own. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowlaboratory%2Fchione","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnowlaboratory%2Fchione","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowlaboratory%2Fchione/lists"}