squidfunk
|
11d1b839a1
|
Refactored Material icon integration - bye bye webfonts
|
2020-02-24 18:07:50 +01:00 |
|
squidfunk
|
6d497517a5
|
Inlined Material Icons CSS
|
2020-02-11 11:04:12 +01:00 |
|
squidfunk
|
41dc846753
|
Merge branch 'master' into refactor/rxjs-typescript
|
2020-02-10 12:34:58 +01:00 |
|
Benjamin Staneck
|
9c6a4ca64f
|
Merge branch 'master' into refactor/rxjs-typescript (#1406)
* Improved Lighthouse score (#1391)
* a few accessibility fixes from lighthouse report
* add rel="noopener" to external links
* add title attribute to social links
* add mimetype to manifest link and allow it to work behind auth
* add font-display: swap to all the places where external fonts are used
* remove font-display: swap from icon fonts
* removed font-display from style blocks in base
* add target="_blank" to social links
* switch base fonts grabbed from Google back to display:fallback
As per recommendation from https://developers.google.com/web/updates/2016/02/font-display#fallback
* add target="_blank" to the footer links as well
* Set `tabindex` to `0` for skip to content link (#1393)
see https://web.dev/control-focus-with-tabindex/
* Added diff to CI build
* Added built files
* Bump @babel/cli from 7.7.5 to 7.7.7
Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump css-loader from 3.3.2 to 3.4.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.3.2...v3.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump eslint from 6.7.2 to 6.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump mini-css-extract-plugin from 0.8.0 to 0.9.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.8.0...v0.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump @babel/plugin-transform-react-jsx from 7.7.4 to 7.7.7
Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel) from 7.7.4 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump style-loader from 1.0.1 to 1.1.1
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.0.1 to 1.1.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.0.1...v1.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump webpack from 4.41.2 to 4.41.4
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.2 to 4.41.4.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.2...v4.41.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump @babel/core from 7.7.5 to 7.7.7
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump @babel/preset-env from 7.7.6 to 7.7.7
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.6 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix makefile
* Update packages
* build
* "Fix" lint
* Revert icon and makefile change
Co-authored-by: Martin Donath <squidfunk@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2019-12-25 15:09:36 +01:00 |
|
squidfunk
|
581d7c017c
|
Reduced content shift when icons are loading
|
2019-12-23 19:39:40 +01:00 |
|
squidfunk
|
cc47bb7464
|
Updated copyright year
|
2019-01-01 18:42:00 +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
|
4246913d25
|
Upgraded stylelint
|
2017-12-12 22:04:31 +01:00 |
|
squidfunk
|
240a7afa8d
|
Moved logo to theme configuration and made search optional
|
2017-10-31 20:07:11 +01:00 |
|
squidfunk
|
19feb7a67d
|
Replaced ligatures with Unicode code points
|
2017-08-29 22:28:53 +07:00 |
|
squidfunk
|
1a32e9b7e3
|
Remove icon ligatures from HTML to fix search indexing
|
2017-01-11 23:49:36 +01:00 |
|
squidfunk
|
6d01f17193
|
Fix icons and build due to jinja changes
|
2017-01-08 18:27:01 +01:00 |
|
squidfunk
|
03604c5e27
|
Added some inline documentation fixes
|
2017-01-07 20:23:04 +01:00 |
|
squidfunk
|
f37bb76d18
|
Update copyright
|
2017-01-06 19:11:18 +01:00 |
|
squidfunk
|
232e997ddc
|
Replaced SASS Lint with Stylelint
|
2017-01-01 15:59:44 +01:00 |
|
squidfunk
|
95435e7035
|
Implemented basic search modal functionality
|
2016-10-23 10:21:37 +02:00 |
|
squidfunk
|
914ccc4550
|
Rewrite of Gulp asset pipeline in ES6 and separation of tasks
|
2016-10-06 12:14:33 +02:00 |
|
squidfunk
|
46f45bb8a9
|
Introduced ESLint for code style checks
|
2016-09-30 13:29:45 +02:00 |
|
squidfunk
|
9338045887
|
Refactored navigation and drawer
|
2016-09-23 11:56:25 +02:00 |
|
squidfunk
|
ba788dcaba
|
Fix errors in generated SassDoc
|
2016-09-04 17:32:12 +02:00 |
|
squidfunk
|
5e838ecf4f
|
Introduced SassLint for code style checks
|
2016-09-04 17:11:58 +02:00 |
|
squidfunk
|
d7d7ef566c
|
Fix indent
|
2016-09-02 00:44:04 +02:00 |
|
squidfunk
|
fec7e13bea
|
Admonition styles and removed bower as dependency
|
2016-09-02 00:33:45 +02:00 |
|
squidfunk
|
7f2444174f
|
Initial commit of rework
|
2016-08-07 18:01:56 +02:00 |
|