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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-04-07 10:53:03 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-04-07 10:55:04 +0300
commit83dcb431a152d998233207478edc32b2500b04f7 (patch)
tree4e431ee8715fa2e73becc3b6e9a13c20cd886fb1
parent7b0561275f8da51d8365305d0a380d1ea4e5f468 (diff)
update README
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index dd27652..b314d3c 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,20 @@ Some of the basic features of Piercer are:
* Hamburger menu without JavaScript.
* Great SEO by default.
* Mobile-first philosophy.
-* Optional support for PostCSS.
+* PostCSS can be used if desired.
* Fast.
-Some of the things that are not planned to add are:
-* Dropdown menus.
+Some of the things that are not planned to add for the moment are:
+
+* Dropdown menus or nested menus.
+
+Some of the things I would like to add or improve in the future:
+
+* Accessibility.
+* List pages.
## Installation
+
To install Piercer run the following commands inside your Hugo site:
```bash
@@ -199,7 +206,7 @@ logo = "" # Relative URL for your logo
```toml
[params.date]
- format = ""
+ format = "January 2, 2006"
```
### Social networks
@@ -274,6 +281,7 @@ A simple description.
As you can see, you can add a background image with the ```images``` param to the hero of your Home page. Which will also display the content of your file. And the CTA if you have specified so. [Here is an example](https://github.com/danielkvist/hugo-piercer-theme/blob/master/exampleSite/content/_index.md).
## Home sections
+
To add sections to your Home page use the ```section``` archetype.
```md