Skip to content

Commit 19e0038

Browse files
author
Rafal Chmiel
committed
Add section on repository metadata and plugin support for GitHub Pages
1 parent 46be82b commit 19e0038

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ All the hidden and not hidden features of Git and GitHub. This cheat sheet was i
2020
- [Empty Commits](#empty-commits)
2121
- [Comparing Branches](#comparing-branches)
2222
- [Line Highlighting in Repos](#line-highlighting-in-repos)
23+
- [Metadata and Plugin Support for GitHub Pages](#metadata-and-plugin-support-for-github-pages)
2324
- [Emojis](#emojis)
2425
- [Images/GIFs](#imagesgifs)
2526
- [Quick Quoting](#quick-quoting)
@@ -295,6 +296,13 @@ https://github.com/rails/rails/blob/master/activemodel/lib/active_model.rb#L53-L
295296

296297
![Line Highlighting](http://i.imgur.com/8AhjrCz.png)
297298

299+
## Metadata and Plugin Support for GitHub Pages
300+
Within Jekyll pages and posts, repository information is available within the `site.github` namespace, and can be displayed, for example, using `{{ site.github.project_title }}`.
301+
302+
The Jemoji and jekyll-mentions plugins enable [emoji](#emojis) and [@mentions](https://github.com/blog/821) in your Jekyll posts and pages to work just like you'd expect when interacting with a repository on GitHub.com.
303+
304+
[*Read more about repository metadata and plugin support for GitHub Pages.*](Repository metadata and plugin support for GitHub Pages)
305+
298306
## Emojis
299307

300308
Emojis can be generated on Pull Requests, Issues, Commit Messages, READMEs, etc. using `:name_of_emoji:`

0 commit comments

Comments
 (0)