Zola doesn't appear to be working out, so let's try something else
This commit is contained in:
parent
8c4162aac8
commit
82c0d87b18
5 changed files with 0 additions and 45 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,6 +1,3 @@
|
||||||
[submodule "zola"]
|
|
||||||
path = zola
|
|
||||||
url = https://github.com/getzola/zola.git
|
|
||||||
[submodule "lantern-build-engine"]
|
[submodule "lantern-build-engine"]
|
||||||
path = lantern-build-engine
|
path = lantern-build-engine
|
||||||
url = https://gitlab.com/sbrl/lantern-build-engine.git
|
url = https://gitlab.com/sbrl/lantern-build-engine.git
|
||||||
|
|
|
@ -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
|
|
|
@ -1,6 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Pepperminty Wiki"
|
|
||||||
description = "A wiki in a box"
|
|
||||||
+++
|
|
||||||
|
|
||||||
This is some test text
|
|
|
@ -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
zola
|
@ -1 +0,0 @@
|
||||||
Subproject commit ffb4ebb245abc5502a4fd7572e8631b1e6e497de
|
|
Loading…
Reference in a new issue