feat: Add baseURL to config and configure robots.txt to allow all and specify sitemap.
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 14s
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 14s
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
title = "Eric X. Liu's Personal Page"
|
title = "Eric X. Liu's Personal Page"
|
||||||
|
baseURL = "https://ericxliu.me/"
|
||||||
theme = ["hugo-cloak-email", "hugo-coder"]
|
theme = ["hugo-cloak-email", "hugo-coder"]
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
defaultcontentlanguage = "en"
|
defaultcontentlanguage = "en"
|
||||||
|
|||||||
@@ -1 +1,4 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
Sitemap: https://ericxliu.me/sitemap.xml
|
||||||
Reference in New Issue
Block a user