squidfunk
9cc396315c
Added guide for navigation configuration
2020-07-17 13:08:27 +02:00
squidfunk
a539005816
Added guide for font configuration
2020-07-16 23:55:37 +02:00
squidfunk
71e9b1d745
Improved getting started guide and added further guides
2020-07-16 22:31:39 +02:00
squidfunk
e90008600f
Updated structure
2020-05-31 16:43:56 +02:00
squidfunk
9777349dac
Rewrote installation and bootstrapping guide
2020-05-31 15:40:41 +02:00
squidfunk
d114778636
Added documentation for color schemes
2020-05-18 21:37:57 +02:00
squidfunk
7a12b5ec10
Fixed footer styles and added color transitions
2020-05-17 14:40:00 +02:00
squidfunk
1fc6af1f15
Prototyped dark mode
2020-04-25 19:07:23 +02:00
squidfunk
f90644dac5
Integrated with mkdocs-material-extensions
2020-04-12 19:58:22 +02:00
squidfunk
7da5010d69
Removed tutorials from master (whoops)
2020-04-11 17:15:11 +02:00
squidfunk
5997c4bae8
Bootstrapped tutorials section
2020-04-11 17:14:12 +02:00
squidfunk
cb99a22fdf
Reverted emoji.py integration to be moved out to separate package
2020-04-08 17:40:36 +02:00
Isaac Muse
89b474bf33
Added emoji icon integration ( #1575 )
...
* Add emoji icons
* Generate new build and ensure build is sane on WSL (windows)
Normalize line endings to ensure when building in Windows Subsystem
for Linux that the results are sane.
Build new JS and CSS.
* Attempt to fix netlify issue
2020-04-08 16:00:20 +02:00
squidfunk
81c43ec558
Renamed release notes
2020-04-06 14:57:35 +02:00
squidfunk
fa9110c2e4
Merge branch 'refactor/rxjs-typescript' into feature/landing-page
2020-03-29 15:28:00 +02:00
squidfunk
a1bc6f99eb
Fixed open graph image URL
2020-03-29 15:21:11 +02:00
squidfunk
155ce0a268
Disabled instant loading
2020-03-29 14:20:26 +02:00
squidfunk
9c48baa791
Merge branch 'refactor/rxjs-typescript' into feature/landing-page
2020-03-28 17:43:12 +01:00
squidfunk
f81ae11d59
Fixed linting errors and enabled instant loading
2020-03-28 13:48:39 +01:00
squidfunk
7ad56264ae
Overhauled landing page
2020-03-26 15:23:22 +01:00
squidfunk
4b700c3dc7
Added support for buttons
2020-03-26 10:25:13 +01:00
squidfunk
b0c2c4390a
Documentation
2020-03-20 16:47:47 +01:00
Taylor Steinberg
9adf66475a
Added mkdocs-awesome-pages-plugin to Dockerfile ( #1519 )
...
* Adds mkdocs-awesome-pages-plugin to Dockerfile and adds plugins documentation
* Adds additional usage documentation for the awesome-pages plugin
* Update mkdocs.yml
2020-03-20 16:15:55 +01:00
squidfunk
1801f2f2b9
Replaced mask-image wherever possible to improve print styles
2020-03-18 12:46:50 +01:00
squidfunk
fcbd47c2cb
Fixed error when only setting a single icon
2020-03-11 11:24:40 +01:00
squidfunk
77987485af
Prepare 5.0.0rc1 release
2020-03-10 17:37:51 +01:00
squidfunk
d470f89056
Updated documentation
2020-03-10 11:55:25 +01:00
squidfunk
22780858b3
Replaced symlink with pymdownx.snippets
2020-03-09 23:33:46 +01:00
squidfunk
bfea33154f
Added title to social footer links
2020-03-09 21:14:47 +01:00
squidfunk
11901049bc
Reworked extension documentation
2020-03-09 19:03:48 +01:00
squidfunk
6e6868b8cd
Refactored feature flags
2020-03-05 16:44:55 +01:00
squidfunk
eaeac798b1
Refactored icon options for mkdocs.yml
2020-02-27 11:37:02 +01:00
squidfunk
1704c9d695
Prepare 5.0.0b2 release
2020-02-20 18:02:18 +01:00
Isaac Muse
a348663566
Added support for pymdownx.tabbed via pymdown-extensions 7.0b1 ( #1459 )
...
* Add support pymdownx.tabbed via pymdown-extensions 7.0b1
* Rebuild theme
* Use :only-child
2020-02-14 08:16:04 +01:00
squidfunk
0bc43f43d9
Added new favicon
2020-02-13 09:46:17 +01:00
squidfunk
41dc846753
Merge branch 'master' into refactor/rxjs-typescript
2020-02-10 12:34:58 +01:00
squidfunk
a074005b41
Added support for keyboard handlers
2020-02-02 16:19:01 +01:00
squidfunk
68272079c3
Added before print hooks and search keyboard handlers
2020-01-08 18:17:19 +01:00
squidfunk
704a7c507d
Updated FontAwesome to v5 and switched to inline SVGs
2019-12-22 18:21:19 +01:00
squidfunk
6e29fc3723
Moved FontAwesome back into footer
2019-12-22 17:42:58 +01:00
squidfunk
60330fd18d
Merge
2019-12-18 20:58:31 +01:00
squidfunk
367211f477
Merge branch 'master' into refactor/rxjs-typescript
2019-12-18 17:24:38 +01:00
Martin B
c44ea77172
Separated plugin documentation from extensions ( #1390 )
...
* Create minify-html.md
* Rename docs/minify-html.md to docs/plugins/minify-html.md
* Create search.md
* Update and rename docs/extensions/revision-date.md to docs/plugins/revision-date.md
* Update getting-started.md
* Update mkdocs.yml
2019-12-18 17:13:17 +01:00
squidfunk
862982a69d
Added back revision date docs
2019-12-17 10:01:46 +01:00
squidfunk
afe1d65b15
Updated built files and fixed revision date integration
2019-12-11 17:47:48 +01:00
Tim Vink
f08f2fbf65
Added support for mkdocs-git-revision-date-localized-plugin ( #1373 )
...
* #1350 update base template to include git revision date
* #1350 add localized revision date
* #1350 support for v0.3 of mkdocs-git-revision-date-localized-plugin
* #1350 add translations for source.revision.date
2019-12-11 10:46:03 +01:00
Christian Oliff
9065a84413
Update LinkedIn URL to use www and finish with trailing slash ( #1353 )
2019-11-29 13:36:36 +01:00
Isaac Muse
401dfd9e20
Switched to Twemoji due to license issues ( #1338 )
2019-11-16 20:47:02 +01:00
squidfunk
13c8ad3370
Fixed minification settings and documentation
2019-06-20 10:28:33 +02:00
squidfunk
91f2289587
Reverted template minification, added minification by plugin
2019-06-15 15:16:14 +02:00
squidfunk
d25fcefd9f
Prepare 3.3.0 release
2019-01-29 11:07:18 +01:00
squidfunk
6d905e6414
Updated copyright year in docs
2019-01-02 10:49:13 +01:00
squidfunk
cc47bb7464
Updated copyright year
2019-01-01 18:42:00 +01:00
squidfunk
d7a32d0a84
Upgraded MkDocs to 1.0
2018-08-04 19:53:13 +02:00
squidfunk
3677cfac82
Fix Travis build
2018-08-03 15:37:56 +02:00
squidfunk
6a5255fe81
Fixed MkDocs deprecation in mkdocs.yml
2018-07-29 17:04:50 +02:00
squidfunk
55aa14014b
Added documentation on GDPR compliance
2018-06-10 18:06:45 +02:00
squidfunk
3807f6d75f
Moved Ginseng integration to build process to avoid interference
2018-05-11 10:39:44 +02:00
squidfunk
4bcf4349eb
Switch to hosted Ginseng Analytics script
2018-05-10 19:56:10 +02:00
squidfunk
3523c89610
Added temporary scripts for testing
2018-04-26 15:20:34 +02:00
squidfunk
c002cc2881
Fixed search for languages without stemmers
2018-02-02 00:28:32 +01:00
squidfunk
c3cdb945a6
Updated copyright notice
2018-01-13 17:36:13 +01:00
squidfunk
01c9aa5e11
Added support for right-to-left languages
2018-01-13 17:24:30 +01:00
squidfunk
f99f6956be
Prepare 2.4.0 release
2018-01-11 23:20:49 +01:00
Martin Donath
f033fd5437
Added support for hero text
2017-11-22 00:13:56 +01:00
squidfunk
354c713e4f
Added support for sliding title
2017-11-19 17:49:37 +01:00
squidfunk
7214e70b42
Added 404.html to static_templates in mkdocs.yml
2017-11-08 00:04:33 +01:00
squidfunk
678a8f730c
Added author's notes to documentation
2017-11-05 16:16:00 +01:00
squidfunk
64a09ec0f2
Cleaned up documentation and migration guide
2017-11-05 14:41:47 +01:00
squidfunk
dec7e21243
Fixed buttons in getting started guide
2017-11-03 14:27:44 +01:00
squidfunk
e8200730b3
Added Russian translations
2017-11-01 14:05:18 +01:00
squidfunk
f4dddaeeee
Fixed favicon regression caused by deprecation upstream
2017-11-01 12:07:30 +01:00
squidfunk
91d34707ea
Fixed styles for link to edit the current page
2017-10-31 21:05:03 +01:00
squidfunk
c5143e890f
Prepare 2.0.0 release
2017-10-31 20:29:30 +01:00
squidfunk
240a7afa8d
Moved logo to theme configuration and made search optional
2017-10-31 20:07:11 +01:00
squidfunk
5fbba74c80
Moved language and features to theme configuration
2017-10-31 20:07:11 +01:00
squidfunk
a5d90ea2a9
Moved font theme configuration
2017-10-31 20:07:11 +01:00
squidfunk
3afe613e63
Moved palette to theme configuration
2017-10-31 20:07:11 +01:00
squidfunk
5ed16a0ae5
Added JavaScript for Ginseng.Analytics
2017-10-27 20:58:47 +02:00
squidfunk
b8b245a1b8
Prepare 1.12.0 release
2017-10-20 09:42:43 +02:00
squidfunk
9f513d6411
Added support for default localization and German translations
2017-10-19 21:11:18 +02:00
squidfunk
4d4c76c979
Added basic implementation for details
2017-08-29 13:17:26 +07:00
squidfunk
546a32f87a
Corrected social links
2017-07-20 14:42:04 +02:00
squidfunk
3f1d258cb6
Refactored .travis.yml for simpler release build
2017-04-05 13:25:16 +02:00
squidfunk
b8f4b62b72
Added documentation for edit_uri configuration
2017-03-11 18:40:44 +01:00
squidfunk
7cf5d428a4
Added documentation for Metadata extension
2017-03-11 18:40:44 +01:00
squidfunk
d12f17e520
Reduced repaints for header and sidebars
2017-03-11 14:42:55 +01:00
squidfunk
0fa899fe0b
Changed sidebar position to absolute to fix repaints with buttons
2017-03-11 14:42:55 +01:00
squidfunk
25b366ce7f
Prototype fixing sidebar re-positioning
2017-03-11 14:42:55 +01:00
squidfunk
12e12135c1
Move button into content block
2017-03-11 14:42:55 +01:00
squidfunk
a911dd31b3
Added source file links, have to fix repaints
2017-03-11 14:42:55 +01:00
squidfunk
a58904c8c2
Replaced all occurrences of npm with yarn
2017-02-26 19:44:56 +01:00
squidfunk
fc4a466346
Fixed incorrectly displayed nested lists
2017-02-26 17:12:26 +01:00
squidfunk
3e50c3394a
Added support for definition lists
2017-02-19 16:20:39 +01:00
squidfunk
21f2617c9c
Remove ... on hooks
2017-01-18 23:26:22 +01:00
squidfunk
203087bcb1
Initial setup of Gemini and first testcases
2017-01-18 23:23:45 +01:00
squidfunk
180da60770
Set overflow property to auto
2017-01-14 19:48:00 +01:00
squidfunk
6f324afb37
Put choco under general installation procedures
2017-01-14 13:43:19 +01:00
squidfunk
c61a6179f0
Updated documentation
2017-01-12 20:15:30 +01:00
squidfunk
6696f09444
Fix documentation on CodeHilite
2017-01-09 23:55:04 +01:00
squidfunk
7fd950872c
Replace GitHubEmoji with Emoji
2017-01-09 22:25:15 +01:00
squidfunk
82b8c71059
Removed automatic MathJax inclusion
2017-01-09 21:41:30 +01:00
squidfunk
f37bb76d18
Update copyright
2017-01-06 19:11:18 +01:00
squidfunk
01054414c8
Fixed #79 : Modularized social links integration
2017-01-04 20:16:12 +01:00
Brendan Abbott
29f96ca61f
Remove metadata from mkdocs.yml, allow mkdocs to build again
2017-01-04 11:20:47 +10:00
squidfunk
5f5a82e718
Remove unfinished test infrastructure until after release
2017-01-02 23:18:44 +01:00
squidfunk
db73d4863a
Compatibility update for Internet Explorer
2016-12-28 18:54:26 +01:00
squidfunk
f4c5344116
Finishing touches on drawer
2016-12-28 16:20:52 +01:00
squidfunk
96ae06f25c
Fix initialization logic of sidebar
2016-12-28 12:24:42 +01:00
squidfunk
36ac36c56a
Fix anchor offsets for nav blurring
2016-12-27 16:10:06 +01:00
squidfunk
02296f6605
Full integration with PyMdown extensions
2016-12-27 12:26:25 +01:00
squidfunk
c0fcd8f8c5
Integrated social icons and moved copyright banner below footer navigation
2016-12-26 18:26:34 +01:00
squidfunk
41fb9cd97a
Integrated palettes from 0.2.x
2016-12-17 12:53:24 +01:00
Brendan Abbott
c31f1c6125
Build the assets so the edit link work, change base to 'rework' branch (for now)
2016-12-16 10:46:52 +10:00
squidfunk
3a73abad08
Added breadcrumbs in header
2016-12-15 20:04:30 +01:00
Martin Donath
ab99591d76
Merge branch 'rework' into specimen-updates
2016-12-15 16:48:42 +01:00
squidfunk
2fcfb551be
Refactored JavaScript architecture
2016-12-15 15:55:40 +01:00
Brendan Abbott
e1a24279a7
Update specimen, add inlinehilite content
2016-12-03 14:54:08 +10:00
squidfunk
65f23355c8
Added support for tasklist and critic extension + em fixes
2016-11-05 23:26:07 +01:00
squidfunk
0d5e66d9a5
Refactored JavaScript into components
2016-11-02 19:21:14 +01:00
squidfunk
738177d5a3
Forgot to update mkdocs.yml [ci skip]
2016-10-30 11:29:24 +01:00
squidfunk
8cac945757
Finished full integration for CodeHilite
2016-10-30 10:36:18 +01:00
squidfunk
95435e7035
Implemented basic search modal functionality
2016-10-23 10:21:37 +02:00
squidfunk
9338045887
Refactored navigation and drawer
2016-09-23 11:56:25 +02:00
squidfunk
2eed3bdb4f
Added support for footnotes
2016-09-02 22:59:14 +02:00
squidfunk
7f2444174f
Initial commit of rework
2016-08-07 18:01:56 +02:00
squidfunk
4b9c8b9a49
Prepare 0.2.1 release
2016-03-12 13:25:05 +01:00
squidfunk
573b74881d
Prepare 0.2.0 release
2016-02-24 18:11:04 +01:00
squidfunk
bf8be26e0a
Fixed #9 : Text for prev/next footer navigation should be customizable
2016-02-24 12:40:02 +01:00
squidfunk
60f2982c25
Prepare 0.1.3 release
2016-02-21 18:30:49 +01:00
squidfunk
e1cf87b483
Prepare 0.1.2 release
2016-02-16 17:04:03 +01:00
squidfunk
863e1482dc
Added option to configure fonts in mkdocs.yml with fallbacks
2016-02-16 13:10:33 +01:00
squidfunk
de5be52f18
Preparing 0.1.1 release
2016-02-11 12:41:59 +01:00
squidfunk
dca42dd3c3
Prepare release (continue)
2016-02-09 21:59:37 +01:00
squidfunk
3678fa53f0
Preparing release
2016-02-09 12:58:55 +01:00
squidfunk
06311058f6
Package theme for submission to PyPI
2016-02-04 15:03:20 +01:00