Jakob Schnitzer
a477b4ccfd
fetch release version from PyPI
2022-12-20 07:56:30 +01:00
Jakob Schnitzer
1674bcaaeb
./webpack: use vanilla js instead of jquery
2022-12-17 10:09:55 +01:00
Jakob Schnitzer
c31d457506
./webpack: remove more dead code
...
The install-row and hide-for-windows were only used for the old
installer, they now do not seem to be used anymore.
2022-12-17 10:09:55 +01:00
Jakob Schnitzer
00a45487da
./webpack: do not hide and fade in badges
...
This might be more of a personal preference, but I do not see any value in
hiding this content for more than a second.
2022-12-17 10:09:55 +01:00
Jakob Schnitzer
4bd208f50f
./webpack: remove the query-string dependency
...
All modern browser support URLSearchParams...
2022-12-17 10:09:55 +01:00
Jakob Schnitzer
c93bd86681
./webpack: remove some dead code
...
We haven't had DMG app builds for macOS for ages, so our download button
should always point to the /downloads/ page.
2022-12-17 10:09:55 +01:00
Jakob Schnitzer
279817f8df
./webpack: bump some build dependencies
2022-12-17 10:09:55 +01:00
Jakob Schnitzer
22f50a4eb2
./webpack: npm update
2022-12-17 10:09:55 +01:00
dependabot[bot]
b4c6d21a4e
Bump decode-uri-component from 0.2.0 to 0.2.2 in /webpack ( #358 )
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-08 12:10:29 -08:00
Jeff Dairiki
d8cfbc9a16
Run `npm audit fix` followed by `lektor build -f webpack`
...
This updates loader-utils from 1.4.0 to 1.4.2.
Closes #355 .
2022-11-14 16:07:34 -08:00
Jeff Dairiki
6f3d75186e
Merge pull request #338 from dairiki/feature.lektor-pr992
...
Documentation updates for lektor/lektor#992
2022-07-27 20:27:07 -07:00
dependabot[bot]
486092de24
Bump terser from 5.10.0 to 5.14.2 in /webpack
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 21:06:32 -07:00
dependabot[bot]
4891850666
Bump minimist from 1.2.5 to 1.2.6 in /webpack
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 00:13:48 +00:00
Jeff Dairiki
df446238ed
Hacky wrapping of long function/method signatures
...
This could be improved upon.
2022-02-26 16:53:12 -08:00
Jakob Schnitzer
61541f9062
run npm update and fix webpack config
2022-02-20 14:50:00 +01:00
Patrick Gerken
471643f78c
Upgrade all javascript dependencies
2022-02-20 14:28:32 +01:00
Joseph Nix
b10d32fa51
[showcase-style-fixes] Fixing main container expanding in size on medium viewport, and cropping tall thumbnails on showcase page.
2018-06-08 16:32:45 -05:00
Joseph Nix
af90510192
[pluginlist-update] Updated templates to final version with many updates, made project-data plugin more robust, tweaked some css and ran webpack again.
2018-05-14 16:41:39 -05:00
Joseph Nix
460693eccb
[pluginlist-update] Adding lektor-tags for plugins, adding assets for another webpack build, plugin template tweaks.
2018-05-14 16:41:38 -05:00
Joseph Nix
ae9e7090eb
[pluginlist-update] Rerunning webpack, adding section to plugins/publishing explaining how to get your plugin listed, adding custom summary field to plugin model, adding Disqus to plugin pages, finishing project_data plugin and using it to fill out plugin page, finishing plugin page.
2018-05-14 16:41:38 -05:00
David Baumgold
032c5be631
Prevent <code> blocks from wrapping lines
2016-08-04 16:04:13 -04:00
David Baumgold
e52d85abaf
Updated NPM dependencies
...
* Updated devDependencies in package.json to their latest versions
on NPM
* Added "babel-preset-es2015" to compile ES6 to ES5 before passing
to UglifyJS, since Uglify can't handle ES6 yet
* Suppress warnings from UglifyJS
* Ran Webpack to regenerate assets
2016-07-22 16:41:01 -04:00
David Barragán Merino
cf813de690
Set min-height for .showcase.project items
2016-04-28 22:45:36 +02:00
Armin Ronacher
156c73df57
Imported new images
2016-01-09 10:27:02 +01:00
A. Jesse Jiryu Davis
d015f8ce66
Add prev/next links to blog posts.
2016-01-06 16:53:47 -05:00
Armin Ronacher
9346ba5719
Improved gitter integration
2015-12-30 00:25:24 +01:00
Armin Ronacher
06a3f32639
Added showcase
2015-12-27 21:46:27 +01:00
Armin Ronacher
58be61f2c0
Fixes for mobile
2015-12-27 13:44:15 +01:00
Armin Ronacher
bc74916054
Style updates
2015-12-26 20:17:07 +01:00
Armin Ronacher
7e72742bea
banner -> page-banner because adblock -.-
2015-12-26 11:16:34 +01:00
Armin Ronacher
d9e7456c45
Improved rendering of banners and simplified model
2015-12-26 10:52:00 +01:00
Armin Ronacher
b260294f97
Added admonitions
2015-12-25 13:21:49 +01:00
Armin Ronacher
325eb1fe7e
Added publisher docs
2015-12-24 20:54:55 +01:00
Armin Ronacher
40858112a7
Blend in buttons to pop less
2015-12-23 12:33:31 +01:00
Armin Ronacher
736f53e4cb
Updated installation docs
2015-12-21 13:22:49 +01:00
Armin Ronacher
f0ecbc7e02
Design and license update
2015-12-20 21:37:07 +01:00
Armin Ronacher
69da84811e
Updated focus color for theme
2015-12-20 13:51:21 +01:00
Armin Ronacher
6830a89209
Added usage info for the search
2015-12-20 13:48:37 +01:00
Armin Ronacher
b440253729
Added search
2015-12-20 13:41:12 +01:00
Armin Ronacher
a8b48d4f00
Added badges
2015-12-20 00:31:49 +01:00
Armin Ronacher
b5baa037bf
Initial commit
2015-12-19 14:52:17 +01:00