1
0
Fork
You've already forked entropy-arbitrage-code
0
The Jekyll blog for https://john.colagioia.net/blog
  • HTML 34.4%
  • SCSS 31.1%
  • Ruby 16.4%
  • Shell 10.5%
  • JavaScript 7.6%
2026年07月13日 06:53:56 -04:00
_includes Add function to check if Popover API isn't supported 2026年07月12日 06:41:24 -04:00
_layouts Pull header out of article element 2026年07月06日 06:45:09 -04:00
_patches Add jekyll-feed patch 2025年12月19日 06:50:02 -05:00
_plugins Add prototype Wikipedia plugin 2026年07月08日 06:52:44 -04:00
_sass Fix scrolling for internal links 2026年07月07日 06:52:55 -04:00
_scripts Fix binary operations for the link-update script 2026年02月13日 06:50:07 -05:00
_test Add test for content warning plugin 2025年08月27日 06:26:24 -04:00
js Fix search results 2022年05月23日 06:48:58 -04:00
tootpick Fix Tootpick use of Simple Icons 2025年02月23日 06:46:26 -05:00
.alexrc Add Alex configuration (finally) 2023年09月28日 06:35:04 -04:00
.gitignore Update ignored files 2024年08月19日 06:51:21 -04:00
.htaccess Fix path to 404 page 2020年10月16日 06:43:02 -04:00
.ruby-version Use recent Ruby version 2023年08月29日 06:33:59 -04:00
.vale.ini Add Vale configuration 2022年09月19日 06:59:47 -04:00
404.md Update 404 page 2025年06月25日 06:49:16 -04:00
_config.yml Remove minifier to fix Mermaid diagrams 2025年07月30日 06:49:01 -04:00
_taginfo.yml Improve description of developer diary tag 2024年11月09日 06:40:45 -05:00
about.md Improve title for About page 2026年07月08日 06:46:54 -04:00
archive.sh Clean up day check 2024年05月31日 06:31:16 -04:00
blogurls.json Generate a list of post titles and URLs 2022年01月04日 06:15:24 -05:00
bookmarks.md Fix URL 2024年12月24日 06:43:08 -05:00
calendar.html Add skippable-to link on pages 2026年06月17日 06:54:06 -04:00
check.sh Add timezone to checks 2026年02月26日 06:48:53 -05:00
coc.md Add icons to non-post pages 2026年06月08日 06:38:02 -04:00
Gemfile Update libraries 2025年10月20日 06:48:45 -04:00
Gemfile.lock Bump concurrent-ruby from 1.3.5 to 1.3.7 2026年06月23日 23:40:51 +00:00
index.html Fix headings in index 2026年07月03日 06:52:53 -04:00
LICENSE Initial commit 2020年01月07日 08:05:44 -05:00
makeroom.js Prevent makeroom script from running out of control by finding "new" files 2021年11月12日 06:50:39 -05:00
nextweek.sh Fix spacing on ARIA addition 2026年06月26日 06:47:52 -04:00
open.sh Grab drafts on open 2024年06月05日 06:45:20 -04:00
post.sh Remove Pinkary from posting script 2026年05月26日 06:55:44 -04:00
pseudosocial.xml Add Atom feed for "social" posts 2024年07月07日 06:46:26 -04:00
README.md Mention unrot-link in documentation 2023年12月11日 06:42:37 -05:00
rebuild.sh Add audible signal to deployment before transferring files 2026年07月13日 06:53:56 -04:00
robots.txt Exclude search data from web crawlers 2020年08月19日 06:33:43 -04:00
search.json Add teasers to search 2024年11月01日 06:48:39 -04:00
search.md Add skippable-to link on pages 2026年06月17日 06:54:06 -04:00
sitemap.xml Update scripts, add sitemap, and fix styling 2020年01月26日 07:11:25 -05:00
socialish.md Add skippable-to link on pages 2026年06月17日 06:54:06 -04:00
tag-search.md Fix visibility of tags/labels 2025年12月07日 06:32:05 -05:00
tags.html Add skippable-to link on pages 2026年06月17日 06:54:06 -04:00
tags.sh Collect labels for tag generation 2025年11月29日 06:51:35 -05:00
update-assets.sh Make sure asset folder exists before copying 2025年08月20日 06:41:27 -04:00

entropy-arbitrage-code

This repository holds the Jekyll side of the posts found in entropy-arbitrage.

For reference, this mostly exists for transparency, and I don't recommend using this directly at all, since I deliberately built it around my website's design. The about.md and header/footer also refer rather directly to me, as a superficial inspection shows, in addition to configuration and the like.

Assets

Because it contains a lot, I've opted not to include the assets folder---which includes not only the images used in the blog, originals linked to in the posts---but also fonts, JavaScript, and CSS bits. You can see the layout here, minus images:

├── Exo2-Light.ttf
├── fa
│  ├── css
│  │  ├── all.css
│  │  ├── all.min.css
│  │  ├── brands.css
│  │  ├── brands.min.css
│  │  ├── fontawesome.css
│  │  ├── fontawesome.min.css
│  │  ├── regular.css
│  │  ├── regular.min.css
│  │  ├── solid.css
│  │  ├── solid.min.css
│  │  ├── svg-with-js.css
│  │  ├── svg-with-js.min.css
│  │  ├── v4-shims.css
│  │  └── v4-shims.min.css
│  └── webfonts
│  ├── fa-brands-400.eot
│  ├── fa-brands-400.svg
│  ├── fa-brands-400.ttf
│  ├── fa-brands-400.woff
│  ├── fa-brands-400.woff2
│  ├── fa-regular-400.eot
│  ├── fa-regular-400.svg
│  ├── fa-regular-400.ttf
│  ├── fa-regular-400.woff
│  ├── fa-regular-400.woff2
│  ├── fa-solid-900.eot
│  ├── fa-solid-900.svg
│  ├── fa-solid-900.ttf
│  ├── fa-solid-900.woff
│  └── fa-solid-900.woff2
├── fa-regular-400.ttf
├── fa-solid-900.ttf
├── NotoColorEmoji.ttf
├── prism.css
├── prism.js
├── redirect.js
└── Vollkorn-Bold.ttf

The fa material, as you may guess, comes from Font Awesome 5. The files named prism.* come from Prism.js, used for syntax highlighting of code snippets. The redirect.js script comes from unrot∙link to catch web pages that may have vanished. The fonts come from multiple common sources.

It would probably make sense to separate the two different kinds of assets---images and utility content---at some point.

For my own convenience, though, and usable to anybody who needs it, I finally created a repository for the assets, which sees updates weekly or so, generally Tuesday nights unless something goes wrong.