{"id":15462992,"url":"https://github.com/jimthoburn/fathomnet-ui","last_synced_at":"2026-07-22T09:32:12.922Z","repository":{"id":72066577,"uuid":"304685297","full_name":"jimthoburn/fathomnet-ui","owner":"jimthoburn","description":"User interface library for the FathomNet project 🐳","archived":false,"fork":false,"pushed_at":"2020-12-18T21:22:04.000Z","size":34016,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-19T13:39:51.926Z","etag":null,"topics":["gh-pages","jekyll","pattern-library"],"latest_commit_sha":null,"homepage":"https://fathomnet-ui.tobbi.co","language":"HTML","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/jimthoburn.png","metadata":{"files":{"readme":"readme.markdown","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}},"created_at":"2020-10-16T16:44:48.000Z","updated_at":"2023-03-07T07:05:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"65709cb6-6130-4f8a-bb42-6091188fa8df","html_url":"https://github.com/jimthoburn/fathomnet-ui","commit_stats":{"total_commits":120,"total_committers":1,"mean_commits":120.0,"dds":0.0,"last_synced_commit":"4f5d49cf7b41767739c32d520d62511ac55b2099"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/jimthoburn/fathomnet-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimthoburn%2Ffathomnet-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimthoburn%2Ffathomnet-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimthoburn%2Ffathomnet-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimthoburn%2Ffathomnet-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimthoburn","download_url":"https://codeload.github.com/jimthoburn/fathomnet-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimthoburn%2Ffathomnet-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35757402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"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":["gh-pages","jekyll","pattern-library"],"created_at":"2024-10-02T00:06:32.278Z","updated_at":"2026-07-22T09:32:12.897Z","avatar_url":"https://github.com/jimthoburn.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FathomNet User Interface\n\nhttps://fathomnet-ui.tobbi.co\n\nThis is a space to document and test UI elements for the FathomNet project:\nhttps://fathomnet.org\n\nIt’s also a helpful place to work, while making changes to the CSS.\n\n* [How to download the latest CSS](#how-to-download-the-latest-css)\n* [How to make changes](#how-to-make-changes)\n* [How to develop locally](#how-to-develop-locally)\n* [Handy guides](#handy-guides)\n\n## Deployment status\n\nhttps://github.com/jimthoburn/fathomnet-ui/deployments\n\n## How to download the latest CSS\n\nThe individual CSS files for the project are combined into a single, downloadable file:  \nhttps://fathomnet-ui.tobbi.co/fathomnet-ui-v0.2.3-beta/fathomnet-ui.css\n\n## How to make changes\n\nThe website is published with [GitHub Pages](https://pages.github.com), and the files are generated with [Jekyll](http://jekyllrb.com).\n\nAs you make changes and commit/push them to GitHub, the [website](https://fathomnet-ui.tobbi.co) will automatically update.\n\nFor example, if you [edit the icon page](elements/icon.markdown) on GitHub, and then press the “Commit changes” button–you should see your changes on the [icons page](https://fathomnet-ui.tobbi.co/elements/icon/) of the website within a few minutes.\n\n### How to edit the CSS\n\nThe single, downloadable CSS file is generated from individual CSS files, which can be found in these folders:\n1. [elements](elements)\n2. [components](components)\n3. [pages](pages)\n\nFor example, you can edit the CSS for the icons in this file:\n[elements/icon.css](elements/icon.css)\n\n### How to add a new CSS file\n\nYou can add a new file anywhere in the project, and then link to it from these two files:\n1. [css/ui.css](css/ui.css)\n2. [fathomnet-ui.css](fathomnet-ui.css)\n\n## How to develop locally\n\nIf you want to see a preview of your changes while you work, you can [run a Jekyll server](https://jekyllrb.com) on your local machine. [Installing Ruby and Jekyll](https://jekyllrb.com/docs/installation/) is a good place to start.\n\nAfter you have Jekyll installed, you can clone this project with [Git](https://git-scm.com) or [GitHub Desktop](https://desktop.github.com)…\n\n```\ngit clone https://github.com/jimthoburn/fathomnet-ui.git\n```\n\nAnd then start running the Jekyll application like this...\n\n```\nbundle exec jekyll serve\n```\n\n## Handy guides\n\n* [Markdown](https://guides.github.com/features/mastering-markdown/)\n* [YAML](https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html)\n* [YAML Checker](http://www.yamllint.com)\n* [Liquid](https://shopify.github.io/liquid/)\n* [Liquid for Designers](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers)\n* [Jekyll](https://jekyllrb.com/docs/home/)\n* [GitHub Pages](https://pages.github.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimthoburn%2Ffathomnet-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimthoburn%2Ffathomnet-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimthoburn%2Ffathomnet-ui/lists"}