We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 743dff5 + 721bb01 commit 6c11a3eCopy full SHA for 6c11a3e
.travis.yml
@@ -12,6 +12,8 @@ branches:
12
jobs:
13
include:
14
- stage: build and deploy pages
15
+ before_install:
16
+ - rm ~/.netrc
17
install:
18
- pip install quarto-cli
19
script:
src/landing_page/landing_page.qmd
@@ -1,7 +1,9 @@
1
---
2
format:
3
html:
4
- theme: [src/custom.scss , landing_page.scss]
+ theme:
5
+ - src/custom.scss
6
+ - src/landing_page/landing_page.scss
7
8
9
@@ -16,7 +18,7 @@ Subtitle
:::
20
::: {.column width="60%"}
-{width=400}
21
+{width=400}
22
23
24
::::
0 commit comments