Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata committed Dec 5, 2023
1 parent 32f034f commit 8d01ed0
Show file tree
Hide file tree
Showing 26 changed files with 14 additions and 1,365 deletions.
14 changes: 1 addition & 13 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Site's URL. Please include trailing "/".
base_url = "https://semanticdata.github.io/zola-minimal/"
title = "Zola Minimal"
title = "Minimal"
description = "Minimal is a Zola theme based on the Jekyll theme of the same name."

compile_sass = true
Expand All @@ -10,15 +10,3 @@ minify_html = false

[markdown]
highlight_code = true
# highlight_theme = "ayu-light"

[search]
include_title = true
include_description = false
include_path = false
include_content = true
index_format = "elasticlunr_javascript"

[extra]
author = "Miguel Pimentel" # Author's name
email = "contact@miguelpimentel.do" # Author's email
2 changes: 1 addition & 1 deletion content/another-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ date: 2023-11-17

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce suscipit aliquam consequat. Nunc auctor, massa molestie lacinia dapibus, quam augue condimentum metus, et auctor odio nulla eu augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec eros scelerisque, consequat tortor quis, euismod tortor. Aenean sed massa magna. Mauris interdum mauris nec magna eleifend, vitae lacinia ex tempor. Nam facilisis ultricies orci, ac lobortis ex feugiat in.

[Go home](/)
[Go home](../)
8 changes: 4 additions & 4 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ footer {
}

pre {
padding:8px 15px;
padding: 8px 15px;
background: #f8f8f8;
border-radius:5px;
border:1px solid #e5e5e5;
border-radius: 5px;
border: 1px solid #e5e5e5;
overflow-x: auto;
}
}
4 changes: 4 additions & 0 deletions sass/_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ ul.downloads {
display:block;
color:#222;
}

.site-logo {
margin-bottom: 1rem;
}
1 change: 0 additions & 1 deletion sass/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Aggregate stylesheets
@use "variables";
@use "base";
@use "classes";
Expand Down
Binary file removed static/fonts/Noto-Sans-700/Noto-Sans-700.eot
Binary file not shown.
336 changes: 0 additions & 336 deletions static/fonts/Noto-Sans-700/Noto-Sans-700.svg

This file was deleted.

Binary file removed static/fonts/Noto-Sans-700/Noto-Sans-700.ttf
Binary file not shown.
Binary file removed static/fonts/Noto-Sans-700/Noto-Sans-700.woff
Binary file not shown.
Binary file removed static/fonts/Noto-Sans-700/Noto-Sans-700.woff2
Binary file not shown.
Binary file not shown.
334 changes: 0 additions & 334 deletions static/fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed static/fonts/Noto-Sans-italic/Noto-Sans-italic.eot
Binary file not shown.
337 changes: 0 additions & 337 deletions static/fonts/Noto-Sans-italic/Noto-Sans-italic.svg

This file was deleted.

Binary file not shown.
Binary file removed static/fonts/Noto-Sans-italic/Noto-Sans-italic.woff
Binary file not shown.
Binary file removed static/fonts/Noto-Sans-italic/Noto-Sans-italic.woff2
Binary file not shown.
Binary file removed static/fonts/Noto-Sans-regular/Noto-Sans-regular.eot
Binary file not shown.
335 changes: 0 additions & 335 deletions static/fonts/Noto-Sans-regular/Noto-Sans-regular.svg

This file was deleted.

Binary file removed static/fonts/Noto-Sans-regular/Noto-Sans-regular.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

<header>
<a href="{{ get_url(path="/") | safe }}">
<img src="{{ get_url(path="img/logo.png") | safe }}" alt="Logo" width="275px" height="auto"/></a>
<img src="{{ get_url(path="img/logo.png") | safe }}" class="site-logo" alt="Logo" width="275px" height="auto"/></a>

<p>{{ config.description }}</p>

<p class="view"><a href="https://github.com/semanticdata/project">View the Project on GitHub
<small>semanticdata/zola-project</small></a></p>
<small>semanticdata/zola-minimal</small></a></p>

<p class="view"><a href="https://github.com/semanticdata/">semanticdata
<small>semanticdata/zola-project</small></a></p>
<p class="view"><a href="https://github.com/semanticdata/">View my profile on GitHub
<small>semanticdata</small></a></p>

<ul class="downloads">
<li><a href="./">Download <strong>ZIP File</strong></a></li>
Expand Down

0 comments on commit 8d01ed0

Please sign in to comment.