-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.toml
More file actions
31 lines (26 loc) · 826 Bytes
/
hugo.toml
File metadata and controls
31 lines (26 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
baseURL = 'https://loresoft.com/'
languageCode = 'en-us'
title = 'LoreSoft.com'
enableGitInfo = true
enableRobotsTXT = true
disableAliases = false
disableHugoGeneratorInject = true
[params]
description = "LoreSoft.com - Software Development and Technology Blog featuring .NET, C#, web development, and programming tutorials"
keywords = "software development, programming, technology, .NET, C#, web development, ASP.NET, Entity Framework, LINQ"
author = "Paul Welter"
defaultImage = "/logo/loresoft-logo.png"
# twitterSite = "@loresoft"
# twitterCreator = "@yourusername"
[markup]
[markup.highlight]
style = 'github'
lineNos = false
[services]
[services.disqus]
shortname = 'loresoft'
[services.googleAnalytics]
id = 'G-TTY1SJ9PV9'
[caches]
[caches.images]
dir = ':cacheDir/images'