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:14:37 +0300
committerfiatjaf <fiatjaf@gmail.com>2018-04-10 16:14:37 +0300
commit19a6e00ac5c08f6665787447ba9d5d2f202334a1 (patch)
tree23e6c2ba12431c408ac4256a4a5c438497124364
parentbb708617b647c09c13b2be1d23ce850075d8702b (diff)
mention widget on the readme.
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 55d04ed..ca3500a 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ Supported parameters on `config.toml`:
[params]
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
```
@@ -28,3 +29,5 @@ 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.