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

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-07-05 08:43:06 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-07-05 08:43:06 +0300
commit79e36f7b01306347df4b368197e1668e93006274 (patch)
treef4529ba2b20d6a53eff635af037a04c5d0bb4748
parent116d2d4627e414499956f47506337dd1b42dcc68 (diff)
Update theme
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index c8ea7fd..d222496 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ A minimalist theme for Hugo, built with Tailwind CSS.
- Turbolinks: no page refresh
- Support to custom links in the top bar
- Subtle animations
+- [Check all features live and learn more about customization](https://bento-hugo-theme.netlify.app/)
## Installation
@@ -55,6 +56,22 @@ $ npm run dev
Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.
+## Customization
+
+### The home page
+
+The home page will show the headline, description and a list of all posts.
+
+If you don't like this setup, in your Hugo website you can create a `layouts/index.html` if the content you like.
+
+### Writing posts
+
+Write posts using Markdown. You can also add HTML and use TailwindCSS classes for custom styles.
+
+The theme has support to categories and tags. Tags will be shown in the archives page.
+
+[Learn more about writing posts in the live demo website](https://bento-hugo-theme.netlify.app/).
+
## Update the theme
Inside the folder of your Hugo site run: