squidfunk
37b3870133
Renamed components
2019-12-22 17:18:20 +01:00
squidfunk
6863aeb4a4
Finished search and moved components to setup functions
2019-12-20 18:03:31 +01:00
squidfunk
87e3bc2410
Added search result metadata
2019-12-19 14:44:22 +01:00
squidfunk
82fddbad77
Refactored JSX factory and added typings
2019-12-18 14:57:37 +01:00
squidfunk
4e4e086af7
Added observable for web worker communication
2019-12-17 15:59:13 +01:00
squidfunk
d439142f0f
Merge branch 'master' into refactor/rxjs-typescript
2019-12-17 09:59:59 +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
XhmikosR
54bd366a71
Fixe invalid character in Google Fonts URL ( #1366 )
...
Escape `|` in the Google Fonts URL.
2019-12-04 20:23:14 +01:00
squidfunk
c409fe3953
Fixed Travis and added more components
2019-11-27 19:12:49 +01:00
squidfunk
62ead4092f
Documentation
2019-11-26 10:36:04 +01:00
squidfunk
e1cab27714
Fixed L10N JSON format
2019-11-26 10:19:10 +01:00
squidfunk
b5ad4ac339
Reformatted HTML templates and moved L10N to inline JSON
2019-11-26 10:03:53 +01:00
squidfunk
4fc4876fc8
Optimized HTML structure
2019-11-22 17:53:12 +01:00
squidfunk
a633f4fec7
Migrated first features to RxJS
2019-09-29 00:30:56 +02:00
squidfunk
34cc56bf28
Fixed development environment
2019-09-28 20:39:07 +02:00
Timothy Pharo
422406bed3
Fixed issue where HTML tags were shown in page title ( #1220 )
...
* Strip tags from page tile when displaying in header <title> tag
* Build resources for stripping html tags from header <title>
2019-08-23 11:02:28 +02:00
Christian Oliff
ec9a9a62b0
Improved accessibility for IE users ( #1222 )
...
> The <main> element is widely supported. For Internet Explorer 11 and lower, it's suggested that an ARIA role of "main" be added to the <main> element to ensure it is accessible (screen readers like JAWS, used in combination with older versions of Internet Explorer, understand the semantic meaning of the <main> element when this role attribute is included).
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main#Browser_compatibility
2019-08-23 10:59:23 +02:00
squidfunk
91f2289587
Reverted template minification, added minification by plugin
2019-06-15 15:16:14 +02:00
Christian Oliff
6182414ae5
Improved Google Font display experience ( #1134 )
...
This fixes : #1133
This change prevents the font changing if the Google font loads within 100ms.
2019-06-14 09:26:51 +02:00
squidfunk
631846394e
Prepare 4.3.0 release
2019-05-17 21:52:14 +02:00
squidfunk
b36a725d30
Removed all whitespace from compiled files - saving 700 bytes per page (gzip)
2019-05-17 21:37:21 +02:00
squidfunk
94d6f2c68b
Added font-display: swap to Google Font loading
2019-05-17 18:57:11 +02:00
squidfunk
9a16b9c6ea
Fixed Asian search after lunr-languages upgrade
2019-03-12 16:33:58 +01:00
squidfunk
5ec6ad2828
Moved Google Analytics block into head
2019-01-28 11:18:22 +01:00
squidfunk
cc47bb7464
Updated copyright year
2019-01-01 18:42:00 +01:00
squidfunk
59ce603ed8
Moved redirect code into main template
2018-12-28 15:09:11 +01:00
Christian Oliff
2712a85b38
Lowercased doctype
to shave of 2 byte of gzipped response
...
* lowercase doctype in HTMLtemplate
This gzip compresses slightly better (can save 2 bytes!)
REF: https://encode.ru/threads/1889-gzthermal-pseudo-thermal-view-of-Gzip-Deflate-compression-efficiency
* lowercase doctype in src
2018-12-20 12:14:03 +01:00
squidfunk
226cb9f4d9
Added support for Progressive Web App Manifest
2018-11-13 22:24:17 +01:00
squidfunk
13a76c45d6
Fixed invalid skip-to-content link on 2nd+ level
2018-10-23 08:39:55 +02:00
squidfunk
611493de1f
Updated distribution files after dependency upgrade
2018-09-03 09:42:39 +02:00
Richard Körber
7d20ae8561
Removed preconnect meta tag if Google Fonts are disabled
2018-09-03 09:32:48 +02:00
squidfunk
7f08e2849a
Fixed #841 : Additional path levels for extra CSS and JS
2018-08-07 11:10:19 +02:00
Waldinar Oliveira Neto
cc46c9e5fb
Fixed lunr.js import scripts
2018-08-06 09:37:43 +02:00
squidfunk
fd75fa8eb7
Added Serbian and Serbo-Croatian translations
2018-08-04 20:35:14 +02:00
squidfunk
159575bbe9
Fixed path concatenation in templates
2018-08-04 20:22:49 +02:00
squidfunk
d7a32d0a84
Upgraded MkDocs to 1.0
2018-08-04 19:53:13 +02:00
squidfunk
602de62ae3
Added support for different spellings for theme color
2018-06-18 10:19:07 +02:00
squidfunk
f9298cf91f
Added support for theme color on Android
2018-06-13 10:18:00 +02:00
Isaac Muse
a42fdb33ed
Scope all internal HTML id tags to avoid name clashes
...
* Fix ids not being unique enough in templates
* Revert disqus id change
2018-06-10 14:45:16 +02:00
squidfunk
2fbeb28d9d
Packaged Material icons with theme (GDPR)
2018-06-10 13:52:51 +02:00
squidfunk
3523c89610
Added temporary scripts for testing
2018-04-26 15:20:34 +02:00
squidfunk
bdecff9736
Added temporary scripts for testing
2018-04-26 15:14:25 +02:00
squidfunk
bdaf043039
Reset drawer and search upon back button invocation
2018-03-21 20:21:49 +01:00
squidfunk
6ecf71ee8d
Fixed JavaScript error on home page if Disqus is enabled
2018-03-21 20:05:27 +01:00
squidfunk
36ec35c2e4
Added preconnect for Google Fonts for faster loading
2018-02-22 19:15:32 +01:00
squidfunk
b3e293ece9
Fixed duplicate slashes in source file URLs
2018-02-11 20:01:00 +01:00
squidfunk
e55a82b96c
Added ability to override Disqus integration using metadata
2018-02-11 20:01:00 +01:00
squidfunk
3c8f12a41a
Prepare 2.6.0 release
2018-02-02 00:28:32 +01:00
squidfunk
c002cc2881
Fixed search for languages without stemmers
2018-02-02 00:28:32 +01:00