summaryrefslogtreecommitdiffstats
path: root/exampleSite
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 /exampleSite
parent78726229a2a7db2f0f6a478b02b49c3a11b2c393 (diff)
downloadgohugo-theme-ed-ed370f667e3fbe55924bdac65059a32c6fae60e7.tar.gz
Update documentation
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/config.yaml2
-rw-r--r--exampleSite/content/documentation/index.md6
2 files changed, 4 insertions, 4 deletions
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