generated from Pymmdrza/Rich-Address-Wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 869dcf0
Showing
6 changed files
with
823 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
theme: jekyll-theme-modernist | ||
page_excerpts: true | ||
title: Latest All Address Wallet | ||
description: Latest Wallet Address and Balance with sorrted Rich Address Bitcoin Wallet and ethereum , litecoin, dogecoin , tron wallet and ... | ||
baseurl: "/Rich-Address-Wallet" | ||
url: "https://pymmdrza.github.io" | ||
|
||
# url create page from title | ||
permalink: /:categories/:title/ | ||
|
||
# content section [pages / posts / products] | ||
include: | ||
- pages | ||
|
||
navigation: | ||
- title: "Home" | ||
url: "/" | ||
- title: "About" | ||
url: "/about.html" | ||
- title: "Contact" | ||
url: "/contact.html" | ||
- title: "Products" | ||
url: "/products.html" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<ul> | ||
{% for item in site.navigation %} | ||
<li><a href="{{ item.url }}" title="item.title">{{ item.title }}</a></li> | ||
{% endfor %} | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- _layouts/default.html --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<!-- head elements --> | ||
</head> | ||
<body> | ||
{% include menu.html %} | ||
{{ content }} | ||
</body> | ||
</html> |
Oops, something went wrong.