diff options
| -rw-r--r-- | exampleSite/config.toml | 2 | ||||
| -rw-r--r-- | exampleSite/content/dramas/raisin.md (renamed from exampleSite/content/drama/raisin.md) | 1 | ||||
| -rw-r--r-- | exampleSite/content/narratives/narrative.md (renamed from exampleSite/content/narrative/narrative.md) | 1 | ||||
| -rw-r--r-- | exampleSite/content/poems/a-julia.md (renamed from exampleSite/content/poem/a-julia.md) | 1 | ||||
| -rw-r--r-- | exampleSite/content/poems/delayed.md (renamed from exampleSite/content/poem/delayed.md) | 1 | ||||
| -rw-r--r-- | exampleSite/content/poems/dreams.md (renamed from exampleSite/content/poem/dreams.md) | 1 | ||||
| -rw-r--r-- | exampleSite/content/poems/mypoem.md (renamed from exampleSite/content/poem/mypoem.md) | 1 | ||||
| -rw-r--r-- | exampleSite/content/poems/o-captain.md (renamed from exampleSite/content/poem/o-captain.md) | 1 | ||||
| -rw-r--r-- | layouts/dramas/single.html (renamed from layouts/drama/single.html) | 0 | ||||
| -rw-r--r-- | layouts/narratives/single.html (renamed from layouts/narrative/single.html) | 0 | ||||
| -rw-r--r-- | layouts/pages/single.html (renamed from layouts/page/single.html) | 0 | ||||
| -rw-r--r-- | layouts/poems/single.html (renamed from layouts/poem/single.html) | 0 |
12 files changed, 1 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 823c22f..3586177 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -24,7 +24,7 @@ resourceDir = '../resources' # Custom footer text footer = '' # Sections to be displayed in the main page - main_sections = ['post', 'drama', 'narrative', 'poem'] + main_sections = ['posts', 'dramas', 'narratives', 'poems'] # Order of post meta information post_meta = ['date'] # Posts date format, for example: 2006-01-02 diff --git a/exampleSite/content/drama/raisin.md b/exampleSite/content/dramas/raisin.md index 74723ed..5c8d8b2 100644 --- a/exampleSite/content/drama/raisin.md +++ b/exampleSite/content/dramas/raisin.md @@ -2,7 +2,6 @@ title: A Raisin in the Sun date: 2022-02-03T14:56:58+02:00 draft: false -type: poem author: Lorraine Hansberry editor: Alex Gil source: "Hansberry, Lorraine, and Robert Nemiroff. A Raisin in the Sun. Rep Rei edition. New York: Vintage, 2004. Print." diff --git a/exampleSite/content/narrative/narrative.md b/exampleSite/content/narratives/narrative.md index 0afa4df..72cb38c 100644 --- a/exampleSite/content/narrative/narrative.md +++ b/exampleSite/content/narratives/narrative.md @@ -2,7 +2,6 @@ title: "Narrative of the Life of Frederick Douglass" date: 2016 draft: false -type: poem author: Frederick Douglass editor: Alex Gil source: Project Guttenberg diff --git a/exampleSite/content/poem/a-julia.md b/exampleSite/content/poems/a-julia.md index 0488003..f07641a 100644 --- a/exampleSite/content/poem/a-julia.md +++ b/exampleSite/content/poems/a-julia.md @@ -2,7 +2,6 @@ title: A Julia de Burgos date: 2022-01-01T14:57:10+02:00 draft: false -type: poem author: Julia de Burgos editor: Alex Gil source: Ciudad Seva diff --git a/exampleSite/content/poem/delayed.md b/exampleSite/content/poems/delayed.md index e0dadd7..611a797 100644 --- a/exampleSite/content/poem/delayed.md +++ b/exampleSite/content/poems/delayed.md @@ -2,7 +2,6 @@ title: Delayed till she had ceased to know date: 2022-01-30T14:56:58+02:00 draft: false -type: poem author: Emily Dickinson editor: Alex Gil source: "Bartleby.com" diff --git a/exampleSite/content/poem/dreams.md b/exampleSite/content/poems/dreams.md index f6fd5c4..9fd62f4 100644 --- a/exampleSite/content/poem/dreams.md +++ b/exampleSite/content/poems/dreams.md @@ -2,7 +2,6 @@ title: Dreams date: 2022-02-01T14:56:58+02:00 draft: false -type: poem author: Langston Hughes editor: Alex Gil source: Project Guttenberg diff --git a/exampleSite/content/poem/mypoem.md b/exampleSite/content/poems/mypoem.md index 0a12680..a9e826d 100644 --- a/exampleSite/content/poem/mypoem.md +++ b/exampleSite/content/poems/mypoem.md @@ -2,7 +2,6 @@ title: My poem date: 2022-02-02T14:56:58+02:00 draft: false -type: poem author: Alex Gil editor: Alex Gil source: My imagination diff --git a/exampleSite/content/poem/o-captain.md b/exampleSite/content/poems/o-captain.md index bfdb4c0..486027b 100644 --- a/exampleSite/content/poem/o-captain.md +++ b/exampleSite/content/poems/o-captain.md @@ -2,7 +2,6 @@ title: "O Captain! My Captain!" date: 2022-02-02T23:56:58+02:00 draft: false -type: poem author: Walt Whitman editor: Alex Gil source: Poetry Foundation diff --git a/layouts/drama/single.html b/layouts/dramas/single.html index 0609384..0609384 100644 --- a/layouts/drama/single.html +++ b/layouts/dramas/single.html diff --git a/layouts/narrative/single.html b/layouts/narratives/single.html index 6b56ef4..6b56ef4 100644 --- a/layouts/narrative/single.html +++ b/layouts/narratives/single.html diff --git a/layouts/page/single.html b/layouts/pages/single.html index 8e67367..8e67367 100644 --- a/layouts/page/single.html +++ b/layouts/pages/single.html diff --git a/layouts/poem/single.html b/layouts/poems/single.html index 9ad5bfc..9ad5bfc 100644 --- a/layouts/poem/single.html +++ b/layouts/poems/single.html |
