diff --git a/config/_default/params.toml b/config/_default/params.toml index d6e54ab..9c5ef56 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,7 +5,7 @@ enableSearch = true # twitter = "@janedoe" # largeTwitterCard = false # set to true if you want to show a large twitter card image. The default is a small twitter card image introDescription = "EDRLab is a network of professional organizations working in the domain of digital publishing. These directory provides a space to know each of us better and encourage collaborations." -introURL = "about/" # set the url for the 'read more' button below the introDescription, or set to false to not show the button +introURL = "homepage/" # set the url for the 'read more' button below the introDescription, or set to false to not show the button # description = "A theme based on VMware's Clarity Design System for publishing technical blogs with Hugo." # Set your site's meta tag (SEO) description here. Alternatively set this description in your home page content file e.g. content/_index.md. Whatever is set in the latter will take precedence. # keywords = ["design", "clarity", "hugo theme"] # Set your site's meta tag (SEO) keywords here. Alternatively set these in your home page content file e.g. content/_index.md. Whatever is set in the laztter will take precedence. diff --git a/content/homepage/about.md b/content/homepage/index.md similarity index 100% rename from content/homepage/about.md rename to content/homepage/index.md