1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-04 21:27:41 +02:00

Version 1.2.16: Footnotes and Search

This commit is contained in:
trendschau
2019-10-22 08:51:48 +02:00
parent 3ac3b18e0d
commit 1677598a2d
11 changed files with 34 additions and 34 deletions

2
cache/lastCache.txt vendored
View File

@@ -1 +1 @@
1571567339
1571726903

View File

@@ -43,7 +43,7 @@ class Settings
'contentFolder' => 'content',
'cache' => true,
'cachePath' => $rootPath . 'cache',
'version' => '1.2.15',
'version' => '1.2.16',
'setup' => true,
'welcome' => true,
'images' => ['live' => ['width' => 820], 'mlibrary' => ['width' => 50, 'height' => 50]],

View File

@@ -11,7 +11,7 @@
<h1>Hurra!</h1>
<p>Your account has been created and you are logged in now.</p>
<p><strong>Next step:</strong> Visit the author panel and setup your new website. You can configure the system, choose themes and add plugins.</p>
<p><strong>New:</strong> Write beautiful math formulas with markdown with direct preview in the visual editor. We completely refactored it!!</p>
<p><strong>New:</strong> Typemill ships with a new search plugin now. Just activate the plugin and enjoy!!</p>
<p><strong>Get help:</strong> If you have any questions, please consult the <a target="_blank" href="https://typemill.net/typemill"><i class="icon-link-ext"></i> docs</a> or open a new issue on <a target="_blank" href="https://github.com/typemill/typemill"><i class="icon-link-ext"></i> github</a>.</p>
</div>
<a class="button" href="{{ path_for('settings.show') }}">Configure your website</a>

View File

@@ -18,7 +18,7 @@
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190604" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191022" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
</head>
<body>
@@ -35,7 +35,7 @@
</article>
<footer></footer>
</div>
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/author.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/author.js?20191022"></script>
</body>
</html>

View File

@@ -19,7 +19,7 @@
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190605" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191022" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
</head>
<body>
@@ -29,6 +29,6 @@
{% block content %}{% endblock %}
</div>
<script src="{{ base_url }}/system/author/js/auth.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/auth.js?20191022"></script>
</body>
</html>

View File

@@ -16,9 +16,9 @@
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190604" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20191022" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190604" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191022" />
</head>
<body>
<header class="main-header">

View File

@@ -17,9 +17,9 @@
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190604" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20191022" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190604" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191022" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
{{ assets.renderCSS() }}
@@ -39,15 +39,15 @@
</article>
<footer></footer>
</div>
<script src="{{ base_url }}/system/author/js/vue.min.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/author.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/vue-blox.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/lazy-video.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/vue.min.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/author.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/vue-blox.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/lazy-video.js?20191022"></script>
{{ assets.renderJS() }}

View File

@@ -17,9 +17,9 @@
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190604" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20191022" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190604" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191022" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
</head>
<body>
@@ -36,13 +36,13 @@
</article>
<footer></footer>
</div>
<script src="{{ base_url }}/system/author/js/vue.min.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/author.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/vue-editor.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20190604"></script>
<script src="{{ base_url }}/system/author/js/vue.min.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/author.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/vue-editor.js?20191022"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191022"></script>
</body>
</html>

View File

@@ -32,7 +32,7 @@
{% block stylesheets %}
<link rel="stylesheet" href="{{ base_url }}/themes/typemill/css/fontello/css/fontello.css" />
<link rel="stylesheet" href="{{ base_url }}/themes/typemill/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/themes/typemill/css/style.css" />
<link rel="stylesheet" href="{{ base_url }}/themes/typemill/css/style.css?20191022" />
{{ assets.renderCSS() }}

View File

@@ -32,7 +32,7 @@
{% block stylesheets %}
<link rel="stylesheet" href="{{ base_url }}/themes/typemill/css/fontello/css/fontello.css" />
<link rel="stylesheet" href="{{ base_url }}/themes/typemill/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/themes/typemill/css/style.css" />
<link rel="stylesheet" href="{{ base_url }}/themes/typemill/css/style.css?20191022" />
{{ assets.renderCSS() }}

View File

@@ -1,5 +1,5 @@
name: Typemill Theme
version: 1.1.5
version: 1.1.6
description: The standard theme for Typemill. Responsive, minimal and without any dependencies. It uses the system fonts Calibri and Helvetica. No JavaScript is used.
author: Sebastian Schürmanns
homepage: https://typemill.net