From fe51190c683d3202804c4fa3d219f5ce55710c1c Mon Sep 17 00:00:00 2001 From: Rohan Verma Date: Sat, 13 Apr 2019 21:39:33 +0530 Subject: [PATCH] feat: rss feed --- config.toml | 2 +- layouts/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 2b71381..5c3bade 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "/" # Controls base URL sitewide +baseurl = "https://rohanverma.net/" # Controls base URL sitewide languageCode = "en-US" # Controls site language title = "rohanverma.net" # Homepage title and page title suffix paginate = 11 # Number of posts to show before paginating diff --git a/layouts/index.html b/layouts/index.html index 4ce020a..722550f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -54,9 +54,9 @@
- I'm migrating the blog from Wordpress to Hugo, in the meantime, if you some page - looks odd, you can visit https://blog.rohanverma.net - and find the original blogs there. + + My blog is also available through [RSS] + {{ end }} {{ define "footer" }} {{ partial "powered-by.html" . }}