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

github.com/fiatjaf/classless-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2018-04-10 16:43:51 +0300
committerfiatjaf <fiatjaf@gmail.com>2018-04-10 16:43:51 +0300
commit15791b0dab98c465596bfd13cf43f4f5a99f3386 (patch)
tree839d8389954dff3c0ea09fefba30a63ad71c249d
parent1745cfd6c9b57b03753de275192482e23953b9c1 (diff)
rename to "classless".
-rw-r--r--README.md8
-rw-r--r--theme.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index ca3500a..d3383b1 100644
--- a/README.md
+++ b/README.md
@@ -11,15 +11,17 @@ theme = "the theme name, choose from https://classless.alhur.es/themes"
commit_sha = "if in doubt, go to https://github.com/fiatjaf/classless and copy the 7 characters from the line that says: 'Latest commit xxxxxxx'"
theme_url = "alternatively, you can just paste a CSS URL here to be included"
description = "a description of your site, will be used on `body > header` and on the <meta> description, when not overriden by pages (in normal posts, it is overriden by the post summary)."
-show_summaries = false // if you don't want automatic summaries in list pages
+show_summaries = false # if you don't want automatic summaries in list pages
```
+If you don't set a `theme` and `commit_sha` (or `theme_url`), a random Classless theme will be included for you, and a poorly designed widget will appear on your site from which you'll be able to select themes and experiment with them before choosing one to write to your config file.
+
Partials that should be overwritten:
* `layouts/partials/aside.html`: the HTML content of the `body > partial` Classless element.
* `layouts/partials/footer.html`: the HTML content of the `body > partial` Classless element.
-All posts (under `content/posts/`) support the following extra parameters:
+All posts (under `content/posts/`) support the following extra (optional) parameters:
```yaml
cover: a URL to an image to be used on the `article > header` and on list pages
@@ -29,5 +31,3 @@ tags:
- array
- of-tags
```
-
-If you don't set a `theme` and `commit_sha` (or `theme_url`), a random Classless theme will be included for you, and a poorly designed widget will appear on your site from which you'll be able to select themes and experiment with them before choosing one to write to your config file.
diff --git a/theme.toml b/theme.toml
index fa6ceed..b25730d 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,4 +1,4 @@
-name = "Classless"
+name = "classless"
license = "MIT"
licenselink = "https://github.com/fiatjaf/classless-hugo/blob/master/LICENSE.md"
description = "The Classless templates and themes implemented in Hugo."