Commit Graph

111 Commits

Author SHA1 Message Date
Brian S. Stephan dc81ef35de float image left/right for inlining in an article 2021-02-12 12:51:43 -06:00
Brian S. Stephan c292f33334 CSS for framing an image inline the article 2021-02-12 12:51:12 -06:00
Brian S. Stephan 1c052b8409 pin bandit in requirements-dev since 1.7.0 is weird in tox 2021-02-12 09:28:12 -06:00
Brian S. Stephan 7cf8a427ce add an .img-25 for 25% wide images 2021-02-12 09:26:10 -06:00
Brian S. Stephan e8a749d9ba Revert "tweak the base text line height, again"
This reverts commit 1878d5951b.

the more I look at this, the more I like the old text spacing
2021-02-12 09:21:21 -06:00
Brian S. Stephan ae72fe87b5 class to center an image as a block element
this is effectively a replacement for div.splash means of getting a
centered header image, and can be used anywhere
2021-02-12 09:19:35 -06:00
Brian S. Stephan bb0e71e9e4 give *all* images max-width of the inner column
this was done for the giant splash logo but I should really just
restrain this everywhere
2021-02-12 09:18:54 -06:00
Brian S. Stephan 3bfdacdb6d add attr_list to markdown extensions
this will lead to me putting less HTML in the .md files, which is a good
thing
2021-02-12 09:15:41 -06:00
Brian S. Stephan e6d2015de5 use smarty markdown extension for dashes, ellipses 2021-02-11 19:05:01 -06:00
Brian S. Stephan 56eb767e33 don't let sub/superscripts affect line height 2021-02-11 18:53:57 -06:00
Brian S. Stephan 07031fe667 enable footnotes extra for markdown 2021-02-11 18:36:48 -06:00
Brian S. Stephan 48c6e8495a provide some styling of footnotes 2021-02-11 18:20:42 -06:00
Brian S. Stephan 4f45943775 initialize markdown on a per-page basis
the footnote extra expects to only parse one document over the Markup's
lifetime, and writes the footnotes to the bottom of every page that is
rendered (again assuming only one) with links back to the reference

having one parser for the entire app, naturally, introduced
ever-increasing footnote links and every footnote on the site showing up
on every page. this was not intended

in some light testing, doing this per-request has a nominal effect on
performance
2021-02-11 18:17:26 -06:00
Brian S. Stephan b26ea6a661 add html tag in order to specify lang="en" 2021-02-11 09:36:24 -06:00
Brian S. Stephan 1878d5951b tweak the base text line height, again 2021-02-11 09:35:21 -06:00
Brian S. Stephan 829165ad8c style link underline same color as the hover 2021-02-11 09:35:21 -06:00
Brian S. Stephan 7d982b96c9 tweak text colors; less normal, more bold 2021-02-11 09:35:21 -06:00
Brian S. Stephan 5e41cde52e use a flexbox for the header sections
this is better than a float because I have always kind of hated how
floating divs work, and this also orders and displays the navs better in
elinks
2021-02-11 00:23:19 -06:00
Brian S. Stephan ad33cf2e83 replace section tags with div tags
syntactically incorrect usage, as picked up by a W3C validator
2021-02-11 00:08:19 -06:00
Brian S. Stephan 87ad48d8d2 add mdx-linkify to markdown extensions 2021-01-22 09:51:53 -06:00
Brian S. Stephan 8a6f4d6b45 test multi-line metadata entries 2021-01-17 23:58:57 -06:00
Brian S. Stephan c25fefa9e3 add opengraph metadata to pages, via Markdown meta 2021-01-17 23:02:14 -06:00
Brian S. Stephan b0795999fe make splash images look better on small devices 2020-12-14 16:26:08 -06:00
Brian S. Stephan aaced9d0e1 add polycephaly-style figure support
this is really pushing my patience for CSS, but I've always thought this
looked nice, so I'm going to try to retain it
2020-12-14 16:25:35 -06:00
Brian S. Stephan 4042932240 tone down the line-height a bit
I think the color changes and using viewport magic has helped
readability a bit
2020-12-08 18:56:49 -06:00
Brian S. Stephan 49ab2befb6 disable browser resize magic, do viewport magic instead 2020-12-08 18:47:02 -06:00
Brian S. Stephan fbf6a81e0b use my old "square" logo as favicon
also provide a backgroundless version as a possible splash page image
2020-12-08 18:46:04 -06:00
Brian S. Stephan dabf9f7544 more corrections of the link colors 2020-12-08 18:27:55 -06:00
Brian S. Stephan dcf173ab61 add a test to ensure style selection works 2020-12-08 17:12:35 -06:00
Brian S. Stephan d2c1c2e3ce why did I make user styles a config setting???
this moves it into the code, where it's sensible, and leaves the default
to the config
2020-12-08 16:43:20 -06:00
Brian S. Stephan 3fcf916317 requirements bump 2020-12-08 16:33:19 -06:00
Brian S. Stephan 67e1890629 increase the line height for readability(?) 2020-12-07 21:55:56 -06:00
Brian S. Stephan e1cb541ea5 highlight links in light theme as in dark theme 2020-12-07 21:55:32 -06:00
Brian S. Stephan 93e9c8dc24 tweaks to the dark theme 2020-12-07 21:54:43 -06:00
Brian S. Stephan 7cf11986c5 user-selectable light and dark themes
cookies, template rendering with different CSS files via default or
request param or cookie, etc.
2020-10-30 00:19:19 -05:00
Brian S. Stephan 5ca483a904 configurable markdown extensions
meta is always loaded, because the code expects it
2020-10-29 23:51:58 -05:00
Brian S. Stephan fe7d61e1f7 actually style the white bg beyond the viewport scroll 2020-10-25 18:05:48 -05:00
Brian S. Stephan 1398cfe3db put some sidebars on the site for readability 2020-10-25 17:48:19 -05:00
Brian S. Stephan f63de031f6 tox updates: run py38, combine coverage, dist-as-dir 2020-10-20 16:07:49 -05:00
Brian S. Stephan 46bce5a0a5 recompile all requirements, add flake8-mutable 2020-10-20 16:05:17 -05:00
Brian S. Stephan 0af0f4e8aa tox.ini updates, use requirements-dev.txt, fix pathing 2020-06-23 13:33:15 -05:00
Brian S. Stephan 08896a18c1 reorganize requirements-dev.in, add dlint and flake8-fixme, bandit 2020-06-23 13:30:49 -05:00
Brian S. Stephan ea7c9a1e07 let TODOs through linting, but warn about them 2020-06-22 19:09:39 -05:00
Brian S. Stephan 63da59efd5 enable flake8-logging-format violations 2020-06-22 18:50:13 -05:00
Brian S. Stephan c7d4a1c930 add any suppressed flake8-fixme messages in the fail-open run 2020-06-22 18:49:34 -05:00
Brian S. Stephan 421d0e6f8e properly create the symlink to dist/ across multiple runs of tox 2020-06-22 18:48:22 -05:00
Brian S. Stephan 5c1fc93ff9 combine tox deps in order to unconfuse flake8-isort
with pytest not being included in the lint environment, flake8-isort
didn't know how to treat it vs. incorporealcms imports, leading to false
positives only inside tox. this makes it so that certain packages
(defined in base deps) can be imported in any/all envs, because they
show up in analyzed/imported/etc code rather than being merely tools
2020-06-22 18:48:18 -05:00
Brian S. Stephan 7b5f7ff00b add dlint and flake8-fixme 2020-06-20 10:48:46 -05:00
Brian S. Stephan 9db5189c65 add flake8-isort, with a caveat 2020-06-19 20:23:23 -05:00
Brian S. Stephan ab2d754e43 reorganize tox.ini a bit and use pytest-cov rather than coverage directly 2020-06-19 20:01:06 -05:00