{"id":38907858,"url":"https://github.com/terezaif/tereza-coaching","last_synced_at":"2026-01-17T15:12:45.304Z","repository":{"id":64717617,"uuid":"553067213","full_name":"terezaif/tereza-coaching","owner":"terezaif","description":"Landing page","archived":false,"fork":false,"pushed_at":"2025-01-24T11:00:12.000Z","size":11723,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T12:18:24.263Z","etag":null,"topics":["coaching","landingpage","website"],"latest_commit_sha":null,"homepage":"https://terezaiofciu.com","language":"JavaScript","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/terezaif.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-10-17T16:59:17.000Z","updated_at":"2025-01-15T22:11:56.000Z","dependencies_parsed_at":"2023-02-15T07:01:35.566Z","dependency_job_id":null,"html_url":"https://github.com/terezaif/tereza-coaching","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"ttntm/11ty-landing-page","purl":"pkg:github/terezaif/tereza-coaching","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terezaif%2Ftereza-coaching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terezaif%2Ftereza-coaching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terezaif%2Ftereza-coaching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terezaif%2Ftereza-coaching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terezaif","download_url":"https://codeload.github.com/terezaif/tereza-coaching/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terezaif%2Ftereza-coaching/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28510965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["coaching","landingpage","website"],"created_at":"2026-01-17T15:12:44.648Z","updated_at":"2026-01-17T15:12:45.290Z","avatar_url":"https://github.com/terezaif.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# T's Landing page\n\nA simple landing page built with 11ty and Tailwind CSS.\n\n\u003e Port of the [Hugo Version](https://github.com/ttntm/hugo-landing-page)\n\n[Template](https://github.com/ttntm/11ty-landing-page)\n\n## Improving site response time\n\n- Converting images to webp format with [https://convertio.co/](https://convertio.co/)\n- Checking site response time with [https://pagespeed.web.dev/](https://pagespeed.web.dev/)\n- Check if site is green hosted and report [https://ecograder.com/report/oj0ARJZa4zczobd8yhtAAzY3](https://ecograder.com/report/oj0ARJZa4zczobd8yhtAAzY3)\n- All about favicons [https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs](https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs)\n- More on site sustainability [https://sustainablewebdesign.org/is-the-content-easy-to-find/](https://sustainablewebdesign.org/is-the-content-easy-to-find/)\n\n\n## How to use this template\n\n**Requirements:**\n\n1. Eleventy (developed and tested with version 0.12.1)\n2. Tailwind CSS\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 serve`\n5. open a browser and go to `http://localhost:8080`\n\n**Basic configuration:**\n\n1. Eleventy -\u003e `./.eleventy.js`\n2. Tailwind -\u003e `./tailwind.config.js`\n3. Netlify -\u003e `./netlify.toml`\n\nCSS is built via PostCSS and based on `./src/_includes/css/_page.css`. Building CSS gets triggered by `./src/css/page.11ty.js` and Tailwind's config is set to JIT (see: [Tailwind docs](https://tailwindcss.com/docs/just-in-time-mode))\n\nPlease note that this CSS build _does not_ include the `normalize.css` file used for the 2 regular pages (imprint, privacy) - a minified production version is stored in `./src/static/css` and gets included in the build by default.\n\n**Change Content:**\n\nPage content is stored in\n\n- `./src/`\n  - `imprint.md`\n  - `privacy.md`\n- `./src/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.njk` first to understand how it all comes together - the page itself is constructed from partial templates stored in `./src/includes/` and each section has a corresponding template file (`section.**.njk`) stored there.\n\n`index.njk` in `./src/` arranges everything, meaning that sections can be added/re-ordered/remzoved/... there.\n\n**Change images:**\n\nImages are stored in `./static/img/`; everything in there can be considered a placeholder that should eventually be replaced with your actual production images.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterezaif%2Ftereza-coaching","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterezaif%2Ftereza-coaching","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterezaif%2Ftereza-coaching/lists"}