Skip to content

Commit

Permalink
Retry adding theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Nov 3, 2023
1 parent b87cead commit 7c9d4d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
remote_theme: pages-themes/[email protected]
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
title: Learn To Theme
description: A step-by-step guide to creating Discord themes, from beginner to advanced.
theme: jekyll-theme-cayman
description: A step-by-step guide to creating Discord themes, from beginner to advanced.
7 changes: 7 additions & 0 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<nav>
<a href="{{ '/step/1.html' | relative_url }}" class="btn">Step 1</a>
<a href="{{ '/step/2.html' | relative_url }}" class="btn">Step 2</a>
<a href="{{ '/step/3.html' | relative_url }}" class="btn">Step 3</a>
<a href="{{ '/step/4.html' | relative_url }}" class="btn">Step 4</a>
<a href="{{ '/step/5.html' | relative_url }}" class="btn">Step 5</a>
</nav>
8 changes: 1 addition & 7 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ <h1 class="project-name">{{ page.title | default: site.title | default: site.git
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
</header>

<nav>
<a href="{{ '/step/1.html' | relative_url }}" class="btn">Step 1</a>
<a href="{{ '/step/2.html' | relative_url }}" class="btn">Step 2</a>
<a href="{{ '/step/3.html' | relative_url }}" class="btn">Step 3</a>
<a href="{{ '/step/4.html' | relative_url }}" class="btn">Step 4</a>
<a href="{{ '/step/5.html' | relative_url }}" class="btn">Step 5</a>
</nav>
{% include navigation.html %}

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

0 comments on commit 7c9d4d4

Please sign in to comment.