Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed <jeblister@gmail.com>2021-07-08 14:46:53 +0300
committerMohamed <jeblister@gmail.com>2021-07-08 14:46:53 +0300
commitde52ffd38736daa07b8cd1e652e656e176d93b27 (patch)
tree0f4efc368a88c849d4e20d2747734b654f265a87
parentd2233943a8d603ed2e6386269e0500c5a4a72d48 (diff)
update readme with the new Kube Framework link
-rw-r--r--README.md26
1 files changed, 9 insertions, 17 deletions
diff --git a/README.md b/README.md
index 1deb6a7..e33e738 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# kube Theme for Hugo
-`kube` Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog.
+`kube` Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog.
-I create this theme based on the `Version 6.5.2` [Kube Framework](https://kube6.imperavi.com/).
+I create this theme based on the `Version 6.5.2` [Kube Framework](https://kube7.imperavi.com/).
![kube hugo landingPage](https://cldup.com/RjWtdJZNae.png)
@@ -39,28 +39,25 @@ Inside the folder of your Hugo site run:
For more information read the official [setup guide](//gohugo.io/overview/installing/) for Hugo.
-
Copy custom archetypes to your site:
```shell
cp themes/kube/archetypes/* archetypes
```
+Next, take a look in the `exampleSite` folder at. This directory contains an example config file and the content for the demo. It serves as an example setup for your blog.
-Next, take a look in the `exampleSite` folder at. This directory contains an example config file and the content for the demo. It serves as an example setup for your blog.
-
-Copy at least the `config.toml` in the root directory of your website. Overwrite the existing config file if necessary.
+Copy at least the `config.toml` in the root directory of your website. Overwrite the existing config file if necessary.
Hugo includes a development server, so you can view your changes as you go :
-``` sh
+```sh
hugo server -w
```
Now you can go to [localhost:1313](http://localhost:1313) and the `kube`
theme should be visible.
-
## Getting Started
There are a few concepts this theme employs to make a personal documentation site. It's important to read this as you may not see what you expect upon launching. It assumes you want to call your documentation posts `docs` and organizes them as such. For example, creating a new docs with Hugo would require you typing:
@@ -80,13 +77,10 @@ The theme works with other content types, but docs pages work best when grouped
![Custom List docs Page](https://cldup.com/8k1nU8TLuU.png)
-
-
#### Defining yourself as the Author
In this case you would want to add `author = "your name"` variable like your name to your post's Front Matter.
-
#### Webmaster Verification
Verify your site with several webmaster tools including Google, Bing, Alexa and Yandex. To allow verification of your site with any or all of these providers simply add the following to your `config.toml` and fill in their respective values:
@@ -144,17 +138,15 @@ To learn more about how crawlers use this feature read [block search indexing wi
To add your own theme css or override existing CSS without having to change theme files do the following:
1. Create a `style.css` in your site's `layouts/static/css directory` or use `custom.css` file in 'themes/kube/static/css/custom.css`
-1. Add link to this file in 'themes/kube/layouts/_default/baseof.html'.
+1. Add link to this file in 'themes/kube/layouts/\_default/baseof.html'.
Default `style block` :
```html
<!-- Your own theme here -->
- <link href="/css/custom.css" rel="stylesheet" type="text/css">
-
+<link href="/css/custom.css" rel="stylesheet" type="text/css" />
```
-
## Contributing
Did you find a bug or have an ideas for new features? Feel free to use the issue tracker to let me know or make a pull request.
@@ -167,11 +159,11 @@ MIT
## Credits
-- [kube framework](https://imperavi.com/kube/)
+- [kube framework](https://kube7.imperavi.com/)
- [after dark theme](https://github.com/comfusion/after-dark)
## Contact
This is the second theme I've made for Hugo, so I'm sure I've done some things wrong or assumed too much. If you have ideas or things that should be fixed, please let me know.
-- [Mohamed JEBLI](http://about.elemnts.org/) [@jebli_7](http://twitter.com/jebli_7)
+- [Mohamed JEBLI](http://about.elemnts.net/) [@jebli_7](http://twitter.com/jebli_7)