diff --git a/config.toml b/config.toml index d92b047572a..188254301b4 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 7df25f805a9..1fb6b0a6a48 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 @@ -13,15 +13,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 c3442802933..e8f8940b5ea 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -10,18 +10,23 @@
-