Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge master into develop branch #13

Merged
merged 4 commits into from Jan 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
33 changes: 0 additions & 33 deletions _data/example.yml

This file was deleted.

3 changes: 3 additions & 0 deletions _data/sections.yml
Expand Up @@ -77,6 +77,9 @@
- icon: car
id: transport
title: Transport
- icon: travel
id: travel
title: Travel
- icon: phone
id: utilities
title: Utilities
Expand Down
16 changes: 16 additions & 0 deletions _data/travel.yml
@@ -0,0 +1,16 @@
---
websites:
- name: TravelbyBit
url: 'https://travelbybit.com'
img: logo.png
lightning: true
bitcoin: true
altcoins: 'LTC, BNB, USDT'
summary:
text: Travel the world and get rewarded in Bitcoin
keywords: Travel PoS Holiday Booking
twitter: travelbybit
instagram: travelbybit
linkedin: nil
facebook: travelbybitaustralia
country: AU
44 changes: 30 additions & 14 deletions example-store.yaml
@@ -1,17 +1,33 @@
---
websites:
- name: Bitcoin-Lightning.de
url: https://bitcoin-lightning.de
lightning: Yes
Bitcoin: Yes
other: No
- name: Example.com
url: 'https://example.com'
img: example.png
lightning: true
bitcoin: true
altcoins: 'BTC, LTC, ETH, XMR, ZCASH, Others'
summary:
text: Buy lightning-themed shirts
keywords:
twitter:
instagram:
linkedin:
facebook:
country:
text: example store testing
keywords: example store testing
twitter: example
instagram: example
linkedin: example
facebook: example
country: US
node:
key: 03f02d965aea25de84613ad2be36573d2bd8c6d6dd47d9a516d233098c281d3ae7
uri: 85.25.255.147:9735
key: 03e02d965aea25de84613a345e36573d2bd8c6d6dd47d9a516d233098c281d3ea3
uri: '127.0.0.1:9735'
- name: Example2.com
url: 'https://example2.com'
img: null
lightning: true
bitcoin: false
altcoins: false
summary:
text: example store testing
keywords: example store testing
twitter: example
instagram: null
linkedin: example
facebook: null
country: CA
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -41,7 +41,7 @@ <h2>Lightning Store Tracker</h2>
</div>
<div class="sub header">
Add your own favorite site by submitting a pull request on the
<a href="{{ site.repo }}/issues/new">GitHub repo</a>.
<a href="{{ site.repo }}/issues/new?title=add_new_store&template=PULL_REQUEST_TEMPLATE.md">GitHub repo</a>.
</div>
<div class="sub header">
<a href="https://checkout.opennode.co/p/fb208b6e-4448-470a-ada3-c3a23fcbdef5" target="_blank"><img
Expand Down