diff --git a/LICENSE b/LICENSE index 46d814a..ad93c26 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 go-proverbs +Copyright (c) 2018 no-proverbs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 61dd2ed..c764da3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -[go-proverbs.github.io](http://go-proverbs.github.io) +[no-proverbs.github.io](http://no-proverbs.github.io) -[Rob Pike's talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) +[Introducing No Code](https://twitter.com/kelseyhightower/status/961026365146320896) diff --git a/index.html b/index.html index 3ae3f3c..cde969c 100644 --- a/index.html +++ b/index.html @@ -3,40 +3,23 @@ - Go Proverbs + No Proverbs - -

Simple, Poetic, Pithy

+

No Code. Write Nothing, Deploy Nowhere

-

Don't communicate by sharing memory, share memory by communicating.

-

Concurrency is not parallelism.

-

Channels orchestrate; mutexes serialize.

-

The bigger the interface, the weaker the abstraction.

-

Make the zero value useful.

-

interface{} says nothing.

-

Gofmt's style is no one's favorite, yet gofmt is everyone's favorite.

-

A little copying is better than a little dependency.

-

Syscall must always be guarded with build tags.

-

Cgo must always be guarded with build tags.

-

Cgo is not Go.

-

With the unsafe package there are no guarantees.

-

Clear is better than clever.

-

Reflection is never clear.

-

Errors are values.

-

Don't just check errors, handle them gracefully.

-

Design the architecture, name the components, document the details.

-

Documentation is for users.

-

Don't panic.

+

Less is more but nothing is everything.

+

No code needs a license.

+

No slides, no preparation.

+

No code is better than no code coverage.

+

No code, no merge conflicts

+

No code, no problems.

+ diff --git a/site.css b/site.css index a1ff85a..ed06239 100644 --- a/site.css +++ b/site.css @@ -1,13 +1,11 @@ -@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100); +@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed'); body { - font-family: 'Roboto Mono'; + font-family: 'Barlow Condensed', serif; color: #4c4c4c; text-align: center; padding: 15px; - background: url("gopher.png") no-repeat bottom; - background-position: 50px; } h1