{"id":18591972,"url":"https://github.com/king-tri-ton/pythonpagelink","last_synced_at":"2026-03-07T14:02:24.230Z","repository":{"id":254440036,"uuid":"846520996","full_name":"king-tri-ton/pythonpagelink","owner":"king-tri-ton","description":"This project provides a template and script for creating your own LinkTree (or Taplink) style landing page using Python and GitHub Pages. It allows you to generate a static webpage that displays links to your various social media profiles or other important sites.","archived":false,"fork":false,"pushed_at":"2025-11-22T06:17:52.000Z","size":876,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-22T06:17:57.665Z","etag":null,"topics":["github","html","python","webdev"],"latest_commit_sha":null,"homepage":"https://king-tri-ton.github.io/pythonpagelink/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/king-tri-ton.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-08-23T11:41:43.000Z","updated_at":"2025-11-22T06:17:55.000Z","dependencies_parsed_at":"2024-08-23T13:58:28.976Z","dependency_job_id":"e58bb81b-4db6-4959-b83b-d029b54cf591","html_url":"https://github.com/king-tri-ton/pythonpagelink","commit_stats":null,"previous_names":["king-tri-ton/pythonpagelink"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/king-tri-ton/pythonpagelink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/king-tri-ton%2Fpythonpagelink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/king-tri-ton%2Fpythonpagelink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/king-tri-ton%2Fpythonpagelink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/king-tri-ton%2Fpythonpagelink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/king-tri-ton","download_url":"https://codeload.github.com/king-tri-ton/pythonpagelink/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/king-tri-ton%2Fpythonpagelink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30216495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T13:35:13.914Z","status":"ssl_error","status_checked_at":"2026-03-07T13:35:13.569Z","response_time":53,"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":["github","html","python","webdev"],"created_at":"2024-11-07T01:06:06.744Z","updated_at":"2026-03-07T14:02:24.212Z","avatar_url":"https://github.com/king-tri-ton.png","language":"CSS","funding_links":["https://www.patreon.com/king_triton"],"categories":[],"sub_categories":[],"readme":"# Build Your Own LinkTree with Python and GitHub Pages\n\nThis project provides a template and script for creating your own LinkTree (or Taplink) style landing page using Python and GitHub Pages. It allows you to generate a static webpage that displays links to your various social media profiles or other important sites.\n\n![my analog of linktree using github page](https://github.com/user-attachments/assets/5713df1f-1161-4660-9efb-cdfd53685374)\n\n## Overview\n\nPythonPageLink is a static site generator that creates a personal link tree webpage. It uses Python and Jinja2 for generating HTML from a configuration file and can be easily deployed using GitHub Pages.\n\n## Features\n\n- **Customizable Links**: Define your links and their descriptions in a YAML file.\n- **Personalization**: Customize your profile picture, bio, and site theme.\n- **Easy Deployment**: Host your site on GitHub Pages with simple setup instructions.\n\n## Project Structure\n\n- **`config.yml`**: Configuration file for site details.\n- **`generate_site.py`**: Python script to generate the static site.\n- **`themes/custom/`**: Custom theme directory with assets, CSS, JavaScript, and the HTML template.\n- **`docs/`**: Output directory for generated site files.\n\n## Setup\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/king-tri-ton/pythonpagelink.git\n   cd pythonpagelink\n   ```\n\n2. **Install Dependencies**\n\n   Make sure you have Python 3 and pip installed. Install the required Python packages:\n\n   ```bash\n   pip install jinja2 pyyaml\n   ```\n\n## Customization\n\n1. **Configure Your Page**\n\n   Edit `config.yml` to update your personal information and links. Example configuration:\n\n   ```yaml\n   name: \"King Triton\"\n   picture: \"assets/img/picture.jpg\"\n   bio: \"Programmer python and php/laravel\"\n   meta:\n     lang: \"en\"\n     description: \"Programmer python and php/laravel\"\n     title: \"King Triton\"\n     author: \"King Triton\"\n     siteUrl: \"https://king-tri-ton.github.io/pythonpagelink/\"\n   links:\n     - name: \"Github\"\n       url: \"https://github.com/king-tri-ton\"\n     - name: \"Dev.to\"\n       url: \"https://dev.to/king_triton\"\n     - name: \"Patreon\"\n       url: \"https://www.patreon.com/king_triton\"\n     - name: \"Telegram\"\n       url: \"https://t.me/king_triton\"\n     - name: \"Instagram\"\n       url: \"https://www.instagram.com/king_tri_ton\"\n   theme: \"custom\"\n   ```\n\n2. **Customize Your Theme**\n\n   - **CSS**: Modify `themes/custom/assets/css/styles.css` to adjust the styling of your site.\n   - **JavaScript**: Update `themes/custom/assets/js/script.js` to add or change functionality.\n   - **HTML Template**: Edit `themes/custom/index.html` for structural changes to your webpage.\n\n## Generate Your Site\n\nAfter customization, generate your static site by running:\n\n```bash\npython generate_site.py\n```\n\nThis command will create the `docs` folder with the generated files.\n\n## Deploying on GitHub Pages\n\n![steps to create a github page](https://github.com/user-attachments/assets/1ce1a9c2-f2d5-4cec-9d4b-e5ba9453cefb)\n\n1. Create a new repository on GitHub.\n2. Upload all files, including the `docs` folder, to the repository.\n3. Go to the repository’s Settings section.\n4. In the Pages section, select the `master` branch and the `/docs` folder as the source.\n5. Save changes and wait for GitHub Pages to deploy your site.\n\nYour site will now be available at `https://\u003cusername\u003e.github.io/\u003crepository-name\u003e/`.\n\nYou can check the final result at [king-tri-ton.github.io/pythonpagelink](https://king-tri-ton.github.io/pythonpagelink/).\n\n## License\n\nThis project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).\n\n## Contact\n\nIf you have any questions or suggestions, feel free to reach out to me via [telegram](https://t.me/king_triton).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fking-tri-ton%2Fpythonpagelink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fking-tri-ton%2Fpythonpagelink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fking-tri-ton%2Fpythonpagelink/lists"}