CoreDNS website
Go to file
Miek Gieben abd25f0ab8
Add image to manual (#74)
A style template in Libre Office Draw format to the repo, try it all
out in the manual.
2018-02-27 15:16:26 +00:00
archetypes New design 2017-07-24 15:47:09 +00:00
bin update everything (#48) 2018-01-04 12:53:37 +00:00
content Add image to manual (#74) 2018-02-27 15:16:26 +00:00
data coredns 1.0.6 release notes (#67) 2018-02-22 09:34:49 +00:00
layouts kubecon 2017-08-04 21:24:04 +00:00
static Add image to manual (#74) 2018-02-27 15:16:26 +00:00
style Add image to manual (#74) 2018-02-27 15:16:26 +00:00
themes/coredns Add redirect 2018-02-26 21:40:23 +00:00
Caddyfile Add Caddyfile 2017-07-25 07:13:03 +01:00
Makefile more unbound 2018-02-24 08:15:24 +00:00
README.md Add image to manual (#74) 2018-02-27 15:16:26 +00:00
config.toml Start CoreDNS manual (#64) 2018-02-23 08:14:13 +00:00

README.md

coredns.io

Purpose:

  1. What is CoreDNS?
  2. How to use it?
  3. How to get involved and get help.

The website is created with HUGO, you'll need to download and install that if you want to locally work on the website. For creating new content it is not needed.

We have three types of pages.

  • Home - themes/coredns/layouts/index.html
  • Blog/News/Documentation - content/blog/* (depends on params, see archetypes)
  • Plugins - content/plugins/* and content/explugins/*

Any blog post you'll tag with 'documentation' will also become visible on the "Documentation" link on the website.

Releases should be tagged with 'release = "number" and data/coredns.toml should be updated with the number.

data/subtext.toml controls the buttons for "Docs", "Plugins" and "External Plugins".

Create:

  • new release: hugo new -k release blog/coredns-<number>.md
  • new blog: hugo new -k blog blog/coredns-<number>.md
  • new blog that will also be documentation: hugo new -k doc blog/coredns-<number>.md

Style

For the colors we have:

  • Dark: #280071 (40, 0, 113)
  • Middle: #5F259F (95, 37, 159)
  • Light: #8246AF (130, 70, 175)

The open source font Lato is very close to Brandon Grotesque (which is used in the logo). Try to use this for any imagery you add.

See the style directory for Libre Office Draw templates you can use.

Popup

See the top-level (i.e. not in the themes directory) layout/partials/popup.html for adjusting the text. This can used for important notifications.

Corefile Snippets

Any Corefile snippets should be use the (fake) language corefile, we have a small utility that checks all these snippets to see if they are still valid.