Thanks to the new plugins for easy publishing, namely
Optional Front Matter,
README Index,
Default Layout, and
Titles from Headings
you can now publish pages, that is, static (web)sites
on GitHub without any configuration (that is, _config.yml
) or
front matter blocks (that is, ---
… ---
) in your markdown documents
and your README.md will become the index.html front page of your site.
More Info:
Thanks to the Relative Links plugin, you can link to markdown source files and GitHub Pages automatically changes the link to hypertext (.html) when published e.g.
[Page Two](/hello-pages-theme/two.html)
becomes =>
<a href="two.html">Page Two</a>
Try it. Follow along to Page Two or to Page Three.
More Info:
See a live demo @ henrythemes.github.io/hello-pages-theme
»
Note: For a more “advanced” starter theme, see the Hello, Pages! Theme V2. The V2 includes:
_layouts
e.g. page.html
, etc._includes
e.g. pages.html
, footer.html
, github.html
, etc.2017-01-13 01:56:09 +0000
(and Jekyll version e.g. 3.3.1
)For more themes in the Hello! series, see:
For even more themes see the Dr. Jekyll’s Themes directory.
The Hello, Pages! theme is dedicated to the public domain. Use it as you please with no restrictions whatsoever.
Post them to the jekyll talk forum. Thanks!