mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-21 05:29:31 -07:00
chore(hugo.toml): update baseURL, themesdir, theme, and title in hugo.toml
feat(hugo.toml): enable robots.txt and set defaultContentLanguage to 'en' in hugo.toml chore(markup.toml): update goldmark configuration in markup.toml chore(params.toml): update description and bundled fields in params.toml chore(sitemap.toml): update changefreq, filename, and priority in sitemap.toml
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# website title
|
||||
title = "Bridget"
|
||||
# description of the site (will be placed in meta)
|
||||
description = "Bridget is a minimal Hugo theme designed for photographers / visual artists."
|
||||
# use bundled js and css
|
||||
# if you want to build the js and css from scratch, set this to false and run `npm install` and `npm run build`
|
||||
# * if you want to build the js and css from scratch, set this to false and run `npm install` and `npm run build`
|
||||
# * tldr: set this to false if you want to edit the js and css
|
||||
bundled = false
|
||||
|
||||
Reference in New Issue
Block a user