{"id":15011314,"url":"https://github.com/cornersyrup/minimal-website-template","last_synced_at":"2026-03-16T21:04:52.364Z","repository":{"id":84734802,"uuid":"571059201","full_name":"CornerSyrup/minimal-website-template","owner":"CornerSyrup","description":"Minimal but powerful website template.","archived":false,"fork":false,"pushed_at":"2022-11-27T11:28:39.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T22:43:34.947Z","etag":null,"topics":["alpinejs","animate-css","fontawesome","lesscss","semantic-ui"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/CornerSyrup.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-27T02:37:50.000Z","updated_at":"2022-11-27T10:00:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e878ee4-ccc1-4054-9ebf-8d618a7ecf84","html_url":"https://github.com/CornerSyrup/minimal-website-template","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"04096393a08c4894a346533dea5f77648fc8c19c"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CornerSyrup%2Fminimal-website-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CornerSyrup%2Fminimal-website-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CornerSyrup%2Fminimal-website-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CornerSyrup%2Fminimal-website-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CornerSyrup","download_url":"https://codeload.github.com/CornerSyrup/minimal-website-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243307333,"owners_count":20270256,"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":["alpinejs","animate-css","fontawesome","lesscss","semantic-ui"],"created_at":"2024-09-24T19:40:36.178Z","updated_at":"2025-12-28T01:07:27.443Z","avatar_url":"https://github.com/CornerSyrup.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minimal-website-template\n\nMinimal but powerful website template.\n\n## Features\n\n- JS reactivity by [Alpine.js](https://alpinejs.dev/)\n- CSS preprocessor by [Less.js](https://lesscss.org/)\n- UI components by [Semantic UI](https://semantic-ui.com/)\n  - bundled with FontAwesome v5\n  - depended on [jQuery](https://jquery.com/)\n- Animation by [Animate.css](https://animate.style/)\n- Icons by [FontAwesome Free](https://fontawesome.com/)\n\n## Remarks\n\n### General\n\nAll resources are referenced from CDNs and use the non-minimized version with the major version number as the dependency.\nFor production, please check for the minimized version and hardcode version number for stability.\n\n### Semantic UI\n\n`semantic.js` is optional, some components in Semantic UI require JavaScript.\nThe `semantic.js` is dependent on `jQuery`.\nYou can remove both if you don't need those components.\n\n### Alpine.js\n\nAlpine.js is referenced as CommonJS. It will initialize itself once the script is evaluated.\nIf you need to call Alpine.js' global API before `Alpine` is initialized, like `Alpine.data`, you need to call them in the `alpine:init` DOM event.\nSee the [documentation on the lifecycle](https://alpinejs.dev/essentials/lifecycle#alpine-initialization)\n\nAlpine.js can also be referenced as an ESM module.\nBut Alpine is not exported to the `window` object and will not be initialized by itself.\nYou can import Alpine via your module. See the [documentation on installation](https://alpinejs.dev/essentials/installation#as-a-module)\n\n```js\nimport Alpine from \"https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/module.esm.js\";\n\n// Optional, this will expose alpine to the window object.\nwindow.Alpine = Alpine;\n\nAlpine.start();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornersyrup%2Fminimal-website-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcornersyrup%2Fminimal-website-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornersyrup%2Fminimal-website-template/lists"}