mirror of
https://github.com/torproject/tpo.git
synced 2024-11-26 19:40:26 +00:00
Add lektor-scss
See tpo/web/lego#55
This commit is contained in:
parent
7cb1ab2a2f
commit
d250c29b28
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
# css is built as part of the build process, doesn't need to be tracked
|
||||
assets/static/css
|
||||
|
||||
node_modules
|
||||
|
||||
.sass-cache
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
variables:
|
||||
LEKTOR_BUILD_FLAGS: scss
|
||||
SITE_URL: www.torproject.org
|
||||
STAGING_URL: www.staging.torproject.net
|
||||
TRANSLATION_BRANCH: tpo-web
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "lego"]
|
||||
path = lego
|
||||
url = https://gitlab.torproject.org/tpo/web/lego.git
|
||||
[submodule "packages/lektor-scss"]
|
||||
path = packages/lektor-scss
|
||||
url = https://gitlab.torproject.org/tpo/web/lektor-scss
|
||||
|
@ -1 +0,0 @@
|
||||
../../lego/assets/static/css
|
2
configs/scss.ini
Normal file
2
configs/scss.ini
Normal file
@ -0,0 +1,2 @@
|
||||
output_dir = assets/static/css
|
||||
output_style = compressed
|
1
packages/lektor-scss
Submodule
1
packages/lektor-scss
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 1d87086ce7dcbd0918df31143bf952338522d943
|
@ -1,3 +1,4 @@
|
||||
lektor-markdown-image-attrs==0.2.1
|
||||
./lego/packages/i18n
|
||||
./lego/packages/lektor-md-tag
|
||||
./packages/lektor-scss
|
||||
|
Loading…
Reference in New Issue
Block a user