{"id":20204623,"url":"https://github.com/tropy/tropy.github.io","last_synced_at":"2025-07-31T06:13:33.686Z","repository":{"id":47095462,"uuid":"245142637","full_name":"tropy/tropy.github.io","owner":"tropy","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-28T13:51:53.000Z","size":48030,"stargazers_count":2,"open_issues_count":12,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-16T15:10:16.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tropy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.html","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-03-05T11:15:37.000Z","updated_at":"2025-02-28T13:51:56.000Z","dependencies_parsed_at":"2025-01-13T20:52:36.797Z","dependency_job_id":null,"html_url":"https://github.com/tropy/tropy.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tropy/tropy.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tropy%2Ftropy.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tropy%2Ftropy.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tropy%2Ftropy.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tropy%2Ftropy.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tropy","download_url":"https://codeload.github.com/tropy/tropy.github.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tropy%2Ftropy.github.io/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267997183,"owners_count":24178251,"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-07-31T02:00:08.723Z","response_time":66,"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":[],"created_at":"2024-11-14T05:14:16.109Z","updated_at":"2025-07-31T06:13:33.666Z","avatar_url":"https://github.com/tropy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tropy.github.io\n\n## Prerequisites\n\n- Ruby 2.5.0 or later (`ruby -v`)\n- Bundler (`gem install bundler`)\n\n## Install dependencies\n\n```\n$ bundle install\n```\n\n## Serve the site\n\n```\n$ bundle exec jekyll serve\n```\n\n… and visit at `localhost:4000`.\n\n## Switch for previewing drafts of blog posts\n\n```\n$ bundle exec jekyll serve --drafts\n```\n\n## Getting rid of gem deprecation warnings\n\n```\n$ gem pristine --all --no-extensions\n```\n\n## Updating\nTo stay in sync with GitHub Pages run:\n\n```\n$ bundle update github-pages\n```\n\n## Writing blog posts\n\n### Headline hierarchy\nIn order to keep the outline of a post semantic in terms of accessibility, no heading level should be omitted. In case a visually smaller heading is wanted you can use heading classes:\n\n```\n## Looks like heading 3\n{: .h3}\n```\n\n### Images\nUnless you link to an external image add your photos to this location (create subfolders for year and month):\n\n```\ntropy.github.io\n└── assets\n    └── images\n        └── blog\n```\n\n### Post image\nYou can specify one (high-res) image in the post’s front matter that will be rendered on top of the post’s content (but it is not rendered in the post excerpts).\n\nThe post image can be used as a large preview image in tweets instead of the smaller Tropy icon. As Twitter crops preview images it is not recommended to use them for artwork, add artwork as image to your tweet instead of the preview.\n\nBoth a low-res (e.g. *image.png*) and a high-res (e.g. *image`@2x`.png*) version must exist.\n\n```\n---\nimage: /path/to/image@2x.png\ntwitter:\n  card: summary_large_image\n---\n```\n\n### Responsive images\nUse a liquid tag to embed images with multiple resolutions (specify `@2x` version only):\n\n```\n{% include image src=\"/path/to/image@2x.png\" alt=\"\" %}\n```\n\n### Captions\nUse a liquid tag for images with captions (specify `@2x` version for responsive images):\n\n```\n{% include figure src=\"/path/to/image@2x.png\" alt=\"\" caption=\"Example\" %}\n```\n\n**Heads up**: use single quotes inside captions: `caption=\"\u003ca href='…'\u003eSource\u003c/a\u003e\"`\n\n### Screenshots and borders\nYou can add a shadow and rounded corners to images and figures by adding the `screenshot` class:\n\n```\n{% include image src=\"…\" alt=\"…\" class=\"screenshot\" %}\n```\n\nIf all you want is a border, you can add the `border` class instead:\n\n```\n{% include image src=\"…\" alt=\"…\" class=\"border\" %}\n```\n\n## Deployment\nPush to GitHub and your changes are live.\n\n## License Page\nThe file `_includes/third-party-notices.html` is automatically generated and should not be changed by hand. To update, checkout [tropy/tropy] and point Tropy's `legal` script to the includes folder:\n\n```\nnpm run legal -- -o ../tropy.github.io/_includes\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftropy%2Ftropy.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftropy%2Ftropy.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftropy%2Ftropy.github.io/lists"}