diff --git a/netlify.toml b/netlify.toml index 8f3aeb3..79b67f9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,10 +7,10 @@ to = "/index.html" status = 200 -[[redirects]] - from = "/posts/*" - to = "" - status = 200 +# [[redirects]] + # from = "/posts/*" + # to = "" + # status = 200 [build.environment] - HUGO_VERSION = "0.124.1" \ No newline at end of file + HUGO_VERSION = "0.124.1" diff --git a/src/Utils/Constants.elm b/src/Utils/Constants.elm index 3469733..a0ff52e 100644 --- a/src/Utils/Constants.elm +++ b/src/Utils/Constants.elm @@ -28,9 +28,9 @@ type alias Job msg = footerLinks : List Link footerLinks = [ { text = "About", url = "/pages/about-me" } - , { text = "Blog", url = "/posts" } + , { text = "Blog", url = "https://avinal.space/posts" } , { text = "Projects", url = "/pages/projects" } - , { text = "GSoC", url = "/posts/gsoc" } + , { text = "GSoC", url = "https://avinal.space/posts/category/gsoc" } ] diff --git a/static/images/big-raspberry-pi.webp b/static/images/big-raspberry-pi.webp new file mode 100644 index 0000000..7413de3 Binary files /dev/null and b/static/images/big-raspberry-pi.webp differ