Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple Jekyll theme for single-page sites or simple blogs, created by Shu Uesugi.
Duo is a simple Jekyll theme, created by Shu Uesugi, that builds a single-page site or a simple blog using Jekyll's static site generation.
Duo is a Jekyll theme with a minimal design meant for two content structures: a single-page site or a simple blog. It takes Markdown or HTML content and runs it through Jekyll, producing static HTML, CSS, and JavaScript output that can be hosted on any static server. The theme is distributed as a public GitHub repository under the name chibicode/duo.
git clone https://github.com/chibicode/duo.git, bundle install, and bundle exec jekyll serve.http://localhost:4000/duo while you work.https://chibicode.github.io/duo/, and see a real example used for a React tutorial at https://chibicode.com/react-js-introduction-for-people-who-know-just-enough-jquery-to-get-by/.Duo follows the standard Jekyll workflow. First you clone the repository, then bundle install installs the theme's Ruby dependencies, and bundle exec jekyll serve launches a local server at http://localhost:4000/duo. Jekyll processes content in the configured folders, applies the theme's templates, and generates a static _site directory ready for deployment.
Duo is available as a public GitHub repository, so you can clone it and use it without paying. The repository page does not mention a license, so review the repository for licensing terms if you plan commercial use.
Duo is a Jekyll theme that helps you create either a single-page site or a simple blog. It keeps the design minimal and focuses on presenting content without extra features like e-commerce or membership systems.
Copy the repository with git clone https://github.com/chibicode/duo.git, run bundle install to fetch dependencies, then start the server with bundle exec jekyll serve. Access the site at http://localhost:4000/duo.
Duo was made by Shu Uesugi, who publishes code on GitHub as chibicode. He announced the theme on Twitter in October 2017, linking to the Jekyll community.
