Skip to content
forked from chibicode/solo

Solo is a Jekyll theme that supports single-page websites only, but supports them well.

License

Notifications You must be signed in to change notification settings

ankur-gupta/solo

 
 

Repository files navigation

Solo

Solo is forked from Solo, which is a Jekyll theme that supports single-page websites only, but supports them well. Yes, it's responsive.

Color Themes

Solo ships with eight optional based on Lanyon Color Themes. You can apply a theme that changes the color of the title and links (more elements to be added later). By default, no theme is used and the titles are colored black and links are colored blue.

These are the eight themes available:

Available color themes

To use a theme, simply add a theme class to the <body> element in the _layouts/default.html as follows:

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

This is an example of using the red (theme-base-08) color theme.

Solo with red color theme

Thanks to Poole for creating these themes for Jekyll.

About

Solo is a Jekyll theme that supports single-page websites only, but supports them well.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 91.4%
  • HTML 8.6%