summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 159085c..e12f415 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,16 @@ Also note that the theme expects `params.author.name` to be defined, as can be s
You will need to create markdown files for the pages **"Search"** and **"All posts"** in your project's content directory.
If you want to go with the default text for both pages, these files can be empty except for title and `layout = all-posts` in the frontmatter. You can simply copy the example md files from the theme's `/content` directory.
+
In case you have a multilingual setup, you will need to create both pages in each language subdirectory, e.g. `content/de/search.md`, `content/en/all-posts.md` etc.
+The theme supports the value `excludeFromLists` in markdown frontmatter. This is inteded to be used for pages like "Contact" or "Search". If you set this value to true, the respective page:
+- will not be displayed in the "Recent posts" and "All posts" lists
+- will not include "Previous/Next post" navigation links
+- will not be included in the site's RSS feed.
+
+Argo comes with a pre-defined shortcode: including `{{< newtab href="https://some-site.com" >}}some text{{< /newtab >}}` in your markdown will render a link that opens a new tab.
+
The theme works with fallbacks and defaults a lot, e.g. if you do not set a logo, your website's title will be used instead.
## How to modify