Commit graph

682 commits

Author SHA1 Message Date
Daniel Leedan
631fa20cff
Add 'LyraHosting' to the list of merchants
Co-authored-by: erciccione <erciccione@users.noreply.github.com>
2020-09-26 18:50:24 +08:00
Daniel Leedan
dc0ae21891
Add 'LyraHosting' to the list of merchants
Closes #1194
2020-09-26 08:21:13 +08:00
luigi1111
06e52e5c91
Merge pull request #1205
navigation: add missing slash
2020-09-23 13:47:18 -05:00
luigi1111
6336724e46
Merge pull request #1195
Block Explorers: Adding Explore Monero, removing moneroexplorer.com
2020-09-23 13:45:51 -05:00
selsta
d21c4fb10c
navigation: add missing slash 2020-09-20 22:34:23 +02:00
binaryFate
30a3555785 udpate hashes, name, version for CLI v0.17.0.0 2020-09-18 15:48:22 +02:00
rating89us
be516815c5
Block Explorers: Adding Explore Monero, removing moneroexplorer.com 2020-09-17 11:00:23 +02:00
Daniel Leedan
621ed28f8f Add XenPods to the list of merchants
Close #1179
2020-09-08 10:17:17 +08:00
luigi1111
803618a0c4
Merge pull request #1159
Add 5 new merchants to the Merchants page
2020-09-07 14:24:48 -05:00
erciccione
deaaa60706
Merchants: Fix merchants not using https 2020-08-29 19:34:47 +02:00
erciccione
23d41674b9
Add 5 new merchants to the Merchants page
- Cockbox #1137
- Xchange.me #1139
- DV Chain #1147
- Newton #1148
- CryptoWoo #1156
2020-08-27 11:47:47 +02:00
luigi1111
333bc05631
Merge pull request #1149
Add AUGET to the list of merchants
2020-08-26 15:34:03 -05:00
luigi1111
2dc94381d0
Merge pull request #1131
Remove 'Libraries and helpers' from the merchants page and replace it with 'Web Hosting' + Add ''Libraries and helpers" to the dev guides
2020-08-26 15:32:51 -05:00
luigi1111
ffe0db01ea
Merge pull request #1120
footer-1.yml: remove link to Kovri
2020-08-26 15:32:38 -05:00
Daniel Leedan
9d1cb1e02f Add AUGET to the list of merchants
Closed #1143
2020-08-22 10:39:34 +08:00
erciccione
6597651635
Merchants: Remove section'libraries and helpers' and replace it with 'Web Hosting'
The merchants in the new 'Web Hosting' section were listed in the 'services' section
2020-08-15 13:55:23 +02:00
luigi1111
4c3c924d3c
Merge pull request #1129
Update merchants.yml
2020-08-14 14:13:56 -05:00
luigi1111
a7c7a6555a
Merge pull request #1125
Hangouts: add links and references to Matrix and Mattermost bridges
2020-08-14 14:11:55 -05:00
luigi1111
f3a3d95237
Merge pull request #1121
Add 3 new merchants
2020-08-14 14:11:20 -05:00
luigi1111
d37cdd06a1
Merge pull request #1119
Fixes to feed
2020-08-14 14:10:50 -05:00
binaryFate
c88484d2ed update hashes GUI v0.16.0.3 2020-08-13 19:23:12 +02:00
wintermut9
378ba1b6ff
Update _data/merchants.yml
Co-authored-by: erciccione <erciccione@users.noreply.github.com>
2020-08-10 17:21:11 +03:00
wintermut9
5341070d50
Update merchants.yml
Hi, 

Could you kindly add NOWNodes to Tools section? The service provides access to Monero Explorer and Node via API, description can be found here: https://documenter.getpostman.com/view/11776685/SzzkdxDM?version=latest
2020-08-10 15:32:54 +03:00
erciccione
5a53df24da
Hangouts: add links and references to Matrix and Mattermost bridges (removed kovri and kovri-dev) 2020-08-09 19:16:52 +02:00
binaryFate
cd4522df40 update hashes for CLI 0.16.0.3 2020-08-06 19:24:53 +02:00
Daniel Leedan
85e2593e45
Add Bitvape
(closes #1088)
2020-08-06 17:39:49 +08:00
Daniel Leedan
20760aa7e3
Add Incognito
(closes #1103)
2020-08-06 10:48:37 +08:00
Daniel Leedan
f89161cf48
Add MoneroJobs
(closes #1113)
2020-08-06 10:41:36 +08:00
erciccione
c029621ade
footer-1.yml: remove link to Kovri 2020-08-05 10:33:44 +02:00
erciccione
9186c224ec
Feed: Make feed backward compatible (from feed.atom to feed.xml)
The new structure of the feed broke things for people who are using the old version.
2020-08-04 08:21:28 +02:00
luigi1111
39c8c88bd9
Merge pull request #1104
data/nb-no: Add footer1.yml footer-2.yml navigation.yml in Norwegian
2020-07-31 15:14:01 -05:00
luigi1111
ba2cd4988f
Merge pull request #1094
Merchants: update 'BITEXBOOK'
2020-07-31 15:13:46 -05:00
luigi1111
1644c3757d
Merge pull request #1072
Add 4 new merchants
2020-07-31 15:09:51 -05:00
luigi1111
6240fc70f8
Merge pull request #1051
Improve RSS experience (install 'jekyll-feed' plugin)
2020-07-31 15:09:21 -05:00
erciccione
182946db4a
data/nb-no: Add footer1.yml footer-2.yml navigation.yml in Norwegian
Co-authored-by: Chris Avis <christopher.avis@hotmail.com>
2020-07-31 16:03:27 +02:00
erciccione
2830f69173
Improve RSS experience (install 'jekyll-feed' plugin)
- Use 'jekyll-feed' plugin to manage RSS feed and remove existing feed.xml file
- Add feed image in main blog tab ('All posts')

The 'jekyll-feed' plugin makes possible for aggregators to automatically detect the existence of a feed (feed_meta tag in header)
and creates a 'feed.atom' file containing the last 20 blog posts and locates it in the root directory. The structure is compatible
with our current system, including the possibility to show a picture if it's included in the post (#1002).
2020-07-29 20:46:37 +02:00
luigi1111
412a2e0126
Merge pull request #1075
data: Fix download URLs
2020-07-27 21:34:16 -05:00
luigi1111
ef9d4e4864
Merge pull request #1027
Blog: Use only one 'Blog' menu and add category selector
2020-07-27 21:33:34 -05:00
erciccione
09bcab130c
Merchants: update 'BITEXBOOK' 2020-07-27 16:40:45 +02:00
Matt Smith
6e5a7f76bd
data: Fix download URLs 2020-07-12 13:45:26 +01:00
erciccione
2d38be1086
Fix swapped hashes of 0.16.0.2 for win64 and linux64 in downloads.yml 2020-07-12 08:40:07 +02:00
erciccione
8ecd3912e3
Add 4 new merchants
- monerocardgames.com (#1047)
- altcoinpostage.com (#1041)
- hollaex.com (#1055)
- swapswop.io (#1059)
2020-07-11 12:02:59 +02:00
binaryFate
3dcb5125a7 Update hashes for new GUI 0.16.0.2 2020-07-11 09:33:27 +02:00
binaryFate
54db04c33e update hashes for CLI 0.16.0.1 2020-06-26 12:38:23 +02:00
luigi1111
16718c3a38
Merge pull request #948
Revamped homepage
2020-06-24 13:57:56 -05:00
erciccione
90848dca72
roadmap: final refactoring
Removed all _data/LANG/roadmap.yml files and moved all strings to _i18n/LANG.yml to take advantage of the multilingual
plugin. Also removed all loops in resources/roadmap/index.md, now we simply map to each placeholder.
2020-06-24 10:06:44 +02:00
erciccione
8996468b1c
Remove 'Using' page 2020-06-21 17:59:09 +02:00
erciccione
79f34d360c
Blog: Use only one 'Blog' menu and add category selector
- Added separator between posts
- remove all submenus and use only 'blog'
- Add category selector for desktop and mobile
2020-06-19 09:37:04 +02:00
erciccione
88d0438088
Add 5 new merchants
- CryptoFlooring
- Capsul
- bitni.com
- Cryptocurrency Posters
- Drippin Junkies
2020-06-09 15:41:48 +02:00
luigi1111
1ecfd65cef
Merge pull request #983
Add 3 new merchants
2020-06-08 09:16:35 -05:00