Skip to content

Commit

Permalink
some cleanup and tryfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
younnoughi committed Dec 3, 2023
1 parent fda2db5 commit 1248aeb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
18 changes: 14 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ author:
url: ""

# Build settings
baseurl: "/"
baseurl: /
markdown: kramdown
source: .
destination: ./_site
destination: ./_site/
permalink: /:title
paginate: 8
paginate_path: /page:num/
Expand All @@ -32,14 +32,24 @@ defaults:
layout: "post"

# Plugins
plugins: [jekyll-paginate, jekyll-target-blank]
plugins:
- jekyll-paginate
- jekyll-target-blank

# - jekyll-diagrams


target-blank:
noopener: false
noreferrer: false

sass:
style: compressed

# Custom variables
version: "0.0.1"

# Options
custom_header: true
custom_header: false
custom_nav_footer: false
reverse: false
7 changes: 0 additions & 7 deletions _includes/header-custom.html

This file was deleted.

5 changes: 3 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<header id="header">

<a href="{{ site.baseurl }}">
<img src="{{ "/img/emerald.svg" | prepend: site.baseurl | replace: '//', '/' }}" alt="Emerald Logo">
<h1>emerald</h1>
<h1 translate="no">{{ site.site_name }}</h1>
</a>
</header>
</header>
5 changes: 0 additions & 5 deletions _includes/nav-footer-custom.html

This file was deleted.

3 changes: 3 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
{% include header.html %}
{% endif %}


<br>
we are in {{ site.baseurl }}
<!-- Main content -->
<div id="container">

Expand Down

0 comments on commit 1248aeb

Please sign in to comment.