Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 2.06 KB

README.md

File metadata and controls

68 lines (40 loc) · 2.06 KB

Profile Hyde

This is a quick-and-dirty personal profile site evolved from the Hyde theme. More configuration info, and guidelines on blogging, are available there.

According to the Hyde docs:

Hyde is a brazen two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content. >It's based on Poole, the Jekyll butler.

Contents

Sidebar menu

Create a list of nav links in the sidebar by assigning each Jekyll page the correct layout in the page's front-matter.

---
layout: page
title: About
---

Why require a specific layout? Jekyll will return all pages, including the atom.xml, and with an alphabetical sort order. To ensure the first link is Home, we exclude the index.html page from this list by specifying the page layout.

Themes

Hyde ships with eight optional themes based on the base16 color scheme. Apply a theme to change the color scheme (mostly applies to sidebar and links).

Hyde in red

There are eight themes available at this time.

Hyde theme classes

To use a theme, add anyone of the available theme classes to the <body> element in the default.html layout, like so:

<body class="theme-base-08">
  ...
</body>

To create your own theme, look to the Themes section of included CSS file. Copy any existing theme (they're only a few lines of CSS), rename it, and change the provided colors.

Author

Daniel Lathrop

Hyde author

Mark Otto

License

Open sourced under the MIT license.

<3