Skip to content

v1.2.0

Compare
Choose a tag to compare
@abowloflrf abowloflrf released this 08 Feb 13:27
· 23 commits to master since this release

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.