Skip to content

Releases: abowloflrf/nomore

v1.2.4

15 Mar 15:47
Compare
Choose a tag to compare
  • 修复文章显示中 a 标签换行的错误

v1.2.3

21 Feb 11:06
Compare
Choose a tag to compare
  • add footer
  • fix image display on post page

v1.2.2

16 Feb 16:19
Compare
Choose a tag to compare
  • fix some display about comment block

v1.2.1

14 Feb 07:29
Compare
Choose a tag to compare
  • use {{asset}} in .hbs to force refresh cache files when upgrade theme to a new version
  • fix index page display when width is 600-700px and title is too long
  • change default monospace font family

v1.2.0

08 Feb 13:27
Compare
Choose a tag to compare

Comment is supported now, using Valine.js.If you want to enable the comment block, please uncomment these code in the post.hbs.

<div id="comment"></div>
<script src="https://cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
<script src='https://cdn.jsdelivr.net/npm/valine/dist/Valine.min.js'></script>
    <script>
        new Valine({
            el: '#comment',
            verify: false,
            appId: 'APP_ID',
            appKey: 'APP_KEY',
            placeholder: 'Just so so.',
            avatar: 'mm'
        });
    </script>

And follow the guide to change the config.

v1.1.0

06 Feb 06:05
Compare
Choose a tag to compare

优化移动端顶部导航栏显示,现在可以点击下拉导航栏

v1.0.1

03 Feb 15:45
Compare
Choose a tag to compare

improve code stlye

v1.0.0

30 Jan 05:07
Compare
Choose a tag to compare

little fix

v0.1.0

29 Jan 16:40
Compare
Choose a tag to compare

let's have a try