Remove google fonts
Remove date
Change readme
A fork of Hyde.
Hyde is a brazen two-column hugo theme based on the Jekyll theme of the same name. It pairs a prominent sidebar with uncomplicated content.
hugo new personal_website
cd personal_website
git init
git submodule add
echo 'theme = "hyde"' >> config.toml
theme = "hyde"
[Menus]
main = [
{Name = "Github", URL = "https://github.com/username/"},
{Name = "LinkedIn", URL = "https://www.linkedin.com/in/username/"}
]
[params]
description = "Your custom description"
layoutReverse = false
Mark Otto
Steve Francia
Open sourced under the MIT license.