{"id":21295208,"url":"https://github.com/gabsedits/sencilla","last_synced_at":"2026-03-19T19:44:35.563Z","repository":{"id":248524463,"uuid":"828934347","full_name":"GabsEdits/sencilla","owner":"GabsEdits","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-11T18:42:39.000Z","size":3054,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T19:37:52.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/GabsEdits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-07-15T12:24:03.000Z","updated_at":"2025-03-11T18:41:23.000Z","dependencies_parsed_at":"2024-08-27T14:56:18.753Z","dependency_job_id":"d70d546f-bbcc-4f7b-a646-c35b05766dce","html_url":"https://github.com/GabsEdits/sencilla","commit_stats":null,"previous_names":["gabsedits/sencilla"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fsencilla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fsencilla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fsencilla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fsencilla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabsEdits","download_url":"https://codeload.github.com/GabsEdits/sencilla/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243762267,"owners_count":20343979,"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-11-21T14:01:11.393Z","updated_at":"2026-01-03T05:02:55.389Z","avatar_url":"https://github.com/GabsEdits.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eSencilla\u003c/h1\u003e\n\nA dead simple and minimalistic blog plugin for Aplós in VitePress.\n\n\u003c/div\u003e\n\n## Features\n\n- Elegantly styled with a primary color theme for a visually pleasing experience.\n- Mobile-friendly design with support for dark mode.\n- Utilizes premium fonts: Inter for text and Geist Mono for code snippets.\n- Local development made easy with NPM/PNPM integration.\n\n\u003ca href=\"https://github.com/GabsEdits/sencilla-template\"\u003e\n\u003cpicture\u003e\n  \u003csource\n    srcset=\"https://github-readme-stats.vercel.app/api/pin/?username=GabsEdits\u0026repo=sencilla-template\u0026theme=dark\"\n    media=\"(prefers-color-scheme: dark)\"\n  /\u003e\n  \u003csource\n    srcset=\"https://github-readme-stats.vercel.app/api/pin/?username=GabsEdits\u0026repo=sencilla-template\"\n    media=\"(prefers-color-scheme: light), (prefers-color-scheme: no-preference)\"\n  /\u003e\n  \u003cimg src=\"https://github-readme-stats.vercel.app/api/pin/?username=GabsEdits\u0026repo=sencilla-template\" alt=\"Repo Card\" /\u003e\n\u003c/picture\u003e\n\u003c/a\u003e\n\n## Try \u0026 Use\n\nYou can install the package with the following command:\n\n```bash\nnpm i sencilla\n```\n\n## Contributing\n\nIf you want to contribute to Sencila, you can check the [Contributing](https://aplos.gxbs.dev/contributing) page in the documentation.\n\n## Release Cycle\n\nNow that Sencilla is an NPM Package, a release cycle is required. There is a new version every Saturday at 16:10 GMT for regular small updates (if there are changes), and for more critical updates every time there is a need.\n\n### Versioning\n\nAplós uses [Semantic Versioning](https://semver.org/), so you can understand the changes by looking at the version number (using the `major.minor.patch` format).\n\nIt might be possible that the pre-release versions start as a patch version and end up becoming a minor/major version (e.g: `2.1.3-1` -\u003e `2.2.0-0`) if there are significant changes or breaking changes.\n\n### 'Next' Tag\n\nThe 'next' tag is version of Sencilla, used to test the next version before it is released. Use the 'next' tag if you want to test the next version of Aplós.\n\nYou can install the 'next' tag with the following command:\n\n```bash\nnpm i aplos@next\n```\n\n### Development\n\nIf you want to contribute to Sencila, you can clone the repository and install the dependencies with the following commands:\n\n```bash\ngit clone https://github.com/aplosdev/aplos.git\n```\n\nBefore you start developing, make sure to install the dependencies:\n\n```bash\npnpm install\n```\n\nIf you want a development server, you can directly run the Docs for development using the following command:\n\n```bash\npnpm docs:dev\n```\n\nYou can edit the project and see your changes live.\n\nAll other standard VitePress commands are available, like `pnpm demo:build` and `pnpm demo:preview`.\n\n\u003e [!NOTE]\n\u003e Only the `build` and `preview` commands require the `demo` prefix.\n\n## Thanks ❤ \u0026 Credits️\n\n- [Aplós](https://aplos.gxbs.dev), from who Sencilla is forked.\n- [Inter](https://rsms.me/inter/), used for all Sans Serif text.\n- [Geist Mono](https://vercel.com/font/), used for code snippets.\n- [VitePress](https://vitepress.dev), which is used to power Aplós.\n\n---\n\n## Documentation\n\nThe documentation source is in the `docs` folder, it always uses the latest code from the `main` branch, so you can see the latest changes and use it as the development environment. **If you happen to find any issues, please report them in the [Issues](https://github.com/aplosdev/aplos/issues) section.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabsedits%2Fsencilla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabsedits%2Fsencilla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabsedits%2Fsencilla/lists"}