{"id":21295216,"url":"https://github.com/gabsedits/quick-links","last_synced_at":"2026-03-19T19:44:54.068Z","repository":{"id":230869158,"uuid":"780036387","full_name":"GabsEdits/quick-links","owner":"GabsEdits","description":"An easy way to access your quick links from anywhere in the world","archived":false,"fork":false,"pushed_at":"2025-03-03T20:24:47.000Z","size":206,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T21:28:04.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://lab.gxbs.dev/quick-links/","language":"Vue","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/GabsEdits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-03-31T14:18:13.000Z","updated_at":"2025-03-03T20:24:45.000Z","dependencies_parsed_at":"2024-04-01T09:30:36.955Z","dependency_job_id":"5604ebe4-816a-48f9-8053-d4f76eed4edb","html_url":"https://github.com/GabsEdits/quick-links","commit_stats":null,"previous_names":["gabsedits/quick-links"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fquick-links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fquick-links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fquick-links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Fquick-links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabsEdits","download_url":"https://codeload.github.com/GabsEdits/quick-links/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243762267,"owners_count":20343979,"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":[],"created_at":"2024-11-21T14:01:14.610Z","updated_at":"2026-01-02T10:48:35.712Z","avatar_url":"https://github.com/GabsEdits.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eQuick Links\u003c/h1\u003e\n  \u003cp\u003eAn easy way to access your quick links from anywhere in the world, securely.\u003c/p\u003e\n  \u003csmall\u003ePowered by \u003ca href=\"https://vitepress.dev\"\u003eVitePress\u003c/a\u003e\u003c/small\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n![image](https://github.com/user-attachments/assets/3523bba8-b9d3-48b5-8ce2-498cf0f25a51)\n\n\n## Intention\n\nI created this project to have a convenient and straightforward page for\norganizing my school projects and files.\n\n## Usage\n\nTo edit the cards and links, you can modify the `index.md` file. Inside the\nfile's frontmatter, you will find a JSON array that represents the cards. Each\ncard has properties such as subject, details, date, and color. You can duplicate\nor modify any of these cards to suit your needs.\n\n### Links\n\nTo set up the links, follow these steps:\n\n1. Rename the `.env.example` file to `.env`.\n2. Inside the `.env` file, locate the `VITE_PASSWORD_KEY` variable. This\n   variable represents the password key. Change the value to a secure password\n   key of your choice.\n3. Below the `VITE_PASSWORD_KEY` variable, you will find multuple `VITE_LINKx`\n   variables, where `x` is a number. These variables correspond to the secret\n   links for your cards, in the same order as in the `index.md` file.\n\nMake sure to update the values of the `VITE_LINKx` variables with the desired\nsecret links for your cards.\n\nOnce that is done, head over to the `index.md` file and update each card with\nthe corresponding details and make sure it's in the same order as the\n`VITE_LINKx` variables in the `.env` file.\n\n```yml\n---\ncards:\n  - subject: Math\n    details: Some Big Problem\n    date: 00/00/3000\n    color: \"rgba(255, 0, 0, 0.484)\"\n  - subject: English\n    details: Some Grammar Article\n    date: 01/10/0101\n    color: \"rgba(255, 102, 0, 0.484)\"\n  - subject: English\n    details: Verbs and Nouns\n    date: 10/00/1010\n    color: \"rgba(255, 247, 0, 0.484)\"\n  - subject: Tech\n    details: The Fediverse and You\n    date: 22/38/0231\n    color: \"rgba(0, 89, 255, 0.269)\"\n---\n```\n\nThe `color` property is a CSS color value that represents the card's background\ncolor. You can customize this value to any color you like, using `rgba`, `hex`,\n`hsl`, or any other CSS color format.\n\nThe `subject`, `details`, and `date` properties are self-explanatory and can be\ncustomized to your liking. The `date` and `details` properties are optional and\ncan be removed if not needed.\n\nThere is no limit to the number of cards you can add to the `index.md` file. You\ncan add as many cards as you like, and they will be displayed on the page.\n\n### Other Options\n\nYou can also customize the project's title, description, and copyright by\nmodifing the `config.mts` file isside the `.vitepress` directory:\n\n#### Copyright\n\n```javascript\nthemeConfig: {\n  copyright: true,\n  author: {\n    name: \"Your Name\",\n    link: \"https://example.org/\",\n  },\n  }\n```\n\n## Development\n\nThe Quick Links project is built using VitePress, a powerful Static Site\nGenerator. With VitePress, you can easily build and run the project locally.\n\n#### Install Dependencies\n\n\u003e [!NOTE]\n\u003e Make sure to have [Node.js](https://nodejs.org) and [PNPM](https://pnpm.io)\n\u003e installed on your machine.\n\nTo get started, navigate to the project directory in your terminal and run the\nfollowing command to install the project dependencies:\n\n```bash\npnpm install\n```\n\n#### Run Development Server\n\nTo run the development server locally and see live changes, use the following\ncommand:\n\n```bash\npnpm dev\n```\n\n#### Run Production Build\n\nTo build your project for production, use the following command:\n\n```bash\npnpm build\n```\n\nThis command will generate optimized and minified files that are ready to be\ndeployed to a production environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabsedits%2Fquick-links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabsedits%2Fquick-links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabsedits%2Fquick-links/lists"}