Skip to content

Commit c365149

Browse files
Make a proper logo and redesing the page
1 parent 940d47e commit c365149

12 files changed

+56
-17
lines changed

.gitignore

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Binaries for programs and plugins
2-
*.exe
3-
*.dll
4-
*.so
5-
*.dylib
6-
71
# Test binary, build with `go test -c`
82
*.test
93

@@ -16,3 +10,6 @@ eksctl
1610

1711
# Bad deps
1812
vendor/k8s.io/kops/docs
13+
14+
# Jekyll
15+
_site

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
You can create a cluster in minutes with just one command – **`eksctl create cluster`**!
88

9+
![Gophers: E, K, S, C, T, & L](logo/eksctl.png)
10+
911
## Usage
1012

1113
To download the latest release, run:
@@ -153,3 +155,7 @@ Code contributions are very welcome, however until a 0.1.0 release testing and b
153155
## Get in touch
154156

155157
[Create an issue](https://github.com/weaveworks/eksctl/issues/new), or login to [Weave Community Slack (#eksctl)](https://weave-community.slack.com/messages/CAYBZBWGL/) ([signup](https://slack.weave.works/)).
158+
159+
> ***Logo Credits***
160+
>
161+
> *Original Gophers by [Ashley McNamara](https://twitter.com/ashleymcnamara), unique Gopher identities produced with [Gopherize.me](https://gopherize.me/).*

_config.yml

+47-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,41 @@
11
title: eksctl - a CLI for Amazon EKS
22

3-
remote_theme: errordeveloper/good-clean-read
3+
remote_theme: errordeveloper/simple-project-homepage
44
repository: weaveworks/eksctl
5+
by_weaveworks: true
6+
7+
url: "https://eksctl.io"
8+
baseurl: "/"
9+
10+
twitter:
11+
username: "weaveworks"
12+
author:
13+
twitter: "weaveworks"
14+
15+
# Set default og:image
16+
defaults:
17+
- scope: {path: ""}
18+
values: {image: "logo/eksctl.png"}
19+
20+
# See: https://material.io/guidelines/style/color.html
21+
# Use color-name-value, like pink-200 or deep-purple-100
22+
brand_color: "amber-400"
23+
24+
# How article URLs are structured.
25+
# See: https://jekyllrb.com/docs/permalinks/
26+
permalink: posts/:title/
27+
28+
# "UA-NNNNNNNN-N"
29+
google_analytics: ""
30+
31+
# Language. For example, if you write in Japanese, use "ja"
32+
lang: "en"
33+
34+
# How many posts are visible on the home page without clicking "View More"
35+
num_posts_visible_initially: 5
36+
37+
# Date format: See http://strftime.net/
38+
date_format: "%b %-d, %Y"
539

640
plugins:
741
- jekyll-readme-index
@@ -14,6 +48,16 @@ plugins:
1448
# - jemoji
1549

1650
exclude:
17-
- vendor
51+
- CNAME
52+
- Dockerfile
53+
- Gopkg.lock
54+
- Gopkg.toml
55+
- LICENSE
56+
- Makefile
57+
- add-model.sh
58+
- build
59+
- cmd
1860
- pkg
19-
- cmd
61+
- tag_release.sh
62+
- vendor
63+

logo/eksctl.png

1.63 MB
Loading

logo/eksctl.psd

8.66 MB
Binary file not shown.

logo/gopher_c.png

226 KB
Loading

logo/gopher_e.png

208 KB
Loading

logo/gopher_k.png

218 KB
Loading

logo/gopher_l.png

257 KB
Loading

logo/gopher_s.png

151 KB
Loading

logo/gopher_t.png

220 KB
Loading

logo/weaveworks.svg

-8
This file was deleted.

0 commit comments

Comments
 (0)