kez
d049096bf8
Add documentation about lektor-scss to README
2023-01-30 14:32:29 -08:00
kez
6344dce05e
Re-add images, digital-climate-strike to css
...
commit 067f09de7a
removed the entire css
directory from lego, but some of the files are necessary and shouldn't
have been removed
2023-01-30 14:20:23 -08:00
kezzle
8ef7ee38ce
Merge branch 'remove-prebuilt-css' into 'main'
...
Remove prebuilt css from lego
Closes #55
See merge request tpo/web/lego!81
2023-01-30 22:17:11 +00:00
kez
067f09de7a
Remove prebuilt css from lego
...
Closes #55
2023-01-30 13:50:05 -08:00
kez
b7b2a6f1f0
Merge branch 'lego-feature/gitignore'
2023-01-18 12:19:00 -08:00
Silvio Rhatto
141f6b5717
Fix: remove egg-info folders and update .gitignore
2023-01-18 16:22:29 -03:00
kez
8ab1406ed1
Remove YEC banner
...
Closes #59
2023-01-06 12:27:43 -08:00
kezzle
a3f8355a5e
Merge branch 'fix-banner-rtl' into 'main'
...
Fix RTL overflow
See merge request tpo/web/lego!79
2023-01-06 19:37:22 +00:00
kez
70e80bbb55
Fix RTL overflow
2023-01-06 10:26:35 -08:00
kez
b10bdda352
Fix division deprecation warnings
...
Fixes made using sass-migrator, with one tweak in _functions.scss
using `math.div(..., 1000)` instead of `(...) * 0.001
2023-01-05 15:33:07 -08:00
kez
8ad49fb62e
Remove old lektor-scss package
...
See tpo/web/lego#57
2023-01-05 12:26:05 -08:00
kez
0cf8b08a82
Update sass version
2022-12-22 09:34:51 -08:00
kez
a8e5b3dd7f
Fix the download script for real this time
2022-12-22 09:34:43 -08:00
kez
c51ac4f0c1
Fix tarball checksum
2022-12-22 09:25:26 -08:00
kez
66d670ebe1
Fix typo in curl command
...
-O uses the remote file name, we want -o
2022-12-22 09:22:25 -08:00
kez
00193daa54
Make script executable
2022-12-21 14:56:26 -08:00
anarcat
a210d6ccd7
Merge branch 'script-download-sass' into 'main'
...
Need to use bash for process substitution
See merge request tpo/web/lego!78
2022-12-21 21:54:15 +00:00
kez
38275aede3
Need to use bash for process substitution
2022-12-21 13:49:25 -08:00
anarcat
ac876d4a5f
Merge branch 'script-download-sass' into 'main'
...
Add script to download dart sass
See merge request tpo/web/lego!77
2022-12-21 21:14:09 +00:00
kez
fd5bd43bf2
Use a direct path to sh instead of env
2022-12-21 11:43:33 -08:00
kez
0aec7143ad
set -e for safety
2022-12-21 11:43:15 -08:00
kez
3a2edd101d
Simplify extracting tarball
2022-12-21 10:05:27 -08:00
kez
0453cf945d
Use $HOME instead of XDG directories
2022-12-21 10:04:19 -08:00
kez
22c1a7077c
Always verify the checksum
2022-12-21 10:02:39 -08:00
kez
3de6939f88
Use bourne shell instead of bash
2022-12-21 10:00:54 -08:00
kez
d8f9944ff4
Add script to download dart sass
2022-12-20 16:03:34 -08:00
kez
bd15d83766
Remove the rest of support-specific script
2022-12-20 13:27:46 -08:00
kez
75a9c6d016
Add lektor-markdown-image-attrs to lektor requirements
...
Closes #56
2022-12-20 11:05:58 -08:00
kez
05e0f876a8
Remove support-specific code form fallback.js
...
Closes #58
2022-12-20 10:57:49 -08:00
kez
5bd7190739
Restore the language-png font awesome icon, removed in the fontawesome cleanup
2022-12-12 14:49:50 -08:00
kez
5284cc1dba
Fix npm-support not using install args in dev server
2022-12-01 10:24:21 -08:00
kez
05134811d0
Ignore missing YEC banner for sites that don't it
2022-12-01 07:47:53 -08:00
kez
c0d9ae9eeb
Revert "Fix deprecation warnings in SCSS"
...
This reverts commit 52cccb249a
.
Some lektor sites use lektor-scss, which relies on libsass. libsass does
not have support for the `math` module yet.
2022-11-22 10:43:54 -08:00
kezzle
eed421981c
Merge branch 'i56-lektor-requirements' into 'main'
...
Move lektor-requirements.txt to lego
See merge request tpo/web/lego!76
2022-11-09 20:53:44 +00:00
kez
b3c59fea29
Add move lektor-requirements.txt to lego
2022-11-07 14:11:12 -08:00
kezzle
8d55e1587b
Merge branch 'fix-robots-static' into 'main'
...
Fix up robots.txt
See merge request tpo/web/lego!75
2022-11-07 18:42:14 +00:00
kez
4235296de5
Simplify robots.txt
...
The robots.txt spec isn't as strict as I thought, so we don't need to worry
about whitespace or capitalization
2022-11-07 10:17:41 -08:00
kez
ae268f2d69
Disallow entire directories instead of globbing
2022-11-07 10:12:23 -08:00
kez
521c4d65f4
Remove Disallow /static/ from robots.txt
...
Disallowing /static means our images can't be indexed.
It also breaks twitter's metacards (see tpo/web/donate-static#97)
2022-11-07 10:11:19 -08:00
kezzle
691539da20
Merge branch 'fix-sass-deprecations' into 'main'
...
Fix deprecation warnings in SCSS
See merge request tpo/web/lego!74
2022-11-02 21:22:06 +00:00
kez
52cccb249a
Fix deprecation warnings in SCSS
2022-11-02 13:43:40 -07:00
Jérôme Charaoui
6adecd980d
Merge branch 'image-attrs-plugin' into 'main'
...
add markdown-image-attrs 0.2.1 plugin
See merge request tpo/web/lego!73
2022-11-01 17:52:58 +00:00
Jérôme Charaoui
7170786d2a
add markdown-image-attrs 0.2.1 plugin
...
cloned from https://github.com/dairiki/lektor-markdown-image-attrs
and cleaned up unneccessary files
2022-11-01 13:00:29 -04:00
kezzle
b362ba120c
Merge branch 'banner-close-hover' into 'main'
...
Banner close hover
See merge request tpo/web/lego!72
2022-10-14 20:11:30 +00:00
kez
912ec5ac88
rebuild css
2022-10-14 13:08:47 -07:00
kez
83de6af1d2
fix banner close hover color
2022-10-14 13:08:11 -07:00
kez
a9c232428d
Final updates to YEC22 banner
...
rebuild css
2022-10-13 13:39:47 -07:00
kezzle
5301543d33
Merge branch 'yec22-scratch' into 'main'
...
Yec22
See merge request tpo/web/lego!70
2022-10-13 19:45:37 +00:00
kezzle
efd93c7a64
Merge branch 'npm-support-patch' into 'main'
...
Add install_args setting to lektor-npm-support
See merge request tpo/web/lego!71
2022-10-13 19:10:29 +00:00
kez
5741d25902
Add install_args setting to lektor-npm-support
...
due to peer dependency conflicts, donate-static requires `npm install`
to be run with `--force`, or the build fails. by adding the
`install_args` option, we can re-enable npm-support for donate-static.
context: tpo/web/donate-static#91
2022-10-13 11:01:08 -07:00