No description
  • HTML 53.9%
  • CSS 45.2%
  • Ruby 0.9%
Find a file
2025-12-06 18:41:50 -06:00
.well-known Convert webfinger to a regular file 2023-04-09 20:39:17 -07:00
_includes Blog: Move over to includes 2021-04-27 10:48:19 +02:00
_layouts Show blog post names in the site title 2025-01-09 23:55:48 +09:00
_posts Fix blockquote 2024-11-15 16:02:46 -08:00
assets Self-host fonts 2023-10-06 16:24:31 +02:00
.gitignore Fix blog icon spacing & resize gliding (+ gitignore cache) 2021-01-24 19:31:57 +01:00
404.html Header business 2020-11-17 02:20:09 +01:00
_config.yml Add fediverse-related lookup files 2023-04-09 20:25:38 -07:00
_redirects Added App Store post redirect 2020-11-16 22:40:38 +01:00
altstore.html Updated AltStore page, among other minor fixes 2022-10-09 20:27:21 +02:00
altstore.json fix: version should match app's release version 2025-12-06 18:41:50 -06:00
blog.css Accessibility, and other minor changes 2023-10-06 16:47:43 +02:00
blog.html Remove blog download link for now 2020-11-17 02:48:10 +01:00
fonts.css Self-host fonts 2023-10-06 16:24:31 +02:00
Gemfile Show blog post names in the site title 2025-01-09 23:55:48 +09:00
Gemfile.lock Update dependencies 2025-03-03 23:25:00 +01:00
google5c93bf5f223202f7.html Add google site verification 2018-11-12 09:32:44 +01:00
index.html Accessibility, and other minor changes 2023-10-06 16:47:43 +02:00
LICENSE Create LICENSE 2018-11-12 09:32:08 +01:00
netlify.toml Fix webfinger content type 2023-04-09 21:18:31 -07:00
README.md Add link to readme 2019-01-28 12:03:13 +01:00
robots.txt Optimising 2018-11-13 00:31:29 +01:00
style.css Accessibility, and other minor changes 2023-10-06 16:47:43 +02:00

ish.app

The iSH website.

Built using Jekyll. You can get Jekyll with

$ gem install bundler jekyll
# => ... gems installed

Then you can run it with

$ bundle exec jekyll serve
# => ...

and navigate to 127.0.0.1:4000 to see the page.