mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 05:18:19 +01:00
Finish Version 1.4.8
This commit is contained in:
parent
ddfa618d15
commit
7f84ef2996
@ -84,7 +84,7 @@ class Settings
|
||||
'editor' => 'visual',
|
||||
'formats' => ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code'],
|
||||
'contentFolder' => 'content',
|
||||
'version' => '1.4.7',
|
||||
'version' => '1.4.8',
|
||||
'setup' => true,
|
||||
'welcome' => true,
|
||||
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],
|
||||
|
@ -16,8 +16,8 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20210801" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210801" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20210821" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210821" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@ -39,16 +39,16 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210821"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20210821"></script>
|
||||
<script>
|
||||
typemillUtilities.start()
|
||||
</script>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210801" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210821" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@ -31,6 +31,6 @@
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20210821"></script>
|
||||
</body>
|
||||
</html>
|
@ -16,7 +16,7 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210801" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210821" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
@ -16,8 +16,8 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20210801" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210801" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20210821" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210821" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@ -41,17 +41,17 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210821"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20210821"></script>
|
||||
<script>
|
||||
let formatConfig = {{ settings.formats|json_encode() }};
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
@ -61,13 +61,13 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20210821"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20210801" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210801" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20210821" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210821" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@ -41,15 +41,15 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210821"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20210821"></script>
|
||||
<script>
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
let labels = {{ translations|json_encode() }};
|
||||
@ -58,13 +58,13 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20210801"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210821"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20210821"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: Cyanine Theme
|
||||
version: 1.1.7
|
||||
version: 1.1.8
|
||||
description: Cyanine is a modern and flexible multi-purpose theme and the standard theme for typemill.
|
||||
author: Trendschau
|
||||
homepage: https://trendschau.net
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
{% block stylesheets %}
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/themes/cyanine/css/style.css??20210807" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/themes/cyanine/css/style.css??20210821" />
|
||||
|
||||
<style>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user