Update gems and remove hardcoded baseurl and other paths

pull/37/head
Siren 1 month ago
parent 14a4d162e2
commit f6ea1e5645
No known key found for this signature in database

@ -4,16 +4,17 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.2)
google-protobuf (4.26.1)
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
addressable (~> 2.4)
@ -31,7 +32,7 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-feed (0.16.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (3.0.0)
@ -43,7 +44,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
@ -55,15 +56,15 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.2.0)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.69.7)
google-protobuf (~> 3.25)
sass-embedded (1.72.0)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
webrick (1.7.0)
webrick (1.8.1)
PLATFORMS
ruby

@ -17,13 +17,13 @@
<meta name="apple-mobile-web-app-status-bar-style" content="#193e4c">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta name="twitter:image" content="{% if page.path contains '_posts' %}https://revuo-xmr.com{{ page.image }}{% else %}https://revuo-xmr.com/img/revuo-monero.png{% endif %}">
<meta name="twitter:image" content="{% if page.path contains '_posts' %}{{ site.baseurl }}{{ page.image }}{% else %}{{ site.baseurl }}/img/revuo-monero.png{% endif %}">
<meta property="og:site_name" content="{{ site.title }}" />
<meta property="og:title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" />
<meta property="og:image" content="{% if page.path contains '_posts' %}https://revuo-xmr.com{{ page.image }}{% else %}https://revuo-xmr.com/img/revuo-monero.png{% endif %}" />
<meta property="og:image" content="{% if page.path contains '_posts' %}{{ site.baseurl }}{{ page.image }}{% else %}{{ site.baseurl }}/img/revuo-monero.png{% endif %}" />
<!-- CSS & fonts -->
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">
<link rel="stylesheet" href="/css/main.css">
<!-- RSS -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />

@ -1,6 +1,6 @@
<header id="header">
<a href="{{ site.baseurl }}">
<img class="logo" src="{{ "/img/revuo-monero-logo.png" | prepend: site.baseurl | replace: '//', '/' }}" alt="Revuo Monero Logo">
<img class="logo" src="/img/revuo-monero-logo.png" alt="Revuo Monero Logo">
</a>
<div class="action-container action-container--right">

@ -1,7 +1,7 @@
<header id="header">
<div>
<a href="{{ site.baseurl }}">
<img src="{{ "/img/revuo-monero-logo.png" | prepend: site.baseurl | replace: '//', '/' }}" alt="Revuo Monero Logo">
<img src="/img/revuo-monero-logo.png" alt="Revuo Monero Logo">
</a>
</div>
<div class="revuo-classes">

@ -1 +1 @@
<script src="{{ "/js/main.js" | prepend: site.baseurl | replace: '//', '/' }}"></script>
<script src="/js/main.js"></script>

@ -92,7 +92,7 @@ issuenumber: 106
<p class="note">Data taken on Feb 04, 2022</p>
<h4 class="stat">XMR Blocks Distribution in last 1000 blocks</h4>
<p><img src="/static/revuo/img/content/hashrate-pool-distribution-0129.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<p><img src="/img/hashrate-pool-distribution-0129.png" alt="Hashrate Pool Distribution Pie Chart"/></p>
<h4 class="stat" id="price-stat">Price & Performance</h4>
@ -133,7 +133,7 @@ issuenumber: 106
<p class="table-title">XMR Price Graph</p>
![XMR Price Graph 01/30/22-02/04/22](/static/revuo/img/content/weekly-chart-0129.png "XMR Price Graph 01/30/22-02/04/22")
![XMR Price Graph 01/30/22-02/04/22](/img/weekly-chart-0129.png "XMR Price Graph 01/30/22-02/04/22")
Sources: <a href="https://miningpoolstats.stream/monero" target="_blank">miningpoolstats.stream</a>; <a href="https://bitinfocharts.com/monero/" target="_blank">bitinfocharts.com</a>; <a href="https://www.coingecko.com/en/coins/monero" target="_blank">coingecko.com</a>; <a href="https://localmonero.co/statistics" target="_blank">localmonero.co statistics</a>; <a href="https://localmonero.co/blocks" target="_blank">localmonero.co blocks</a>.
@ -157,6 +157,6 @@ Sources: <a href="https://miningpoolstats.stream/monero" target="_blank">miningp
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/static/revuo/img/content/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.
Comments, criticisms, want to share links to be included in future issues? Contact us at **rotten@revuo-xmr.com**.

Loading…
Cancel
Save