From 43391c3bfdf6a82ca1b9a6eb4b6024b28ee3d14e Mon Sep 17 00:00:00 2001 From: lvuch Date: Thu, 13 Sep 2018 09:38:18 -0700 Subject: [PATCH] search and list pages --- config.toml | 6 +- .../installation/ha/kubernetes-rke/_index.md | 18 ++--- layouts/_default/list.html | 6 +- src/js/app.js | 80 ++++++++++++------- 4 files changed, 70 insertions(+), 40 deletions(-) diff --git a/config.toml b/config.toml index 58b122e7836..81f25129024 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,11 @@ pluralizeListTitles = false enableRobotsTXT = true pygmentsCodeFences = true -pygmentsCodeFencesGuessSyntax = true + +PygmentsStyle = "native" + +#pygmentsCodeFencesGuessSyntax = true + [permalinks] inside-pages = "/:filename/" diff --git a/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md b/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md index 979f9dfed00..9df59191d0d 100644 --- a/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md +++ b/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md @@ -11,15 +11,15 @@ Using the sample below create the `rancher-cluster.yml` file. Replace the IP Add ```yaml nodes: - - address: 165.227.114.63 - user: ubuntu - role: [controlplane,worker,etcd] - - address: 165.227.116.167 - user: ubuntu - role: [controlplane,worker,etcd] - - address: 165.227.127.226 - user: ubuntu - role: [controlplane,worker,etcd] + - address: 165.227.114.63 + user: ubuntu + role: [controlplane,worker,etcd] + - address: 165.227.116.167 + user: ubuntu + role: [controlplane,worker,etcd] + - address: 165.227.127.226 + user: ubuntu + role: [controlplane,worker,etcd] ``` #### Common RKE nodes: options diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 817bfdccd56..c0006865931 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -10,18 +10,18 @@
-