Skip to content

Commit 561d8ab

Browse files
committed
feat(logo): redesign a new tableau logo
1 parent cf4fad6 commit 561d8ab

8 files changed

Lines changed: 111 additions & 4 deletions

File tree

config/_default/params.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "Tableau can convert Excel/CSV/XML/YAML to multiple formats: JSON,
1313
tableaucVersion = "v0.15.1"
1414

1515
## Open Graph
16-
images = ["tableau-logo.png"]
16+
images = ["tableau-logo.svg"]
1717
ogLocale = "en_US"
1818
domainTLD = "tableauio.github.io"
1919
titleHome = "Tableau"
@@ -31,10 +31,10 @@ schemaAuthorTwitter = "https://twitter.com/wenchyzhu"
3131
schemaAuthorLinkedIn = "https://www.linkedin.com/in/wenchyzhu/"
3232
schemaAuthorGitHub = "https://github.com/wenchyzhu"
3333
schemaLocale = "en-US"
34-
schemaLogo = "tableau-logo.png"
34+
schemaLogo = "tableau-logo.svg"
3535
schemaLogoWidth = 512
3636
schemaLogoHeight = 512
37-
schemaImage = "tableau-logo.png"
37+
schemaImage = "tableau-logo.svg"
3838
schemaImageWidth = 1280
3939
schemaImageHeight = 640
4040
schemaTwitter = "https://twitter.com/tableauio"

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row justify-content-center">
44
<div class="col-lg-9 col-xl-7 text-center">
55
<h1 class="mt-0">
6-
<image src='https://avatars.githubusercontent.com/u/97329105?s=200&v=4' width='80px' />{{ .Title }}
6+
<image src='./tableau-logo.svg' width='80px' />{{ .Title }}
77
</h1>
88
<p class="lead">{{ .Params.lead | safeHTML }}</p>
99
<a class="btn btn-primary btn-lg px-4 mb-2"

static/favicon-16x16.png

-17 Bytes
Loading

static/favicon-32x32.png

-120 Bytes
Loading

static/favicon.ico

-10.7 KB
Binary file not shown.

static/favicon.svg

Lines changed: 46 additions & 0 deletions
Loading

static/tableau-logo.png

-2.62 KB
Loading

static/tableau-logo.svg

Lines changed: 61 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)