mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-16 19:14:33 -05:00
test how jekyll sitemap works on both repos
This commit is contained in:
parent
679df8b6fc
commit
8ddc0fb969
@ -2,9 +2,10 @@ plugins:
|
|||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
- jekyll-github-metadata
|
- jekyll-github-metadata
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
|
- jekyll-sitemap
|
||||||
|
|
||||||
url : "https://infominer.id/DIDecentralized"
|
url : "https://infominer.id/DIDecentralized"
|
||||||
baseurl : "DIDecentralized"
|
baseurl : "/DIDecentralized"
|
||||||
title : Decentralized Identity — DID
|
title : Decentralized Identity — DID
|
||||||
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
|
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
|
||||||
author : "⧉ Infominer"
|
author : "⧉ Infominer"
|
||||||
@ -18,7 +19,7 @@ twitter:
|
|||||||
title : Decentralized Identity — DID
|
title : Decentralized Identity — DID
|
||||||
site : "infominer33"
|
site : "infominer33"
|
||||||
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
|
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
|
||||||
image : "https://infominer.id/images/og-image.jpg"
|
|
||||||
card : "summary"
|
card : "summary"
|
||||||
|
og_image : "https://infominer.id/images/og-image.jpg"
|
||||||
|
|
||||||
google_analytics: UA-132558656-1
|
google_analytics: UA-132558656-1
|
@ -48,12 +48,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
{% if site.github.is_project_page %}
|
{% if site.github.is_project_page %}
|
||||||
<p>Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
|
<p>Maintained by <a href="https://github.com/infominer33">⧉ Infominer</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
|
<p>This site is licensed <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal (CC0 1.0)
|
||||||
|
Public Domain</a></p>
|
||||||
|
<p><a href="https://github.com/infominer33/infominer33.github.io/blob/master/{{page.path}}">Edit this page.</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
2
index.md
2
index.md
@ -18,8 +18,6 @@ For now, [**infominer.id/DIDecentralized**](https://infominer.id/DIDecentralized
|
|||||||
|
|
||||||
I'm open to collaboration.
|
I'm open to collaboration.
|
||||||
|
|
||||||
This site is licensed [CC0 1.0 Universal (CC0 1.0)
|
|
||||||
Public Domain](https://creativecommons.org/publicdomain/zero/1.0/).
|
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user