diff --git a/README.html b/README.html deleted file mode 100644 index b4ee806..0000000 --- a/README.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - -🥤 kele.el (Kubernetes Enablement Layer for Emacs) - - - - - -
-

🥤 kele.el (Kubernetes Enablement Layer for Emacs)

-
-

Table of Contents

- -
- -
-

kele.jpg -

-
- -

-Kele (kě lè, or kə-ˈlə) (“Kubernetes Enablement Layer for Emacs”) -streamlines integration between Kubernetes and Emacs. It provides a “base layer” -that can be leveraged to build higher-level integrations, e.g. modeline modules -and interactive clients such as kubernetes-el. -

- -

-Kele comes with “batteries included.” It contains several integrations with -noteworthy packages that you can take advantage of in your own configs. These -also serve to demonstrate Kele’s capabilities. Our documentation includes -tutorials for replicating these integrations yourselves. -

- -

-For full documentation, please visit jinnovation.github.io/kele. -

- -
-

1. Getting Started

-
-
-
-

1.1. The Hard Way

-
-

-Clone this repository and put it in your load-path. -

-
-
- -
-

1.2. Use-package + Straight

-
-
-
(use-package kele
-  :straight (kele :type git :host github :repo "jinnovation/kele.el")
-  :config
-  (kele-mode 1))
-
-
-
-
-
- -
-

2. About the Name

-
-

-The name Kele comes from the Mandarin term for cola, 可乐 (kě lè). It is -also an abbreviation of “Kubernetes Enablement Layer for Emacs.” -

-
-
-
-
-

Author: Jonathan Jin

-

Created: 2022-12-29 Thu 12:37

-

Validate

-
- -