Skip to content

Commit a258967

Browse files
authored
multi-page layout
1 parent 99c9f80 commit a258967

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+976
-889
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ gem "minima"
2222
# group :jekyll_plugins do
2323
# gem "jekyll-github-metadata", "~> 1.0"
2424
# end
25+
26+
gem 'jekyll-redirect-from'

Gemfile.lock

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ GEM
2727
pathutil (~> 0.9)
2828
rouge (>= 1.7, < 4)
2929
safe_yaml (~> 1.0)
30+
jekyll-redirect-from (0.16.0)
31+
jekyll (>= 3.3, < 5.0)
3032
jekyll-sass-converter (1.5.2)
3133
sass (~> 3.4)
3234
jekyll-watch (2.2.1)
@@ -59,7 +61,11 @@ PLATFORMS
5961

6062
DEPENDENCIES
6163
jekyll (~> 3.9)
64+
jekyll-redirect-from
6265
minima
6366

67+
RUBY VERSION
68+
ruby 2.7.1p83
69+
6470
BUNDLED WITH
6571
2.1.4

_config.yml

+7-540
Large diffs are not rendered by default.

_data/i18n.yml

+519
Large diffs are not rendered by default.

_includes/content.html

-209
This file was deleted.

_includes/footer.html

+25-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
<!-- Footer Top -->
2-
<section class="footer footer-top">
1+
<!-- Footer -->
2+
<footer>
3+
<!-- Footer Top -->
4+
<div class="footer footer-top">
35
<div class="container">
46
<div class="row">
57
<!-- Footer Intro -->
68
<div class="col-md-6">
7-
<h3>{{ site.content.footer.column1.heading1[page.lang] }}</h3>
8-
<p>{{ site.content.footer.column1.paragraph1[page.lang] }}</p>
9-
<p>{{ site.content.footer.column1.paragraph2[page.lang] }}</p>
9+
<h3>{{ site.data.i18n.content.footer.column1.heading1[page.lang] }}</h3>
10+
<p>{{ site.data.i18n.content.footer.column1.paragraph1[page.lang] }}</p>
11+
<p>{{ site.data.i18n.content.footer.column1.paragraph2[page.lang] }}</p>
1012
<br>
11-
<h3>{{ site.content.footer.column1.heading2[page.lang] }}</h3>
12-
<p>{{ site.content.footer.column1.paragraph3[page.lang] }}</p>
13-
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSci2UitA67N0W_xgSPLlGj6acGnTOtTdDR_ODZwXTHXZsWnCQ/viewform" rel="nofollow">{{ site.content.footer.column1.paragraph4[page.lang] }}</a></p>
13+
<h3>{{ site.data.i18n.content.footer.column1.heading2[page.lang] }}</h3>
14+
<p>{{ site.data.i18n.content.footer.column1.paragraph3[page.lang] }}</p>
15+
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSci2UitA67N0W_xgSPLlGj6acGnTOtTdDR_ODZwXTHXZsWnCQ/viewform" rel="nofollow">{{ site.data.i18n.content.footer.column1.paragraph4[page.lang] }}</a></p>
1416
<br>
1517
</div>
1618
<!-- End Footer Intro -->
1719

1820
<!-- Exchanges & Block explorers -->
1921
<div class="col-sm-6 col-md-3">
2022
<div>
21-
<h3>{{ site.content.footer.column2.heading1[page.lang] }}</h3>
23+
<h3>{{ site.data.i18n.content.footer.column2.heading1[page.lang] }}</h3>
2224
<ul class="quick-links">
2325
<li><a href="https://bittrex.com/Market/Index?MarketName=BTC-AEON" rel="nofollow">Bittrex</a> [aeon&#x21D4;btc]</li>
2426
<li><a href="https://tradeogre.com/exchange/BTC-AEON" rel="nofollow">TradeOgre</a> [aeon&#x21D4;btc]</li>
@@ -28,13 +30,13 @@ <h3>{{ site.content.footer.column2.heading1[page.lang] }}</h3>
2830
</div>
2931
<br>
3032
<div>
31-
<h3>{{ site.content.footer.column2.heading2[page.lang] }}</h3>
33+
<h3>{{ site.data.i18n.content.footer.column2.heading2[page.lang] }}</h3>
3234
<ul class="quick-links">
3335
<li><a href="http://162.210.173.150" rel="nofollow">162.210.173.150</a></li>
34-
<li><a href="https://aeonblockexplorer.com/" rel="nofollow">AEONBlockExplorer.com</a></li>
35-
<li><a href="https://aeonblockchecker.ninja:8081/" rel="nofollow">aeonblockchecker.ninja</a></li>
36-
<li><a href="https://aeonstats.com/" rel="nofollow">aeonstats.com</a></li>
37-
<li><a href="https://aeonstats.info/" rel="nofollow">aeonstats.info</a></li>
36+
<li><a href="https://aeonblockexplorer.com" rel="nofollow">AEONBlockExplorer.com</a></li>
37+
<li><a href="https://aeonblockchecker.ninja:8081" rel="nofollow">aeonblockchecker.ninja</a></li>
38+
<li><a href="https://aeonstats.com" rel="nofollow">aeonstats.com</a></li>
39+
<li><a href="https://aeonstats.info" rel="nofollow">aeonstats.info</a></li>
3840
</ul>
3941
</div>
4042
<br>
@@ -44,15 +46,15 @@ <h3>{{ site.content.footer.column2.heading2[page.lang] }}</h3>
4446
<!-- Quick Links & Social Links -->
4547
<div class="col-sm-6 col-md-3">
4648
<div>
47-
<h3>{{ site.content.footer.column3.heading1[page.lang] }}</h3>
49+
<h3>{{ site.data.i18n.content.footer.column3.heading1[page.lang] }}</h3>
4850
<ul class="quick-links">
4951
<li><a href="http://getmonero.org">Monero</a></li>
5052
<li><a href="http://cryptonote.org" rel="nofollow" target="_blank">CryptoNote</a></li>
5153
</ul>
5254
</div>
5355
<br>
5456
<div>
55-
<h3>{{ site.content.footer.column3.heading2[page.lang] }}</h3>
57+
<h3>{{ site.data.i18n.content.footer.column3.heading2[page.lang] }}</h3>
5658
<ul class="quick-links">
5759
<li><a href="https://bitcointalk.org/index.php?topic=641696.0" rel="nofollow" target="_blank">BitcoinTalk</a></li>
5860
<li><a href="https://twitter.com/AeonCoin" rel="nofollow" target="_blank">Twitter</a></li>
@@ -62,27 +64,29 @@ <h3>{{ site.content.footer.column3.heading2[page.lang] }}</h3>
6264
<li><a href="https://github.com/aeonix" rel="nofollow" target="_blank">GitHub</a></li>
6365
<li><a href="https://webchat.freenode.net/?channels=%23aeon" rel="nofollow" target="_blank">IRC</a></li>
6466
<li><a href="https://discord.gg/xWZ2z78" rel="nofollow" target="_blank">Discord</a></li>
65-
<li><a href="https://aeon-community.medium.com/" rel="nofollow" target="_blank">Medium Blog</a></li>
67+
<li><a href="https://aeon-community.medium.com" rel="nofollow" target="_blank">Medium Blog</a></li>
6668
</ul>
6769
</div>
6870
</div>
6971
<!-- End Quick links & Social Links -->
7072
</div>
7173
</div>
72-
</section>
74+
</div>
7375
<!-- End Footer Top -->
7476

7577
<!-- Footer Bottom -->
76-
<footer class="footer footer-sub">
78+
<div class="footer footer-sub">
7779
<div class="container">
7880
<div class="row">
7981
<div class="col-lg-6 col-sm-6">
8082
<p>Copyright &copy; 2017-&infin;, AEON, The Monero Project.</p>
8183
</div>
8284
<div class="col-lg-6 col-sm-6">
83-
<p class="copyright">{{ site.content.footerBottom.madeWith[page.lang] }}</p>
85+
<p class="copyright">{{ site.data.i18n.content.footerBottom.madeWith[page.lang] }}</p>
8486
</div>
8587
</div>
8688
</div>
87-
</footer>
89+
</div>
8890
<!-- End Footer Bottom -->
91+
</footer>
92+
<!-- End Footer -->

0 commit comments

Comments
 (0)