Commit Graph

288 Commits (36f7dd0eca7263dd1caf2f19a354e3202ba92238)

Author SHA1 Message Date
Ethan Dalool a5974adf6a Enclose index page and tag page in <article> to fix new CSS.
The new CSS rules apply to article and not body, but these pages
were all written directly on the body.
2020-06-25 14:10:24 -07:00
Ethan Dalool d4ed8c76b1 Ignore [minor] commits when tracking edit date for index page. 2020-06-25 14:01:21 -07:00
Ethan Dalool 770cad146b Add tag introspection.
[minor]
2020-06-25 13:56:54 -07:00
Ethan Dalool 6e46f49735 Add "what is your blog" hackernews paragraph. 2020-06-21 22:00:13 -07:00
Ethan Dalool e4a412d14f Add amazon_covid_hazard_pay.md. 2020-06-12 16:03:32 -07:00
Ethan Dalool 3e979b25d3 Put the article text into <article>, adjust CSS accordingly. 2020-06-11 10:12:39 -07:00
Ethan Dalool d939b22e38 Apply relative link fixer to <img> and other media too. 2020-06-04 11:14:07 -07:00
Ethan Dalool 644f801e03 Turn footnote [x] into two-way <a> tags with hover text. 2020-06-04 10:59:26 -07:00
Ethan Dalool cc0b264b47 Add svg graph, tweak prose, add digitizer para.
- The value / friction chart previously made from box characters
  has been replaced with an svg illustration.
- Various phrasing tweaks to improve grammar and sound.
- A new paragraph about my digitizer tablet habit.
2020-06-04 10:56:31 -07:00
Ethan Dalool f48078c83a Send 404 instead of 500 for FileNotFoundError. 2020-06-04 10:51:06 -07:00
Ethan Dalool 21cd407070 Add device scale meta to md directory listing pages. 2020-06-04 10:50:42 -07:00
Ethan Dalool c782831a6e Center inlined images. 2020-06-03 20:39:58 -07:00
Ethan Dalool ed4d16cafa Add CSS for table borders. 2020-06-03 20:38:41 -07:00
Ethan Dalool f7eecfd7a5 Improve subreddit/redditor markdown regex. 2020-05-25 20:59:55 -07:00
Ethan Dalool 25d4f70377 Add soup cleaner fix_reddit_links to old.reddit.com.
Just in case I forget to type it as such in the document itself.
2020-05-20 09:19:07 -07:00
Ethan Dalool c7c581ad7a Add Complicated topics - Insurance. 2020-05-19 22:12:44 -07:00
Ethan Dalool 082040beac Replace multiple underscores with single underscore in anchor slugs. 2020-05-19 21:58:25 -07:00
Ethan Dalool 3d93608bff Increase font size of h2 from 1.8em to 2.0em.
I was finding h2 and h3 a little too close.
2020-05-19 21:57:31 -07:00
Ethan Dalool d840d4a56f Add chess comment. 2020-05-13 17:14:45 -07:00
Ethan Dalool d13e711731 Add turing test comment. 2020-04-02 20:22:05 -07:00
Ethan Dalool 7066034360 Reduce indentation of nested ols, uls. 2020-04-02 20:21:18 -07:00
Ethan Dalool 137c48463e Add warning if footnote link and text counts mismatch. 2020-04-02 20:20:46 -07:00
Ethan Dalool 4147020aa4 Add markdown rules for redditor, subreddit. 2020-04-02 20:19:37 -07:00
Ethan Dalool b25d99f14e Remove bullet points and let these just be paragraphs.
Also fix typo "might just from" -> "might just be from"
2020-03-30 11:42:14 -07:00
Ethan Dalool 234c4431c7 Add lying_git_history.md. 2020-03-29 22:48:38 -07:00
Ethan Dalool de54130987 Add tag meta. 2020-03-29 22:48:20 -07:00
Ethan Dalool 90e5af3912 Fix typo "bunch scripts" -> "bunch of scripts". 2020-03-29 22:45:40 -07:00
Ethan Dalool 7b46f84684 Add motivations_for_writing.md. 2020-03-28 19:48:28 -07:00
Ethan Dalool 78b53d65a6 Reduce the left and right padding of blockquotes.
40px is too extreme and results in super narrow real estates
very quickly.
2020-03-27 23:46:10 -07:00
Ethan Dalool 978a507d1e Recently edited only show articles which have been edited. 2020-03-27 23:33:44 -07:00
Ethan Dalool 596ba3b9d4 Add <title> to writing index and tag listings. 2020-03-27 23:30:01 -07:00
Ethan Dalool bc2ab74050 Fix link to new css location. 2020-03-27 23:26:22 -07:00
Ethan Dalool c9ec853d89 Add cyborgs_on_hn.md. 2020-03-27 23:24:21 -07:00
Ethan Dalool 093611e527 In the vmarkdown server, list directories before files. 2020-03-27 23:23:49 -07:00
Ethan Dalool bbe78bc5af Move the css file to the main writing folder.
With the folders acting as article categories, and I don't forsee
having that many different css files, I got tired of having to
go into the folder just to get the 1 css file.
2020-03-27 19:36:13 -07:00
Ethan Dalool 4cbe24584f Add argument_packing.md
I wrote this a few months ago so hopefully it's actually good.
2020-03-27 19:11:40 -07:00
Ethan Dalool 2d717ceeb2 Fix table of contents lines not having text of formatted headers.
If the header was called "Hello *world*" then the toc would only
say Hello because the toc generator wasn't getting the text of child
elements. This fixes that at the expense of having to cut the paragraph
sign back off.
2020-03-27 19:11:02 -07:00
Ethan Dalool ccd9d88ed2 Greatly reduce top and bottom margins. 2020-03-26 18:03:51 -07:00
Ethan Dalool 0cb64d0ca3 Replace html padding with body margin, reduce min width.
This looks better on my phone which was starting off in a slightly
zoomed in state.
2020-03-25 23:29:25 -07:00
Ethan Dalool 994c3b650c Set the box-model to border-box. 2020-03-25 23:19:37 -07:00
Ethan Dalool 82d110ccd9 Link to Friction. 2020-03-25 16:58:08 -07:00
Ethan Dalool d32de8d127 Add friction.md. 2020-03-25 16:52:47 -07:00
Ethan Dalool da093bb440 Set color on html instead of *.
Not sure why I didn't do this along with the other font change.
2020-03-25 14:54:17 -07:00
Ethan Dalool 7eb5ebe96c Add quotes about fools speaking. 2020-03-25 14:47:23 -07:00
Ethan Dalool 629b64a0f0 Remove the short hash from the commit chain <li>s. No one cares.
Not even me!
2020-03-25 14:38:08 -07:00
Ethan Dalool b29d61f7e8 Replace "his" -> "David's". 2020-03-25 14:36:26 -07:00
Ethan Dalool 8950928a57 Add are_children_better_at_languages.md. 2020-03-23 17:02:50 -07:00
Ethan Dalool 89d52981aa Add counter_counter_thoughts.md. 2020-03-23 16:49:38 -07:00
Ethan Dalool d45ca1ef38 Add auto-incrementing [footnote_link] and [footnote_text]. 2020-03-23 16:47:04 -07:00
Ethan Dalool 8ad213e924 Fix relative links. 2020-03-23 13:30:15 -07:00