commit 641ddc68713abc03fb7db29cd4d6493355be592c Author: Justin Ehrenhofer <12520755+SamsungGalaxyPlayer@users.noreply.github.com> Date: Sun Dec 1 15:03:13 2024 -0600 Add redirected diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b25258f --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) MAGIC Grants +Copyright (c) Serai DEX + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..34e8ed9 --- /dev/null +++ b/_config.yml @@ -0,0 +1,25 @@ +email: info@magicgrants.org +name: MAGIC Monero Fund +description: MAGIC Monero Fund +keywords: "cryptocurrency, blockchain, charity, scholarship, privacy, crypto, research" +baseurl: "" +url: "https://monerofund.org" + +markdown: kramdown + +kramdown: + smart_quotes: ["apos", "apos", "quot", "quot"] + input: GFM + +plugins: + - jekyll-paginate + - jekyll-feed + - jekyll-sitemap + +paginate: 6 +paginate_path: "/updates/page:num/" + +collections_dir: posts + +include: + - _redirects \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..5ea9356 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,31 @@ + diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..7e3482c --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,19 @@ +
+ + +{{page.date | date: '%B %d, %Y'}}
+ {% endif %} +{{page.date | date: '%B %d, %Y'}}
+{{ post.summary }}
+ {%if post.img%} ++ {% for tag in post.tags %} + {{tag}} + {% endfor %} +
+Find our latest news, updates, and announcements here in our blog.
+{{post.date | date: '%B %d, %Y'}}
+{{ post.summary }}
++ {% if paginator.previous_page %} + Prev + {% endif %} + + {% for page in (1..paginator.total_pages) %} + {% assign total = paginator.total_pages %} + + + {% if page == paginator.page %} + {{ page }} of {{total}} + + + + {% endif %} + {% endfor %} + + {% if paginator.next_page %} + Next + {% endif %} +