Skip to content

Commit c1fc4c8

Browse files
missBergphlax
authored andcommitted
site: Update theme
Signed-off-by: Ryan Northey <[email protected]>
1 parent d783049 commit c1fc4c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3581
-347
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ services:
7575
image: nginx
7676
volumes:
7777
- ./_site:/usr/share/nginx/html:z
78+
- ./default.conf:/etc/nginx/conf.d/default.conf
7879
ports:
79-
- 7000:80
80+
- 8000:8000

site/content/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pkg_files(
1212
"images/**/*.png",
1313
"images/**/*.svg",
1414
"pages/*.html",
15+
"pages/*.md",
1516
]),
1617
prefix = "content",
1718
strip_prefix = "",
Lines changed: 1 addition & 1 deletion
Loading

site/content/images/logos/databricks.svg

Lines changed: 5 additions & 3 deletions
Loading
11.4 KB
Loading

site/content/images/logos/uber.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)