{"id":16790240,"url":"https://github.com/ttntm/astro-landing-page","last_synced_at":"2025-07-30T05:05:30.213Z","repository":{"id":189947774,"uuid":"681619312","full_name":"ttntm/astro-landing-page","owner":"ttntm","description":"🚀 AWE.SOME - An Astro Landing Page Template","archived":false,"fork":false,"pushed_at":"2025-01-24T17:43:27.000Z","size":512,"stargazers_count":36,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T16:53:36.976Z","etag":null,"topics":["astro","astro-starter","landingpage","starter","tailwindcss","template"],"latest_commit_sha":null,"homepage":"https://ttntm.github.io/astro-landing-page/","language":"Astro","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/ttntm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["ttntm"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.buymeacoffee.com/ttntm"]}},"created_at":"2023-08-22T11:59:33.000Z","updated_at":"2025-03-27T02:38:51.000Z","dependencies_parsed_at":"2024-10-28T16:37:23.520Z","dependency_job_id":null,"html_url":"https://github.com/ttntm/astro-landing-page","commit_stats":null,"previous_names":["ttntm/astro-landing-page"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ttntm/astro-landing-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttntm%2Fastro-landing-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttntm%2Fastro-landing-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttntm%2Fastro-landing-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttntm%2Fastro-landing-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ttntm","download_url":"https://codeload.github.com/ttntm/astro-landing-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttntm%2Fastro-landing-page/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267814642,"owners_count":24148328,"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-07-30T02:00:09.044Z","response_time":70,"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":["astro","astro-starter","landingpage","starter","tailwindcss","template"],"created_at":"2024-10-13T08:29:18.612Z","updated_at":"2025-07-30T05:05:30.169Z","avatar_url":"https://github.com/ttntm.png","language":"Astro","funding_links":["https://github.com/sponsors/ttntm","https://www.buymeacoffee.com/ttntm"],"categories":[],"sub_categories":[],"readme":"# astro-landing-page\n\nA simple landing page built with Astro and Tailwind CSS.\n\n[![preview](./preview.png)](https://awesomestro.ttntm.me)\n\n\u003e Port of the [11ty](https://github.com/ttntm/11ty-landing-page) \u0026 [Hugo](https://github.com/ttntm/hugo-landing-page) versions\n\n## How to use this template\n\n**Requirements:**\n\n1. Astro (developed and tested with version 2.10.12)\n2. Tailwind CSS (Astro integration)\n\nAll other dependencies are either linked from a CDN or included in this repository.\n\n**Setup:**\n\n1. Fork, clone or download\n2. `cd` into the root folder\n3. run `npm install`\n4. run `npm run dev`\n5. open a browser and go to `http://localhost:4321`\n\n**Setup Alternative:**\n\n`npm create astro@latest -- --template ttntm/astro-landing-page`\n\nSee: [Starter Templates](https://docs.astro.build/en/install/auto/#starter-templates) in the official docs.\n\n**Basic configuration:**\n\n1. Astro -\u003e `./astro.config.mjs`\n2. Tailwind -\u003e `./tailwind.config.cjs`\n3. Netlify -\u003e `./netlify.toml`\n\nCSS (in `./src/styles/`) is processed by Astro directly; this project is using the [Tailwind integration module](https://docs.astro.build/en/guides/integrations-guide/tailwind/).\n\n**Deployment:**\n\nAstro requires the final deployed URL in its config file.\n\nReplace the placeholder with your site's URL and keep the trailing slash:\n\n```js\ncase 'production':\n  build.siteURL = 'https://example.com/'\n  break\n```\n\n**Change Content:**\n\nPage content is stored in\n\n- `./src/pages/`\n  - `imprint.md`\n  - `privacy.md`\n- `./src/content/sections/`\n- `./src/data/features.json`\n\n**Change Templates/Layout:**\n\nPage structure and templates are stored in `./src/layouts/` and can be edited there.\n\nBest have a look at `./layouts/Base.astro` first to understand how it all comes together - the page itself is constructed from partial templates stored in `./src/components/` and each section has a corresponding template file in the `sections` subfolder.\n\nSections are a so called [collection](https://docs.astro.build/en/guides/content-collections/) that's defined in `./src/content/config.ts`. They are processed in alphabetical order (as stored in `./src/content/sections/`) by the `Wrapper.astro` component (`./src/components/sections/`). The wrapper passes them into the `SectionResolver.astro` component (`./src/components/sections/`); this intermediary resolver should help reduce redundancy in keeping the actual section components as \"dumb\" as possible.\n\n**Change images:**\n\nImages are stored in `./public/img/`; everything in there can be considered a placeholder that should eventually be replaced with your actual production images.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttntm%2Fastro-landing-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fttntm%2Fastro-landing-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttntm%2Fastro-landing-page/lists"}