Skip to content

Commit

Permalink
Make a proper logo and redesing the page
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jun 8, 2018
1 parent 940d47e commit c365149
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 17 deletions.
9 changes: 3 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

Expand All @@ -16,3 +10,6 @@ eksctl

# Bad deps
vendor/k8s.io/kops/docs

# Jekyll
_site
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

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

![Gophers: E, K, S, C, T, & L](logo/eksctl.png)

## Usage

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

[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/)).

> ***Logo Credits***
>
> *Original Gophers by [Ashley McNamara](https://twitter.com/ashleymcnamara), unique Gopher identities produced with [Gopherize.me](https://gopherize.me/).*
50 changes: 47 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,41 @@
title: eksctl - a CLI for Amazon EKS

remote_theme: errordeveloper/good-clean-read
remote_theme: errordeveloper/simple-project-homepage
repository: weaveworks/eksctl
by_weaveworks: true

url: "https://eksctl.io"
baseurl: "/"

twitter:
username: "weaveworks"
author:
twitter: "weaveworks"

# Set default og:image
defaults:
- scope: {path: ""}
values: {image: "logo/eksctl.png"}

# See: https://material.io/guidelines/style/color.html
# Use color-name-value, like pink-200 or deep-purple-100
brand_color: "amber-400"

# How article URLs are structured.
# See: https://jekyllrb.com/docs/permalinks/
permalink: posts/:title/

# "UA-NNNNNNNN-N"
google_analytics: ""

# Language. For example, if you write in Japanese, use "ja"
lang: "en"

# How many posts are visible on the home page without clicking "View More"
num_posts_visible_initially: 5

# Date format: See http://strftime.net/
date_format: "%b %-d, %Y"

plugins:
- jekyll-readme-index
Expand All @@ -14,6 +48,16 @@ plugins:
# - jemoji

exclude:
- vendor
- CNAME
- Dockerfile
- Gopkg.lock
- Gopkg.toml
- LICENSE
- Makefile
- add-model.sh
- build
- cmd
- pkg
- cmd
- tag_release.sh
- vendor

Binary file added logo/eksctl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/eksctl.psd
Binary file not shown.
Binary file added logo/gopher_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/gopher_e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/gopher_k.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/gopher_l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/gopher_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/gopher_t.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions logo/weaveworks.svg

This file was deleted.

0 comments on commit c365149

Please sign in to comment.