{"id":31841554,"url":"https://github.com/jonathanfallon/panjrud-ensemble","last_synced_at":"2025-10-12T05:20:59.114Z","repository":{"id":314881467,"uuid":"1057120010","full_name":"jonathanfallon/panjrud-ensemble","owner":"jonathanfallon","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-29T12:49:57.000Z","size":27675,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-29T14:25:25.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanfallon.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-15T09:52:44.000Z","updated_at":"2025-09-29T12:50:00.000Z","dependencies_parsed_at":"2025-09-15T12:33:33.861Z","dependency_job_id":null,"html_url":"https://github.com/jonathanfallon/panjrud-ensemble","commit_stats":null,"previous_names":["jonathanfallon/panjrud-ensemble"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonathanfallon/panjrud-ensemble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanfallon%2Fpanjrud-ensemble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanfallon%2Fpanjrud-ensemble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanfallon%2Fpanjrud-ensemble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanfallon%2Fpanjrud-ensemble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanfallon","download_url":"https://codeload.github.com/jonathanfallon/panjrud-ensemble/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanfallon%2Fpanjrud-ensemble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010341,"owners_count":26084738,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-10-12T05:20:56.157Z","updated_at":"2025-10-12T05:20:59.109Z","avatar_url":"https://github.com/jonathanfallon.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Horizon!\n\nThis is a free photography theme for Astro created by [Cosmic Themes](https://cosmicthemes.com/).\n\n[website demo](https://jonathanfallon.github.io/panjrud-ensemble/)\n\n## Quickstart\n\n1. Fork this project to your own repository, and clone it to your local machine\n2. Install all necessary packages with `npm install`\n3. Run `npm run dev` to start the dev server\n4. Now you can setup the site to your liking!\n   - [Style customization](https://cosmicthemes.com/docs/styles/)\n   - [Content editing](https://cosmicthemes.com/docs/content/)\n   - [Forms](https://cosmicthemes.com/docs/contact-form/)\n5. Update the site URL in `astro.config.mjs` and `/public/robots.txt` to match your domain\n6. After you're happy, update your changes to your repo and [deploy to Netlify, Vercel, Cloudflare](https://cosmicthemes.com/deployment/), or other provider of your choice\n\n## Code Intro\n\nThe source files have the following setup. Note that not all files are listed here.\n\n```\n.\n├── .tours/\n│   └── code-intro.tour\n├── public/\n│   ├── favicons/\n│   │   └── favicon.ico\n│   ├── images/\n│   └── robots.txt\n├── src/\n│   ├── assets/\n│   │   └── images/\n│   │       └── site-logo.png\n│   ├── components/\n│   │   └── Hero/\n│   │       └── Hero.astro\n│   ├── config/\n│   │   └── navData.json.ts\n│   ├── data/\n│   │   ├── portfolios/\n│   │   ├── testimonials/\n│   │   └──otherPages/\n│   │    config.ts\n│   ├── js/\n│   │   └── textUtils.ts\n│   ├── layouts/\n│   │   └── BaseLayout.astro\n│   ├── pages/\n│   │   ├── index.astro\n│   │   ├── portfolio/\n│   │   │   ├── [...slug].astro\n│   │   │   └── index.astro\n│   │   ├── [page].astro\n│   │   ├── 404.astro\n│   │   └── index.astro\n│   ├── styles/\n│   │   └── global.css\n│   └── content.config.ts\n├── .gitignore\n├── .prettierrc.mjs\n├── astro.config.mjs\n├── netlify.toml\n├── package.json\n├── package-lock.json\n├── README.md\n└── tsconfig.json\n```\n\nFor robots like Google to see the correct sitemap, you will want to edit the `public/robots.txt` file to use your website domain.\n\n## Other Resources\n\n- See my blog post on [recommended Astro web development setup](https://cosmicthemes.com/blog/astro-web-development-setup/).\n- You can learn more information from the [theme docs](https://cosmicthemes.com/docs/) page on the [Cosmic Themes Website](https://cosmicthemes.com/).\n\n## License\n\nThis project is open source and available under the [GPL-3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html).\n\nHowever, If you have purchased [All Access](https://cosmicthemes.com/all-access/) from Cosmic Themes, there is a no attribution required license you can view at [License details](https://cosmicthemes.com/license/).\n\n## General Astro Info\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.\n\nAny static assets, like images, can be placed in the `public/` directory. I also frequently use `src/assets` for images when using Astro asssets for image optimization.\n\n### Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                   | Action                                           |\n| :------------------------ | :----------------------------------------------- |\n| `npm install`             | Installs dependencies                            |\n| `npm run dev`             | Starts local dev server at `localhost:3000`      |\n| `npm run build`           | Build your production site to `./dist/`          |\n| `npm run preview`         | Preview your build locally, before deploying     |\n| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help` | Get help using the Astro CLI                     |\n\n### Want to learn more?\n\nFeel free to check out the [Astro documentation](https://docs.astro.build).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanfallon%2Fpanjrud-ensemble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanfallon%2Fpanjrud-ensemble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanfallon%2Fpanjrud-ensemble/lists"}