{"id":13930237,"url":"https://github.com/GreatWizard/gistlinktree","last_synced_at":"2025-07-19T12:32:06.164Z","repository":{"id":71226848,"uuid":"436398664","full_name":"GreatWizard/gistlinktree","owner":"GreatWizard","description":"Generate a link tree from a configuration file.","archived":false,"fork":false,"pushed_at":"2022-02-02T13:11:37.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-09T12:50:41.659Z","etag":null,"topics":["generator","gist","gistlinktree","link","linktree","tree","website"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GreatWizard.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":"2021-12-08T21:35:30.000Z","updated_at":"2022-12-01T22:53:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7d404fd-f089-4830-972d-00777886da99","html_url":"https://github.com/GreatWizard/gistlinktree","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"e53f606e1910d3928addad9a9074b11b25e43965"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fgistlinktree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fgistlinktree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fgistlinktree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fgistlinktree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GreatWizard","download_url":"https://codeload.github.com/GreatWizard/gistlinktree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226607620,"owners_count":17658484,"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":["generator","gist","gistlinktree","link","linktree","tree","website"],"created_at":"2024-08-07T18:05:23.717Z","updated_at":"2024-11-26T19:30:58.526Z","avatar_url":"https://github.com/GreatWizard.png","language":"JavaScript","funding_links":[],"categories":["website"],"sub_categories":[],"readme":"# Gist🔗🌲\n\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)\n[![Test](https://github.com/GreatWizard/gistlinktree/actions/workflows/test.yml/badge.svg)](https://github.com/GreatWizard/gistlinktree/actions/workflows/test.yml)\n\nGenerate a link tree from a configuration file.\n\n## Installation\n\n```shell\nnpm install --save gistlinktree\n```\n\n## Usage\n\n```shell\nnpx gistlinktree [options]\n```\n\n### Options\n\n```shell\n  -c, --config string       Path to the config file\n  -o, --output-dir string   Output directory\n  -h, --help                Print this usage guide\n```\n\nConfig file is defaulted to `gistlinktree.yml`.\n\nOutput directory is defaulted to `dist`.\n\n## Configuration\n\nDefine a `gistlinktree.yml` file as following:\n\n```yaml\ntitle: My Personal Link Tree # Main title of your page\navatar: static/avatar.jpg # avatar used in priority over gravatar\ngravatar: \u003cmd5-hash-of-your-email-here\u003e # load avatar from gravatar\ntheme: dracula # theme of the stylesheet; values: default (by default), dracula\nindex:\n  copy: # copy file at the root directory without changing the name\n    - input: static/icons/favicon.ico\n    - input: static/CNAME\nlinks:\n  - outputDir: my-tiny-static-website # build the gist into a subfolder\n    gistID: \u003cid-of-the-gist-here\u003e # you need to specify the if of your gist\n    copy:\n      - input: static/icons/website.ico # file to copy\n        output: favicon.ico # rename the file\n  - title: Github.com # title of the button link\n    url: https://github.com # define the URL of the link\nlinksSocialPosition: bottom # position of the social links in the page; values: bottom (by default), top\nlinksSocial:\n  - type: github # icon of the social link (use Font Awesome solid and brand icon names)\n    url: https://github.com/\u003cmy-nickname\u003e # define the URL of the social link\n```\n\nℹ️ SASS/SCSS/CSS files added in the `index.copy` list are added automatically into the generated `index.html`.\n\n### Format conversion\n\nDuring the copy process or the build process of a gist, it converts:\n\n- markdown files into HTML\n- SASS/SCSS files into CSS\n\n### Social Links\n\nOnly solid and brand icons coming from Font Awesome v5.15 are available: https://fontawesome.com/v5.15/icons?d=gallery\u0026p=2\u0026s=brands,solid\u0026m=free\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGreatWizard%2Fgistlinktree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGreatWizard%2Fgistlinktree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGreatWizard%2Fgistlinktree/lists"}