{"id":26122682,"url":"https://github.com/importantimport/hsno","last_synced_at":"2025-04-13T13:42:47.693Z","repository":{"id":60720169,"uuid":"544863420","full_name":"importantimport/hsno","owner":"importantimport","description":"🐳 !mportantImport's Next-Gen Blog Starter. [WIP]","archived":false,"fork":false,"pushed_at":"2023-11-24T14:15:37.000Z","size":483,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-27T04:51:16.657Z","etag":null,"topics":["blog","blog-template","jamstack","mdx","qwik","qwik-city","typescript"],"latest_commit_sha":null,"homepage":"https://stackblitz.com/github/importantimport/hsno","language":"TypeScript","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/importantimport.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":"2022-10-03T11:15:12.000Z","updated_at":"2024-08-02T02:23:42.000Z","dependencies_parsed_at":"2022-10-03T18:21:47.176Z","dependency_job_id":null,"html_url":"https://github.com/importantimport/hsno","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/importantimport%2Fhsno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/importantimport%2Fhsno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/importantimport%2Fhsno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/importantimport%2Fhsno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/importantimport","download_url":"https://codeload.github.com/importantimport/hsno/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724490,"owners_count":21151557,"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":["blog","blog-template","jamstack","mdx","qwik","qwik-city","typescript"],"created_at":"2025-03-10T15:12:22.104Z","updated_at":"2025-04-13T13:42:47.669Z","avatar_url":"https://github.com/importantimport.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hsno[hoɕino]\n\n🐳 !mportantImport's Next-Gen Blog Starter. [WIP]\n\n---\n\n\u003cdiv align=\"center\"\u003e\n    \n**[\u003ckbd\u003e \u003cbr\u003e Open in Stackblitz \u003cbr\u003e \u003c/kbd\u003e](https://stackblitz.com/github/importantimport/hsno)** \n**[\u003ckbd\u003e \u003cbr\u003e Run in Codeflow \u003cbr\u003e \u003c/kbd\u003e](https://pr.new/github.com/importantimport/hsno)** \n**[\u003ckbd\u003e \u003cbr\u003e Fork \u003cbr\u003e \u003c/kbd\u003e](https://github.com/importantimport/hsno/fork)**\n\n\u003c/div\u003e\n\n---\n\n## License\n\n\u003e [`SVG Icon`](/public/icon.svg) from [microsoft/fluentui-emoji](https://github.com/microsoft/fluentui-emoji). License: [MIT](https://github.com/microsoft/fluentui-emoji/blob/main/LICENSE)\n\nLicensed under the [MIT](LICENSE.md).\n\n\u003c!-- # Qwik City App ⚡️\n\n- [Qwik Docs](https://qwik.builder.io/)\n- [Discord](https://qwik.builder.io/chat)\n- [Qwik GitHub](https://github.com/BuilderIO/qwik)\n- [@QwikDev](https://twitter.com/QwikDev)\n- [Vite](https://vitejs.dev/)\n\n---\n\n## Project Structure\n\nThis project is using Qwik with [QwikCity](https://qwik.builder.io/qwikcity/overview/). QwikCity is just an extra set of tools on top of Qwik to make it easier to build a full site, including directory-based routing, layouts, and more.\n\nInside your project, you'll see the following directory structure:\n\n```\n├── public/\n│   └── ...\n└── src/\n    ├── components/\n    │   └── ...\n    └── routes/\n        └── ...\n```\n\n- `src/routes`: Provides the directory-based routing, which can include a hierarchy of `layout.tsx` layout files, and an `index.tsx` file as the page. Additionally, `index.ts` files are endpoints. Please see the [routing docs](https://qwik.builder.io/qwikcity/routing/overview/) for more info.\n\n- `src/components`: Recommended directory for components.\n\n- `public`: Any static assets, like images, can be placed in the public directory. Please see the [Vite public directory](https://vitejs.dev/guide/assets.html#the-public-directory) for more info.\n\n## Add Integrations and deployment\n\nUse the `pnpm qwik add` command to add additional integrations. Some examples of integrations includes: Cloudflare, Netlify or Express Server, and the [Static Site Generator (SSG)](https://qwik.builder.io/qwikcity/guides/static-site-generation/).\n\n```shell\npnpm qwik add # or `pnpm qwik add`\n```\n\n## Development\n\nDevelopment mode uses [Vite's development server](https://vitejs.dev/). The `dev` command will server-side render (SSR) the output during development.\n\n```shell\nnpm start # or `pnpm start`\n```\n\n\u003e Note: during dev mode, Vite may request a significant number of `.js` files. This does not represent a Qwik production build.\n\n## Preview\n\nThe preview command will create a production build of the client modules, a production build of `src/entry.preview.tsx`, and run a local server. The preview server is only for convenience to preview a production build locally and should not be used as a production server.\n\n```shell\npnpm preview # or `pnpm preview`\n```\n\n## Production\n\nThe production build will generate client and server modules by running both client and server build commands. The build command will use Typescript to run a type check on the source code.\n\n```shell\npnpm build # or `pnpm build`\n```\n\n## Static Site Generator (Node.js)\n\n```shell\npnpm build.server\n``` --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimportantimport%2Fhsno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimportantimport%2Fhsno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimportantimport%2Fhsno/lists"}