Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better space link-listing | EuAndreh | 2020-11-03 | 1 | -0/+9 |
* | styles.css: Fix display of sequential headers | EuAndreh | 2020-10-30 | 1 | -1/+1 |
* | Increase max-width from 700px to 750px | EuAndreh | 2020-10-30 | 1 | -1/+1 |
* | Wrap header with link using a div rather than a span | EuAndreh | 2020-10-30 | 1 | -10/+10 |
* | styles.css: Add horizontal scrollbar on long code blocks | EuAndreh | 2020-09-18 | 1 | -0/+4 |
* | styles.css: Add custom style for blockquotes | EuAndreh | 2020-08-31 | 1 | -0/+7 |
* | styles.css: Decrease max-width from 1000px to 700px | EuAndreh | 2020-08-31 | 1 | -1/+1 |
* | Generate plaintext links to raw code blocks...Generate txt files from code blocks embedded on pages, and add links to them. | EuAndreh | 2020-08-17 | 1 | -0/+8 |
* | Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn>...Now the hook creates a wrapping <span> to put the header and it's existing link inside, and add the new anchor as a sibling. | EuAndreh | 2020-08-15 | 1 | -3/+15 |
* | styles.css: Show underline on code block anchors on hover | EuAndreh | 2020-08-13 | 1 | -0/+5 |
* | Create Jekyll hook to add anchors to code block lines | EuAndreh | 2020-08-13 | 1 | -1/+10 |
* | styles.css: Reshuffle declarations and organize with some comments | EuAndreh | 2020-08-13 | 1 | -13/+30 |
* | Create Jekyll hook to add header anchors based on the header IDs...Impement add-anchor-to-header-from-header-id.rb using regexps, like the "official hooks" do: - https://github.com/jekyll/jekyll-mentions - https://github.com/jekyll/jemoji | EuAndreh | 2020-08-13 | 1 | -0/+13 |
* | styles.css: Add light pink background color | EuAndreh | 2020-08-12 | 1 | -0/+1 |
* | Also separate footnotes with a border | EuAndreh | 2020-08-10 | 1 | -1/+1 |
* | CSS: Add clearer separation between end of post and post footer | EuAndreh | 2020-08-10 | 1 | -1/+5 |
* | Simplify styles.css and setup line number for code blocks...Doesn't work for code blocks with 1000 or more lines, though. It works well enough for now. | EuAndreh | 2020-08-05 | 1 | -20/+9 |
* | style.css: Make the border of code blocks more discrete | EuAndreh | 2020-08-01 | 1 | -1/+2 |
* | CSS tweak code block highlight | EuAndreh | 2020-02-06 | 1 | -5/+2 |
* | Update code highlight CSS class | EuAndreh | 2020-02-06 | 1 | -1/+1 |
* | Add manual support for multiple languages | EuAndreh | 2020-02-05 | 1 | -0/+10 |
* | WIP Jekyll | EuAndreh | 2020-02-05 | 1 | -0/+80 |