https://chibicode.github.io/duo/
Solo is a Jekyll theme that supports single-page websites only, but supports them well. Yes, it’s responsive.
Looking for a more standard Jekyll theme? Try out Shiori theme, which has Bootstrap integration.
This page itself is built with Solo. It’s generated from this markdown file.
First, install Jekyll. Then download Solo from its GitHub Repository. Start Jekyll and you should see this page up and running.
The main file you’ll be editing is index.md
. This becomes the content for the page.
_config.yml
to change the site’s title and description._includes/head.html
to add custom code to <head>
._includes/scripts.html
to add custom code before </body>
.CNAME
to host on a custom domain.README.md
before pushing your code.<h1>
tagsWthin index.md
, do not use <h1>
tags - <h1>
is reserved for the site title.
Solo supports lists, <hr>
s, <table>
s,
blockquotes, and…
<pre>code blocks with syntax highlighting.</pre>
Instead of downloading, you can fork Solo and use the “upstream” strategy described on this page to keep Solo up to date.
Shu Uesugi (Twitter/GitHub/G+).