Example Config
title = "Osprey Example Site"
baseURL = "https://tomanistor.com"
tags = ["portfolio", "web design", "blog"]
languageCode = "en-US"
config = "config.toml"
canonifyURLS = true
googleAnalytics = ""
[Params]
author = "Toma Nistor"
description = "Full-stack web developer and UI/UX enthusiast based in San Diego, CA."
logoBig = "/images/osprey-logo.png"
logoSmall = "/images/osprey-logo.png"
favicon = "favicon.ico"
opengraphImage = "/images/osprey.png"
twitter = "TomaNistor"
linkedin = "tomanistor"
github = "tomanistor"
email = ""
googleTagManger = ""
highlightJS = true
copyright = true
credit = true
[[menu.main]]
name = "Work"
url = "/#work"
weight = 1
[[menu.main]]
name = "Blog"
url = "/#blog"
weight = 2
[[menu.main]]
name = "Contact"
url = "/#contact"
weight = 3