You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: a quick run down on accessing github metadata.
6
+
---
7
+
8
+
A sample blog page that demonstrates the accessing of github meta data.
9
+
10
+
## What does Github-MetaData do?
11
+
* Propagates the site.github namespace with repository metadata
12
+
* Setting site variables :
13
+
* site.title
14
+
* site.description
15
+
* site.url
16
+
* site.baseurl
17
+
* Accessing the metadata - duh.
18
+
* Generating edittable links.
19
+
20
+
## Additional Reading
21
+
* If you're recieving incorrect/missing data, you may need to perform a Github API<ahref="https://github.com/jekyll/github-metadata/blob/master/docs/authentication.md"> authentication</a>.
22
+
* Go through this <ahref="https://jekyll.github.io/github-metadata/"target="blank">README</a> for more details on the topic.
23
+
* <ahref= "https://github.com/jekyll/github-metadata/blob/master/docs/site.github.md">This page</a> highlights all the feilds you can access with github-metadata.
0 commit comments