summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-04-14 23:59:19 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-15 08:59:13 +0200
commited370f667e3fbe55924bdac65059a32c6fae60e7 (patch)
tree32608e73007af90a2bb41075033466e6124dd372
parent78726229a2a7db2f0f6a478b02b49c3a11b2c393 (diff)
downloadgohugo-theme-ed-ed370f667e3fbe55924bdac65059a32c6fae60e7.tar.gz
Update documentation
-rw-r--r--README.md1
-rw-r--r--exampleSite/config/_default/config.yaml2
-rw-r--r--exampleSite/content/documentation/index.md6
3 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index bddb9f5..f13c203 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ theme by [Alex Gil](https://twitter.com/elotroalex).
- Metadata in OpenGraph to play nice with social media and search engines
- Automatic table of content generation
- Simple search functionality
+- Comments system
- Annotations via [hypothes.is](https://hypothes.is/)
- Contact form
- Custom `robots.txt` (changes values based on environment)
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml
index eda82ea..752a47f 100644
--- a/exampleSite/config/_default/config.yaml
+++ b/exampleSite/config/_default/config.yaml
@@ -142,7 +142,7 @@ markup:
goldmark:
parser:
attribute:
- # Enable custom attribute support for blocks
+ # Enable custom attribute support for blocks
block: true
# If enableGitInfo is true, it will override any lastmod dates in our
diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md
index cf78f29..87a3f63 100644
--- a/exampleSite/content/documentation/index.md
+++ b/exampleSite/content/documentation/index.md
@@ -115,7 +115,7 @@ By default Hugo uses a special Markdown processor called Goldmark. The processor
## Genres
-Ed offers three different layouts: poem, narrative and drama. To create content of a certain genre, create a file in the appropriate folder. For example, if you want to create a poem, create a file in the `content/poem` folder. Another way is to indicated genre in the YAML front matter on your texts. The templates that govern how these genres are displayed can be found in the Ed's `layouts` folder. Redefining these layouts in project wide level will allow you to tweak the stylesheets according to your different needs. Out of the box, Ed contains some special instructions for poetry in its stylesheets that allow you to deal with some of the peculiarities of poetry layouts.
+Ed offers four different layouts: poem, narrative, drama and simple post. To create content of a certain genre, create a file in the appropriate folder. For example, if you want to create a poem, create a file in the `content/poems` folder. Another way is to indicated genre in the YAML front matter on your texts. The templates that govern how these genres are displayed can be found in the Ed's `layouts` folder. Redefining these layouts in project wide level will allow you to tweak the stylesheets according to your different needs. Out of the box, Ed contains some special instructions for poetry in its stylesheets that allow you to deal with some of the peculiarities of poetry layouts.
To indicate lines in poetry we use the line syntax from Markdown:
@@ -404,8 +404,8 @@ That should do it. If you have suggestions on how to improve Ed, make sure to le
Happy editing!
-Serghei Iakovlev
+Serghei Iakovlev\
April 2024
-Alex Gil
+Alex Gil\
April 2016