aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hugo.toml2
-rw-r--r--layouts/_default/page.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml
index 7e57f6d..986346b 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -107,7 +107,7 @@ lineNumbersInTable = true
tabWidth = 4
[outputs]
-page = ["html"]
+page = ["html", "txt"]
home = ["html", "json"]
section = ["html", "rss", "json"]
diff --git a/layouts/_default/page.txt b/layouts/_default/page.txt
new file mode 100644
index 0000000..8df585d
--- /dev/null
+++ b/layouts/_default/page.txt
@@ -0,0 +1,3 @@
+{{ .Title }}
+
+{{ .Plain }} \ No newline at end of file