Zola doesn't appear to be working out, so let's try something else

This commit is contained in:
Starbeamrainbowlabs 2020-02-10 01:02:52 +00:00
rodzic 8c4162aac8
commit 82c0d87b18
Podpisane przez: sbrl
ID klucza GPG: 1BE5172E637709C2
5 zmienionych plików z 0 dodań i 45 usunięć

3
.gitmodules vendored
Wyświetl plik

@ -1,6 +1,3 @@
[submodule "zola"]
path = zola
url = https://github.com/getzola/zola.git
[submodule "lantern-build-engine"]
path = lantern-build-engine
url = https://gitlab.com/sbrl/lantern-build-engine.git

Wyświetl plik

@ -1,15 +0,0 @@
# The URL the site will be built for
base_url = "https://pepperminty.wiki/"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
[extra]
# Put all your custom variables here

Wyświetl plik

@ -1,6 +0,0 @@
+++
title = "Pepperminty Wiki"
description = "A wiki in a box"
+++
This is some test text

Wyświetl plik

@ -1,20 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<main>
{% block content %}
{{ __tera_context }}
{{ }}
{% endblock content %}
</main>
</body>
</html>

1
zola

@ -1 +0,0 @@
Subproject commit ffb4ebb245abc5502a4fd7572e8631b1e6e497de