From af6a21c8cde7383e8ea428479e888ad7b1cdd832 Mon Sep 17 00:00:00 2001 From: cedricve Date: Thu, 15 Jul 2021 16:57:18 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dc2573d..4e31b0d 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,22 @@ And so it began. The documentation of the entire Kerberos.io ecosystem. +Master branch > [doc.kerberos.io](https://doc.kerberos.io) +Develop branch +> [staging.doc.kerberos.live](https://staging.doc.kerberos.live) + ## Development Install dependencies $ yarn install -Run Hugo dev server with autocompile of assets +Run Hugo dev server with auto compile of assets $ yarn start - ## Formatting notes **YouTube/Vimeo** @@ -27,15 +30,11 @@ Using Hugo's built-in video shortcodes ([source](https://gohugo.io/content-manag - keep the `responsive-video` class intact - use `ratio-16by10` or `ratio-4by3` class to fix aspect ratio if video is different than 16:9 - ## TODO - config/_default/params.toml - [ ] open:graph image - [ ] schema logo - -- before launch - - [ ] change baseURL in config/production/config.toml - + - nice to haves: - [ ] transform colors to CSS vars (and use for easier dark mode)