new website

This commit is contained in:
adityapk00
2019-01-07 13:16:43 -08:00
parent edc41d4100
commit 2240f29612
18 changed files with 535 additions and 7 deletions

View File

@@ -1,4 +1,31 @@
baseURL = "http://example.org/"
title = "Notre-Dame de Paris"
baseURL = "https://example.com"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "universal"
theme = "ananke"
MetaDataFormat = "yaml"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
favicon = ""
description = "The last theme you'll ever need. Maybe."
facebook = ""
twitter = "https://twitter.com/GoHugoIO"
instagram = ""
youtube = ""
github = ""
gitlab = ""
linkedin = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
featured_image = "/images/screenshot-main.png"
recent_posts_number = 2