Skip to content

Commit

Permalink
Initialize gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranamom authored Jan 15, 2024
0 parents commit 869dcf0
Show file tree
Hide file tree
Showing 6 changed files with 823 additions and 0 deletions.
380 changes: 380 additions & 0 deletions README.md

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions _config.yml
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"

5 changes: 5 additions & 0 deletions _includes/menu.html
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>
11 changes: 11 additions & 0 deletions _layouts/default.html
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>
Loading

0 comments on commit 869dcf0

Please sign in to comment.