mirror of
https://github.com/torproject/support.git
synced 2024-11-23 09:19:45 +00:00
Add lektor-scss
This commit is contained in:
parent
0c2efb0aa0
commit
ad3fdf2819
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
|
node_modules
|
||||||
|
|
||||||
.sass-cache
|
.sass-cache
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
variables:
|
variables:
|
||||||
|
LEKTOR_BUILD_FLAGS: scss
|
||||||
SITE_URL: support.torproject.org
|
SITE_URL: support.torproject.org
|
||||||
STAGING_URL: support.staging.torproject.net
|
STAGING_URL: support.staging.torproject.net
|
||||||
TRANSLATION_BRANCH: support-portal
|
TRANSLATION_BRANCH: support-portal
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "lego"]
|
[submodule "lego"]
|
||||||
path = lego
|
path = lego
|
||||||
url = https://gitlab.torproject.org/tpo/web/lego.git
|
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
|
Loading…
Reference in New Issue
Block a user