Initial check-in after refactoring to use Hugo site generator with ReLearn template. HTTP Status Codes page not done--nor adwords added.

This commit is contained in:
Todd Fredrich
2022-11-07 09:48:25 -07:00
parent b9dc2eaf8d
commit 7675fcd740
353 changed files with 28093 additions and 1493 deletions

30
config.toml Normal file
View File

@ -0,0 +1,30 @@
baseURL = 'http://restapitutorial.org/'
languageCode = 'en-us'
title = 'REST API Tutorial'
uglyURLs = true
#
# Change the default theme to hugo-theme-relearn
theme = "relearn"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/McShelby/hugo-theme-relearn"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-tags'></i> Tags"
url = "tags/"
weight = 40
[params]
editURL = "https://github.com/McShelby/hugo-theme-relearn/edit/main/exampleSite/content/"
description = "Learn REST API Design"
author = "Todd Fredrich"
collapsibleMenu = true
titleSeparator = " - "
themeVariant = [ "relearn-light", "relearn-dark" ]