# Site Config baseURL = "https://oscar.blue/git" # Add /reponame for project site languageCode = "en-gb" title = "Oscar Pocock | Git Links" theme = "Lynx" enableRobotsTXT = false #[outputs] # home = ["HTML", "JSON"] # SEO [params] env = "production" title = "Oscar Pocock | Git Links" author = "Oscar Pocock" description = "My social links, powered by Hugo & Lynx" keywords = [ "Lynx", "Linktree", "About", "Git" ] # Lynx Config [author] image = "author.png" # Image path or link name = "Oscar Blue" headline = "Git Accounts" links = [ { forgejo = { href = "https://git.oscar.blue/noble", text = "Forgejo" } }, { gitlab = { href = "https://gitlab.com/oscarpocock", text = "Gitlab" } }, { github = { href = "https://github.com/NoirNoble", text = "Github" } }, ] enableEmoji = true disableKinds = ["taxonomy", "term"] [markup.highlight] noClasses = false [markup.goldmark.renderer] unsafe = true