This is an automated email from the ASF dual-hosted git repository.

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b962ec  add notifications list (#44)
4b962ec is described below

commit 4b962ec54159be7c56af4616ab8725113c3538f8
Author: Kent Yao <[email protected]>
AuthorDate: Tue Mar 8 10:25:28 2022 +0800

    add notifications list (#44)
---
 config.toml           | 68 +++++++++++++++++++++++++++++++++++++++++++++++++--
 data/homePage.json    |  2 +-
 src/issue_tracking.md |  2 ++
 src/mailing_lists.md  | 10 +++++---
 static/css/kyuubi.css |  1 +
 5 files changed, 76 insertions(+), 7 deletions(-)

diff --git a/config.toml b/config.toml
index 5ad764d..3d6a751 100644
--- a/config.toml
+++ b/config.toml
@@ -99,5 +99,69 @@ publishDir = "content"
 [languages.en]
   languageCode = "en-us"
 
-[markup.goldmark.renderer]
-unsafe= true
+[markup]
+  defaultMarkdownHandler = 'goldmark'
+  [markup.asciidocExt]
+    backend = 'html5'
+    extensions = []
+    failureLevel = 'fatal'
+    noHeaderOrFooter = true
+    preserveTOC = false
+    safeMode = 'unsafe'
+    sectionNumbers = false
+    trace = false
+    verbose = false
+    workingFolderCurrent = false
+    [markup.asciidocExt.attributes]
+  [markup.blackFriday]
+    angledQuotes = false
+    footnoteAnchorPrefix = ''
+    footnoteReturnLinkContents = ''
+    fractions = true
+    hrefTargetBlank = false
+    latexDashes = true
+    nofollowLinks = false
+    noreferrerLinks = false
+    plainIDAnchors = true
+    skipHTML = false
+    smartDashes = true
+    smartypants = true
+    smartypantsQuotesNBSP = false
+    taskLists = true
+  [markup.goldmark]
+    [markup.goldmark.extensions]
+      definitionList = true
+      footnote = true
+      linkify = true
+      strikethrough = true
+      table = true
+      taskList = true
+      typographer = true
+      goldmark-emoji = true
+    [markup.goldmark.parser]
+      autoHeadingID = true
+      autoHeadingIDType = 'github'
+      [markup.goldmark.parser.attribute]
+        block = false
+        title = true
+    [markup.goldmark.renderer]
+      hardWraps = false
+      unsafe = true
+      xhtml = false
+  [markup.highlight]
+    anchorLineNos = false
+    codeFences = true
+    guessSyntax = false
+    hl_Lines = ''
+    lineAnchors = ''
+    lineNoStart = 1
+    lineNos = false
+    lineNumbersInTable = true
+    noClasses = true
+    noHl = false
+    style = 'monokai'
+    tabWidth = 4
+  [markup.tableOfContents]
+    endLevel = 3
+    ordered = false
+    startLevel = 2
diff --git a/data/homePage.json b/data/homePage.json
index e35d622..d289176 100644
--- a/data/homePage.json
+++ b/data/homePage.json
@@ -8,7 +8,7 @@
     {
       "img": "homePageImg/kf2.png",
       "title": "High Availability",
-      "desc": "Kyuubi supports a load balancing on ZooKeeper, which provides 
an enterprise-grade high availability, as well as an unlimited high client 
concurrency."
+      "desc": "Kyuubi supports load balancing via ZooKeeper, which provides an 
enterprise-grade high availability, as well as an unlimited high client 
concurrency."
     },
     {
       "img": "homePageImg/kf3.png",
diff --git a/src/issue_tracking.md b/src/issue_tracking.md
index 62f6853..b00b3dd 100644
--- a/src/issue_tracking.md
+++ b/src/issue_tracking.md
@@ -19,6 +19,8 @@ menu:
   limitations under the License. See accompanying LICENSE file.
 -->
 
+<img 
src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/kyuubi-1.svg";
 alt="Kyuubi logo" width="30%" align="right" />
+
 The Kyuubi community uses [Github 
Issues](https://github.com/apache/incubator-kyuubi/issues) to track various 
ideas, work, bugs, etc.
 The Github issues tracker integrated with our development 
[repository](https://github.com/apache/incubator-kyuubi) makes it easier to 
organize work, focus on essential tasks, and keep plans up to date 
simultaneously.
 
diff --git a/src/mailing_lists.md b/src/mailing_lists.md
index 3546e93..1e599a6 100644
--- a/src/mailing_lists.md
+++ b/src/mailing_lists.md
@@ -19,6 +19,7 @@ menu:
   limitations under the License. See accompanying LICENSE file.
 -->
 
+<img 
src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/kyuubi-1.svg";
 alt="Kyuubi logo" width="30%" align="right" />
 
 The Kyuubi developer mailing list is the preferred means for all your 
questions when using Kyuubi, which pushes your doubts out to the entire 
community.
 This is the best way to keep up-to-date with the community.
@@ -26,10 +27,11 @@ This is the best way to keep up-to-date with the community.
 Before you post anything to the mailing lists, be sure that you already 
**subscribe** to them.
 The currently available lists are listed in the below table.
 
-| List Name          | Address                   | Subscribe                   
                            | Unsubscribe                                       
          | Archive                                                             
    | Usages                                                                    
                                                                                
                      |
-|--------------------|---------------------------|---------------------------------------------------------|-------------------------------------------------------------|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **Developer List** | [email protected]     | 
[subscribe](mailto:[email protected])     | 
[unsubscribe](mailto:[email protected])     | 
[archive](https://lists.apache.org/[email protected])     | 
<ul><li>Use this list for your Kyuubi questions</li><li>Used by Kyuubi 
contributors to discuss development of Kyuubi</li><li>Sync discussions happen 
on Github Issues</li></ul> |
-| **Commits List**   | [email protected] | 
[subscribe](mailto:[email protected]) | 
[unsubscribe](mailto:[email protected]) | 
[archive](https://lists.apache.org/[email protected]) | 
<ul><li>Notifications on changes to the Kyuubi codebase</li></ul>               
                                                                                
                |
+| List Name              | Address                         | Subscribe         
                                            | Unsubscribe                       
                                | Archive                                       
                                | Usages                                        
                                                                                
 |
+|------------------------|---------------------------------|---------------------------------------------------------------|-------------------------------------------------------------------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
+| **Developer List**     | [email protected]           | 
[subscribe](mailto:[email protected])           | 
[unsubscribe](mailto:[email protected])           | 
[archive](https://lists.apache.org/[email protected])           
| <ul><li>Use this list for your Kyuubi questions</li><li>Used by Kyuubi 
contributors to discuss development of Kyuubi</li></ul> |
+| **Commits List**       | [email protected]       | 
[subscribe](mailto:[email protected])       | 
[unsubscribe](mailto:[email protected])       | 
[archive](https://lists.apache.org/[email protected])       | 
<ul><li>Notifications on changes to the Kyuubi codebase</li></ul>               
                                               |
+| **Notifications List** | [email protected] | 
[subscribe](mailto:[email protected]) | 
[unsubscribe](mailto:[email protected]) | 
[archive](https://lists.apache.org/[email protected]) | 
<ul><li>Sync discussions happen on Github Issues and Pull requests</li></ul>    
                                               |
 
 ## Steps for Subscription
 
diff --git a/static/css/kyuubi.css b/static/css/kyuubi.css
index ce92f6c..add3335 100644
--- a/static/css/kyuubi.css
+++ b/static/css/kyuubi.css
@@ -307,6 +307,7 @@ h6 {
 
 #markdown-toc {
   font-size: 90%;
+  align-items: center;
 }
 
 /* Custom list styling */

Reply via email to