~matthias_schaub/hyde

A fork of Hyde.
Remove google fonts

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~matthias_schaub/hyde
read/write
git@git.sr.ht:~matthias_schaub/hyde

You can also use your local clone with git send-email.

A fork of Hyde.

  • Remove Google fonts
  • Remove Google analytics
  • Hide date on pages
  • Change README.md

#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.

Hyde screenshot

#Installation

hugo new personal_website
cd personal_website
git init
git submodule add 
echo 'theme = "hyde"' >> config.toml

#Configuration

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

#Author of Hdye

Mark Otto

#Ported to Hugo By

Steve Francia

#License

Open sourced under the MIT license.