Skip to content

Commit

Permalink
Merge pull request #95 from Blooym/main
Browse files Browse the repository at this point in the history
Redo Linux & Steamdeck install guide
  • Loading branch information
reiichi001 authored Oct 24, 2024
2 parents fd3462e + f0e545f commit cf557f1
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 103 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.idea
.idea
_site/
.jekyll-cache
66 changes: 37 additions & 29 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<html lang="{{ site.lang | default: " en-US" }}">

<head>

{% if site.google_analytics %}
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', '{{ site.google_analytics }}');
</script>
Expand All @@ -15,22 +16,27 @@

{% seo %}
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style"
type="text/css" crossorigin>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">

<script data-goatcounter="https://goatcorp.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>

<script data-goatcounter="https://goatcorp.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>

<style>
.page-header {
background-image: linear-gradient(120deg, #132f46, #378dff) !important;
background-color: #378dff !important;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
color: #2f89d6 !important;
}

Expand All @@ -55,29 +61,31 @@
}
</style>
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name"><a href="{{ site.github.baseurl }}" style="text-decoration: none;color: #fff;">XIVLauncher Help</a></h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
{% if site.github.is_project_page %}
<a href="{{ site.github.baseurl }}" class="btn">Main Page</a>
<a href="https://kamori.goats.dev/Proxy/Update/Release/Setup.exe" class="btn">Download XIVLauncher</a>
<a href="{{ site.github.baseurl }}" class="btn">All FAQs</a>
{% endif %}
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
{% endif %}
</header>

<main id="content" class="main-content" role="main">
{{ content }}

<footer class="site-footer">
<body>
<header class="page-header" role="banner">
<h1 class="project-name"><a href="{{ site.github.baseurl }}"
style="text-decoration: none;color: #fff;">XIVLauncher Help</a></h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default:
site.github.project_tagline }}</h2>
{% if site.github.is_project_page %}
<span><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>. <b><a href="{{ site.github.html_url }}/faq/support">Support what we care about!</a></b></span>
<a href="{{ site.github.baseurl }}" class="btn">All FaQs</a>
<a href="https://kamori.goats.dev/Proxy/Update/Release/Setup.exe" class="btn">Download XIVLauncher (Windows)</a>
<a href="{{ site.github.baseurl }}/steamdeck" class="btn">Download XIVLauncher (Linux)</a>
{% endif %}
</footer>
</main>
</header>

<main id="content" class="main-content" role="main">
{{ content }}

<footer class="site-footer">
{% if site.github.is_project_page %}
<span><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a
href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>. <b><a
href="{{ site.github.html_url }}/faq/support">Support what we care about!</a></b></span>
{% endif %}
</footer>
</main>
</body>
</html>

</html>
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please select a category from below: <br> <br>
<a href="{{ site.github.baseurl }}/dalamud_troubleshooting" class="btnm">Help for plugins</a>
<a href="https://dalamud.dev" class="btnm">Help for plugin developers</a>
<a href="{{ site.github.baseurl }}/mobile_otp" class="btnm">Authenticator App Guide</a>
<a href="{{ site.github.baseurl }}/steamdeck" class="btnm">Steam Deck Setup Guide</a>
<a href="{{ site.github.baseurl }}/steamdeck" class="btnm">Steam Deck & Linux Guide</a>

</div>

Expand Down
Loading

0 comments on commit cf557f1

Please sign in to comment.