Skip to content

Commit

Permalink
removed theme from hugo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BORAT committed Aug 26, 2023
1 parent 01a1e6d commit 23cf77b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 43 deletions.
45 changes: 3 additions & 42 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,42 +1,3 @@
baseURL = "http://example.org/"
languageCode = "en-us"
paginate = 6
summarylength = 10
title = "Blogge | Personal Blog Template"
theme = "blogge-hugo-theme"

[menu]
[[menu.main]]
name = "Home"
url= ""
weight= 1
[[menu.main]]
name = "About"
url= "about"
weight= 2
[[menu.main]]
name = "Contact"
url= "contact"
weight= 3

[params]
summarylength = 80
logo = "images/logo.svg"
author = "Mary Astor"
authorThumb = "images/author.png"
authorAddress = "Lorem 142 Str., 2352, Ipsum, State, USA"
authorPhone = "+33-257634 534"
instaUsername = "mary_astor"
facebookUsername = "mary_astor"
twitterUsername = "mary_astor"
linkedinUsername = "mary_astor"
blogTitle = "Articles"
blogSubTitle = "View the latest news on Blogger"
trendingBlogIcon = "images/blog/icon.svg"
# Replace the third party URL/API with yours
# We're using formspree.io for form handling, paste your formspree url below
fabformURL = "9AJk8ro"
googleMapAPI = "AIzaSyC9rV6yesIygoVKTD6QLf_iCa9eiIIHqZ0"

[taxonomies]
tag = "tags"
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'Mo$o Legendary Site'
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
theme = 'blogge'

0 comments on commit 23cf77b

Please sign in to comment.