Jed Ludlow
baf5a16a06
Place copyright year ahead of copyright name
...
Traditional placement is to have the year precede the name, so
modifying standard templates to match this.
2020-08-26 09:38:58 -06:00
Alexandre Vicenzi
0cc12a0c3c
Merge pull request #243 from saagit/update_google_fonts
...
Update Google fonts to remove unused weight and CSS API v2.
2020-08-26 10:12:54 +02:00
saagit
e0d18dc67c
Update Google fonts to remove unused weight and CSS API v2.
...
The 300 weight of Source Code Pro is not used anywhere. This change
also updates to using Google Fonts CSS API v2 and specifying
display=swap to avoid a "flash of invisible text".
Resolves #241
2020-08-25 16:16:34 -07:00
Loïc Penaud
0f0ea7e824
Add style to figure element ( #225 )
...
* Add style to figure element
* Rebuild
2020-05-12 17:51:27 +02:00
Sumner Evans
8d939f7f5e
Add Admonition styles ( #230 )
...
* Add Admonition styles
* Generic Admonition is now grey
2020-05-11 23:39:35 +02:00
Alexandre Vicenzi
52c33b2456
Merge pull request #228 from sumnerevans/twitch-social-icon-color
...
Added color for Twitch
2020-05-04 13:09:28 +02:00
Sumner Evans
ac34f08c1e
Added color for Twitch
2020-05-03 16:42:44 -06:00
Alexandre Vicenzi
9d672dba84
Update translations
2020-04-21 18:55:22 +02:00
Alexandre Vicenzi
fed45e0c6b
Update messages.pot
2020-04-21 18:03:51 +02:00
Alexandre Vicenzi
db7f73bec2
Merge pull request #221 from sumnerevans/fix-post-stats-format-strings
...
Bug fix: Closes #220 : Format strings need 's' after the name
2020-04-21 17:28:47 +02:00
Sumner Evans
7e66676ebe
Closes #220 : Format strings need 's' after the name
2020-04-21 07:58:12 -06:00
Alexandre Vicenzi
fd08a83124
Ignore package-lock.json
2020-04-20 23:42:03 +02:00
Alexandre Vicenzi
9462fc96c5
Extract new messages
2020-04-20 23:40:21 +02:00
Alexandre Vicenzi
8e4a88edde
Update docs
2020-04-20 23:38:29 +02:00
Alexandre Vicenzi
533bc1760e
Fix identation and missing trans
2020-04-20 23:36:36 +02:00
Alexandre Vicenzi
6b87efa507
Rename files
2020-04-20 23:19:01 +02:00
Alexandre Vicenzi
1f7188db3b
Compile latest changes
2020-04-20 23:19:01 +02:00
Alexandre Vicenzi
f9c202606a
Update packages
2020-04-20 23:19:01 +02:00
Alexandre Vicenzi
9d5492d311
Merge pull request #219 from sumnerevans/auto-detect-tipue-search
...
Auto-detect Tipue Search plugin
2020-04-20 23:17:06 +02:00
Sumner Evans
bc855d825b
Check PLUGINS variable for tipue_search instead of using USE_TIPUE_SEARCH
2020-04-20 14:28:38 -06:00
Alexandre Vicenzi
31e56276ea
Merge pull request #213 from sumnerevans/support-dark-theme
...
Support dark theme
2020-04-20 22:24:45 +02:00
Sumner Evans
8b3811fc25
Add dark mode to list of features
2020-04-20 09:15:27 -06:00
Alexandre Vicenzi
6f73303f90
Merge pull request #215 from sumnerevans/fix-tipue-search
...
Added tipuesearch_content.js to base.html when tipuesearch is enabled
2020-04-20 10:11:38 +02:00
Alexandre Vicenzi
531bd8ad0b
Merge pull request #217 from sumnerevans/remove-extra-whitespace-in-nav
...
Strip whitespace from translated links in nav
2020-04-20 10:04:25 +02:00
Sumner Evans
caef42ff2f
Fix extraneous whitespace at the macro level
2020-04-17 13:52:12 -06:00
Sumner Evans
7ff8c7067b
Add Tipue Search to plugin list in README
2020-04-16 16:19:44 -06:00
Sumner Evans
582adec6a4
Greatly simplified all of the logic; moved the JS to a separate file
2020-04-16 15:54:36 -06:00
Sumner Evans
a18c421354
Made the switch text translateable
2020-04-16 13:48:24 -06:00
Sumner Evans
7bddebeff1
Closes #216 : strip whitespace from translated links in nav
2020-04-16 12:05:11 -06:00
Sumner Evans
e854dcf9bb
Added tipue_search styles for dark mode
2020-04-16 11:56:11 -06:00
Sumner Evans
b4ee01e251
Added Isso dark mode styles
2020-04-16 11:07:03 -06:00
Sumner Evans
da942970cc
Fixed issue with styling admonitions after #207
2020-04-16 10:41:43 -06:00
Sumner Evans
0d047f7327
Address a few comments from from PR
2020-04-16 10:40:37 -06:00
Sumner Evans
ec1acb115a
Fixed some bugs with various settings combinations
2020-04-16 10:35:27 -06:00
Sumner Evans
904484e2b4
Added themeing options
...
Added THEME_COLOR, THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE, and THEME_COLOR_ENABLE_USER_OVERRIDE options
2020-04-16 10:35:27 -06:00
Sumner Evans
9b3495da5d
Moved all of the styles in to Flex from my website
2020-04-16 10:35:26 -06:00
Sumner Evans
0d56e19d6a
Default to monokai in dark theme and fixed defaulting mechanism in the JS
2020-04-16 10:35:26 -06:00
Sumner Evans
927306ddb9
Undo changes that are included in other PRs
2020-04-16 10:35:26 -06:00
Sumner Evans
02e1404e34
Make pygments style switching work when JS is off, but prefers-color-scheme is enabled
2020-04-16 10:35:26 -06:00
Sumner Evans
5955f45a30
Improve the theme detection logic
2020-04-16 10:35:26 -06:00
Sumner Evans
6816d4800b
Add a couple comments
2020-04-16 10:35:26 -06:00
Sumner Evans
91aa9016e7
Dark mode for Pygments
2020-04-16 10:35:25 -06:00
Sumner Evans
543ae58a37
Added support for dark mode detection
2020-04-16 10:35:25 -06:00
Sumner Evans
65df195b4e
Added tipuesearch_content.js to base.html when tipuesearch is enabled
2020-04-16 10:08:26 -06:00
Alexandre Vicenzi
ee4c79b7dc
Merge pull request #200 from sumnerevans/isso-support
...
Isso support
2020-04-16 17:12:47 +02:00
Sumner Evans
be023444e2
Add Isso to README
2020-04-16 08:35:07 -06:00
Alexandre Vicenzi
a46c0f302a
Merge pull request #207 from sumnerevans/support-code-in-annotations
...
Added support for code within annotations
2020-04-16 09:55:25 +02:00
Alexandre Vicenzi
cc7241d89f
Merge pull request #212 from sumnerevans/consistent-double-bars
...
Made the vertical bars between menu items consistent
2020-04-16 09:54:26 +02:00
Sumner Evans
4a1d549005
Added line to messages.pot file
2020-04-15 09:46:08 -06:00
Sumner Evans
3b80c3f9b7
Added a few styles to make Isso look good
2020-04-15 09:16:15 -06:00