Logo & Screenshot

Added the Hugo logo in the required sizes plus some slightly optimized screenshots.
This commit is contained in:
JJ 2017-03-13 20:13:10 +01:00
parent d0a2b95789
commit 259eeb7efd
11 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
*.spk
.DS_Store

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -48,10 +48,10 @@ const pkgdef :Spk.PackageDefinition = (
# https://github.com/sandstorm-io/sandstorm/blob/master/src/sandstorm/package.capnp
icons = (
# Various icons to represent the app in various contexts.
#appGrid = (svg = embed "path/to/appgrid-128x128.svg"),
#grain = (svg = embed "path/to/grain-24x24.svg"),
#market = (svg = embed "path/to/market-150x150.svg"),
#marketBig = (svg = embed "path/to/market-big-300x300.svg"),
appGrid = (png = (dpi1x = embed "app-graphics/appgrid-128x128.png")),
grain = (png = (dpi1x = embed "app-graphics/grain-24x24.png")),
market = (png = (dpi1x = embed "app-graphics/market-150x150.png")),
marketBig = (png = (dpi1x = embed "app-graphics/market-big-300x300.png")),
),
website = "https://gohugo.io",
@ -123,9 +123,8 @@ const pkgdef :Spk.PackageDefinition = (
# Screenshots to use for marketing purposes. Examples below.
# Sizes are given in device-independent pixels, so if you took these
# screenshots on a Retina-style high DPI screen, divide each dimension by two.
(width = 1280, height = 773, png = embed "screenshot1.png"),
(width = 1280, height = 773, png = embed "screenshot2.png"),
(width = 1366, height = 672, png = embed "app-graphics/screenshot1.png"),
(width = 1366, height = 672, png = embed "app-graphics/screenshot2.png"),
],
changeLog = (defaultText = embed "changelog.md"),
# Documents the history of changes in Github-flavored markdown format (with the same restrictions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB