Skip to content

Commit 6c11a3e

Browse files
authored
Merge pull request #22 from ibm-client-engineering/ross-updates
Ross updates
2 parents 743dff5 + 721bb01 commit 6c11a3e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ branches:
1212
jobs:
1313
include:
1414
- stage: build and deploy pages
15+
before_install:
16+
- rm ~/.netrc
1517
install:
1618
- pip install quarto-cli
1719
script:

src/landing_page/landing_page.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
format:
33
html:
4-
theme: [src/custom.scss , landing_page.scss]
4+
theme:
5+
- src/custom.scss
6+
- src/landing_page/landing_page.scss
57

68
---
79

@@ -16,7 +18,7 @@ Subtitle
1618
:::
1719

1820
::: {.column width="60%"}
19-
![](images/IBMlogo.png){width=400}
21+
![](/images/IBMlogo.png){width=400}
2022
:::
2123

2224
::::

0 commit comments

Comments
 (0)