{"id":19489987,"url":"https://github.com/taylantatli/root-starter","last_synced_at":"2026-06-06T23:31:35.175Z","repository":{"id":108178876,"uuid":"520156586","full_name":"TaylanTatli/root-starter","owner":"TaylanTatli","description":"Startpage with local weather, grid links \u0026 random colour palette ","archived":false,"fork":false,"pushed_at":"2022-11-15T19:55:55.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T19:34:49.047Z","etag":null,"topics":["startpage"],"latest_commit_sha":null,"homepage":"https://taylantatli.github.io/root-starter/","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/TaylanTatli.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-08-01T15:04:54.000Z","updated_at":"2023-04-10T10:54:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"abb18b06-8da3-43fe-b4ed-c7dc69f71420","html_url":"https://github.com/TaylanTatli/root-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TaylanTatli/root-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylanTatli%2Froot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylanTatli%2Froot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylanTatli%2Froot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylanTatli%2Froot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TaylanTatli","download_url":"https://codeload.github.com/TaylanTatli/root-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylanTatli%2Froot-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285152372,"owners_count":27123462,"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-11-18T02:00:05.759Z","response_time":61,"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":["startpage"],"created_at":"2024-11-10T21:10:39.350Z","updated_at":"2025-11-18T23:05:06.779Z","avatar_url":"https://github.com/TaylanTatli.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Root Startpage\n\nFork of [root-startpage](https://github.com/imreyesjorge/root-startpage) by [Jorge Reyes](https://github.com/imreyesjorge). \n\n## Changes\n\n* Using Font Awesome 6 Free for icons now.\n* Weather feature is added. (You have to add your city id from [openweather](https://openweathermap.org/)\n* Using grid for card container instead of flex.\n* Cards are smaller to fit more cards to screen.\n* Card titles are visible for usability.\n* Cards backgrounds randomly generated.\n\n\u003e Using Turkish for my own use. You may need to edit some lines in `index.html` and `app.js` to use it properly.\n\n\n### Root is a start-page aimed to simplicity and elegance\n\nThis project is blazing fast :zap:, it only contains an html, css and javascript files.\n\n## Customizing\n\nRoot was created to be lightweight, fast and easy to customize.\n\n### Changin Colors\n\nTo change the colors used in the startpage edit `styles.css`.\n\n```css\n:root {\n  --primary: #dd2e44;\n  --text-light: #eeeeee;\n  --background: #1e1c21;\n  --background-light: #333138;\n}\n```\n\n### Changin Name and Adding Custom Cards\n\n\u003e This project uses [Remix Icons](https://remixicon.com/).\n\nTo change the default name and edit the cards, edit `app.js`. It should look something like this:\n\n```js\nconst NAME = \"John Doe\";\n\nconst CARDS = [\n  {\n    name: \"Twitter\",\n    icon: \"ri-twitter-fill\",\n    link: \"https://twitter.com\",\n  },\n  {\n    name: \"Github\",\n    icon: \"ri-github-fill\",\n    link: \"https://github.com/\",\n  },\n];\n```\n\nTo add a new card, just append a new object to the `CARDS` constant. The object should look something like this:\n\n```js\n{\n  name: \"\u003cWebpage Name\u003e\",\n  icon: \"\u003cIcon Class-Name\u003e\",\n  link: \"\u003cWebpage Link\u003e\"\n},\n```\n\n\u003e To get the icon class-name, just go to [Remix Icons](https://remixicon.com/), select the desired icon. You should see something like this: `\u003ci class=\"this-is-the-class-name\"\u003e\u003c/i\u003e`.\n\nTo use 24 hour time simply change the time section of `app.js` to\n```\n// Update the Time\n  currentTime.innerHTML = `${currentHour}:${currentMinute}`;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylantatli%2Froot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaylantatli%2Froot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylantatli%2Froot-starter/lists"}