How to use remote theme for GitHub Pages

Issue #248

Visit https://github.com/onmyway133/onmyway133.github.io


https://github.blog/2017-11-29-use-any-theme-with-github-pages/

Starting today, you can use any of the hundreds of community-curated themes on GitHub.com. To build your site with any public, GitHub-hosted theme, add the following to your site’s _config.yml file:

1
remote_theme: owner/name

Browse themes https://github.com/topics/jekyll-theme
Example config file with navigation https://github.com/daviddarnes/alembic/blob/master/_config.yml

Each page must have a description. Link must point to generated html file

1
Apps: /apps.html

Do not specify layout: default to keep overall theme

1
2
3
4
---
title: Another Page
description:
---

Comments