Rename Minetest -> Luanti
This commit is contained in:
parent
e896108377
commit
412df5d192
@ -1,4 +1,4 @@
|
|||||||
# Minetest Modding Book
|
# Luanti Modding Book
|
||||||
|
|
||||||
[![Build status](https://gitlab.com/rubenwardy/minetest_modding_book/badges/master/pipeline.svg)](https://gitlab.com/rubenwardy/minetest_modding_book/pipelines)<br>
|
[![Build status](https://gitlab.com/rubenwardy/minetest_modding_book/badges/master/pipeline.svg)](https://gitlab.com/rubenwardy/minetest_modding_book/pipelines)<br>
|
||||||
[Read Online](https://rubenwardy.com/minetest_modding_book/)
|
[Read Online](https://rubenwardy.com/minetest_modding_book/)
|
||||||
|
@ -9,7 +9,7 @@ idx: 0.1
|
|||||||
---
|
---
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1>Minetest Modding Book</h1>
|
<h1>Luanti Modding Book (formerly Minetest)</h1>
|
||||||
|
|
||||||
<span>by <a href="https://rubenwardy.com" rel="author">rubenwardy</a></span>
|
<span>by <a href="https://rubenwardy.com" rel="author">rubenwardy</a></span>
|
||||||
<span>with editing by <a href="http://rc.minetest.tv/">Shara</a></span>
|
<span>with editing by <a href="http://rc.minetest.tv/">Shara</a></span>
|
||||||
|
@ -13,7 +13,7 @@ layout: compress
|
|||||||
<html>
|
<html>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<head>
|
<head>
|
||||||
<title>{% if page.homepage %}{% else %}{{ page.title }} - {% endif %}Minetest Modding Book</title>
|
<title>{% if page.homepage %}{% else %}{{ page.title }} - {% endif %}Luanti / Minetest Modding Book</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<meta name="author" content="rubenwardy">
|
<meta name="author" content="rubenwardy">
|
||||||
@ -22,7 +22,7 @@ layout: compress
|
|||||||
<meta name="og:url" content="https://rubenwardy.com/minetest_modding_book{{ page.url }}">
|
<meta name="og:url" content="https://rubenwardy.com/minetest_modding_book{{ page.url }}">
|
||||||
<meta name="og:title" content="{{ page.title | escape }}">
|
<meta name="og:title" content="{{ page.title | escape }}">
|
||||||
<meta name="og:author" content="rubenwardy">
|
<meta name="og:author" content="rubenwardy">
|
||||||
<meta name="og:site_name" content="Minetest Modding Book">
|
<meta name="og:site_name" content="Luanti Modding Book (formerly Minetest)">
|
||||||
{% if page.description %}
|
{% if page.description %}
|
||||||
<meta name="og:description" content="{{ page.description | escape | strip }}">
|
<meta name="og:description" content="{{ page.description | escape | strip }}">
|
||||||
<meta name="description" content="{{ page.description | escape | strip }}">
|
<meta name="description" content="{{ page.description | escape | strip }}">
|
||||||
|
@ -8,7 +8,7 @@ noindex: true
|
|||||||
|
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article>
|
||||||
<h1>Minetest Modding Book</h1>
|
<h1>Luanti Modding Book (formerly Minetest)</h1>
|
||||||
|
|
||||||
<h2>Thanks for sharing your feedback!</h2>
|
<h2>Thanks for sharing your feedback!</h2>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ layout: none
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Minetest Modding Book</title>
|
<title>Luanti Modding Book (formerly Minetest)</title>
|
||||||
<meta name="og:description" content="An easy guide to learn how to create mods for Minetest">
|
<meta name="og:description" content="An easy guide to learn how to create mods for Minetest">
|
||||||
<meta name="description" content="An easy guide to learn how to create mods for Minetest">
|
<meta name="description" content="An easy guide to learn how to create mods for Minetest">
|
||||||
<link rel="canonical" href="https://rubenwardy.com/minetest_modding_book/">
|
<link rel="canonical" href="https://rubenwardy.com/minetest_modding_book/">
|
||||||
@ -28,11 +28,11 @@ layout: none
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<h1>Minetest Modding Book</h1>
|
<h1>Luanti Modding Book (formerly Minetest)</h1>
|
||||||
<p>An easy guide to learn how to create mods for Minetest.</p>
|
<p>An easy guide to learn how to create mods for Minetest.</p>
|
||||||
<p>Detecting and redirecting to the correct translation.</p>
|
<p>Detecting and redirecting to the correct translation.</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="en/index.html">View Minetest Modding Book in English</a>
|
<a href="en/index.html">View Luanti Modding Book in English</a>
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
@ -6,7 +6,7 @@ root: .
|
|||||||
|
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article>
|
||||||
<h1>Minetest Modding Book</h1>
|
<h1>Luanti Modding Book (formerly Minetest)</h1>
|
||||||
|
|
||||||
<h2>Choose a Language</h2>
|
<h2>Choose a Language</h2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user