DPDK website maintenance
 help / color / mirror / Atom feed
From: Ali Alnubani <alialnu@mellanox.com>
To: "web@dpdk.org" <web@dpdk.org>
Subject: [dpdk-web] [PATCH] config: unset 'themeVariant'
Date: Sun, 19 May 2019 14:00:38 +0000	[thread overview]
Message-ID: <20190519140015.28147-2-alialnu@mellanox.com> (raw)
In-Reply-To: <20190519140015.28147-1-alialnu@mellanox.com>

The 'flex' theme defined in 'themeStyle' does not
have a 'variant-<themeVariant>.css' file. The template
themes/docdock/layouts/partials/flex/head.html tries to
load that file and fails.

Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
---
 config.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config.toml b/config.toml
index 657a7f9..3661ac6 100644
--- a/config.toml
+++ b/config.toml
@@ -7,7 +7,6 @@ theme = "docdock"
 
 [params]
 themeStyle = "flex"
-themeVariant = "gray"
 showVisitedLinks = true
 disableNavChevron = true
 disableSearch = true
-- 
2.11.0


  reply	other threads:[~2019-05-19 14:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-19 14:00 [dpdk-web] [PATCH] layouts: remove duplicate head tag Ali Alnubani
2019-05-19 14:00 ` Ali Alnubani [this message]
2019-05-20 15:09   ` [dpdk-web] [PATCH] config: unset 'themeVariant' Thomas Monjalon
2019-05-20 15:09 ` [dpdk-web] [PATCH] layouts: remove duplicate head tag Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190519140015.28147-2-alialnu@mellanox.com \
    --to=alialnu@mellanox.com \
    --cc=web@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).