diff options
-rw-r--r-- | config.toml | 5 | ||||
-rw-r--r-- | content/subscribe.md | 14 |
2 files changed, 19 insertions, 0 deletions
diff --git a/config.toml b/config.toml index a076eb9..bb1a265 100644 --- a/config.toml +++ b/config.toml @@ -33,6 +33,11 @@ identifier = "Projects" name = "Projects" url = "/projects/" weight = 5 +[[menu.main]] +identifier = "Subscribe" +name = "Subscribe" +url = "/subscribe/" +weight = 6 [markup] [markup.goldmark] diff --git a/content/subscribe.md b/content/subscribe.md new file mode 100644 index 0000000..393c6f5 --- /dev/null +++ b/content/subscribe.md @@ -0,0 +1,14 @@ +--- +title: "Subscribe" +date: 2025-05-26 +--- +You can subscribe to blog updates from any of the following methods. + +# RSS + +[Follow via RSS](/index.xml) + + +# Email + +<script async data-uid="ee2e2f6cec" src="https://marks-kitchen.kit.com/ee2e2f6cec/index.js"></script> |