Commit Graph

1056 Commits

Author SHA1 Message Date
Kilian Cavalotti
05673a2de6 redirect: add metatag to prevent robot indexing 2018-12-04 08:38:28 -08:00
Kilian Cavalotti
6d713cb8f5 redirect: add support to redirect anchors
eg. if url.md contains: "redirect: newurl/"
       //domain.tld/url#foo redirects to //domain.tld/newurl#foo
2018-11-26 15:22:35 -08:00
Kilian Cavalotti
dcf6c34284 redirect: use document.location.replace instead of location.href to
avoid storing old URL in browser history
2018-10-18 08:38:41 -07:00
Kilian Cavalotti
0c17ca3a52 add support for redirects via metadata extension 2018-10-17 14:53:48 -07:00
squidfunk
fa8d490b16 Fixed Travis build 2018-09-11 12:10:34 +02:00
squidfunk
0bfdd09c02 Adjusted build process 2018-09-11 12:09:54 +02:00
squidfunk
5e95a69b7e Fixed typo 2018-09-03 09:59:14 +02:00
squidfunk
375d031bd3 Replaced Gitter badge with original [ci skip] 2018-09-03 09:58:22 +02:00
squidfunk
a66c63c948 Removed Codacy badge [ci skip] 2018-09-03 09:57:18 +02:00
squidfunk
cf517e5420 Prepare 3.0.4 release 2018-09-03 09:55:59 +02:00
squidfunk
611493de1f Updated distribution files after dependency upgrade 2018-09-03 09:42:39 +02:00
Ronald Ligteringen
b04972ebbe Updated Dutch translations
The correct translation for Table of Contents in Dutch is 'Inhoudsopgave'
2018-09-03 09:33:15 +02:00
Richard Körber
7d20ae8561 Removed preconnect meta tag if Google Fonts are disabled 2018-09-03 09:32:48 +02:00
squidfunk
ca4bb5e4be Fixed broken links in specimen documentation 2018-08-09 10:13:21 +02:00
squidfunk
12a79817f0 Prepare 3.0.3 release 2018-08-07 11:12:37 +02:00
squidfunk
7f08e2849a Fixed #841: Additional path levels for extra CSS and JS 2018-08-07 11:10:19 +02:00
squidfunk
a629c5948a Prepare 3.0.2 release 2018-08-06 10:00:31 +02:00
squidfunk
7f8d8adaea Integrated lunr.js fixes [ci skip] 2018-08-06 09:41:01 +02:00
Waldinar Oliveira Neto
cc46c9e5fb Fixed lunr.js import scripts 2018-08-06 09:37:43 +02:00
squidfunk
a534c93e68 Fixed documentation for Serbo-Croatian translations 2018-08-06 09:35:49 +02:00
squidfunk
309389befd Prepare 3.0.1 release 2018-08-05 21:45:54 +02:00
Waldinar Oliveira Neto
679aa64310 Fixed broken search result links 2018-08-05 21:41:19 +02:00
squidfunk
2d7e9341f7 Prepare 3.0.0 release 2018-08-05 18:59:58 +02:00
squidfunk
07ff68631b Fix Travis after success script 2018-08-05 18:46:39 +02:00
Martin Donath
013033a9c0
Fixed Travis build
* Debug Travis build

* Try to build as Python project

* Do not install in user space

* Fixed Travis build
2018-08-05 18:38:16 +02:00
squidfunk
717f31288c Try to build with pip3 2018-08-05 17:30:58 +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
3677cfac82 Fix Travis build 2018-08-03 15:37:56 +02:00
squidfunk
7ef1dd08f8 Pinned MkDocs to <1 until stable release is out 2018-08-01 10:36:12 +02:00
squidfunk
6a5255fe81 Fixed MkDocs deprecation in mkdocs.yml 2018-07-29 17:04:50 +02:00
squidfunk
6e73e2c76d Prepare 2.9.4 release 2018-07-29 16:58:08 +02:00
squidfunk
4bc97f1f36 Fixed build error after MkDocs upgrade 2018-07-29 16:55:17 +02:00
squidfunk
be7916a8b0 Prepare 2.9.3 release 2018-07-29 16:33:11 +02:00
squidfunk
a8dce54dc1 Updated dependencies and package-lock.json 2018-07-29 16:25:43 +02:00
squidfunk
7f3c72bff2 Added link to home for logo in mobile navigation 2018-07-29 16:19:04 +02:00
squidfunk
9205a7acb7 Remove pinned dependency for Tornado 2018-07-29 15:53:41 +02:00
squidfunk
65ab9fa018 Prepare 2.9.2 release 2018-06-29 11:16:28 +02:00
squidfunk
65cefb835a Added Hindi and Czech translations 2018-06-29 11:14:23 +02:00
squidfunk
b55c40e11d Set required pymdown-extensions version to 4.11 (code tabs) 2018-06-20 10:36:15 +02:00
squidfunk
60d8b01468 Prepare 2.9.1 release 2018-06-18 10:24:04 +02:00
squidfunk
602de62ae3 Added support for different spellings for theme color 2018-06-18 10:19:07 +02:00
squidfunk
4d7f77e88b Formatting and documentation 2018-06-18 10:14:10 +02:00
squidfunk
d6295e1385 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2018-06-18 10:12:00 +02:00
squidfunk
380631b974 Added support for web font minification in production 2018-06-18 10:11:54 +02:00
Isaac Muse
31e561201e Added ".highlighttable" as an alias for ".codehilitetable" (#800)
When codehilite is disabled, or if pymdownx.highlight is used instead of codehilite, the default class "highlight" is used instead of "codehilite".  This also applies to the number table format that, and will use "highlighttable" instead of "codehilitetable".
2018-06-18 10:11:11 +02:00
squidfunk
f9298cf91f Added support for theme color on Android 2018-06-13 10:18:00 +02:00
squidfunk
87f9a3a25b Fixed rendering of nested tabbed code blocks 2018-06-13 09:51:04 +02:00
Christian Oliff
74e27a21c2 Fixed protocol for links in documentation 2018-06-11 09:33:42 +02:00