Giter VIP home page Giter VIP logo

vno-jekyll's Issues

您好,我使用了您的主题

您好,我使用了前辈的主题。首先非常荣幸能够使用到前辈的主题,感谢前辈的无私奉献。
我的博客地址是 http://qiuqi.li
如果可能的话,我也希望能登上前辈的文章Hello World - Vno 的列表。
另外有个小问题,就是如何使网站首页的title不自动引用_config.yml中的title而另起title呢?
再次感谢

css/main.scss: Invalid GBK character "\xE2" on line 10

启动jekyll 的时候,会报这样的错
Conversion error : Jekyll ::Converters:: Scss encountered an error while converting 'css/main.scss':
Invalid GBK character "\xE2" on line 10

vno-jekyll这个文件直接下载下来,没有修改过
请教一下大家,这样的问题怎么解决

今日上传的博客,但是网站不显示

您好,在今日上传的博客,网站更新后,博客列表不更新今日上传的,自己回退一天才显示。需要修改哪里能显示今日的呢?非常感谢您提供的主题。

修改demo的md文件以后,重新push报"does not have a valid date in the YAML front matter"错误

The page build failed for the master branch with the following error:

The file _posts/2016-02-16-hello-world-vno.markdown does not have a valid date in the YAML front matter. For more information, see https://help.github.com/articles/page-build-failed-invalid-post-date/.

搜了一下解决方案,在_config.yaml里面添加了exclude: [vendor],没有用,本地也没有生成vendor文件夹。

该博客存在xss跳转漏洞

我利用该框架搭建了博客,然后在上面写了一个漏洞记载的文章,文章中有如下语句(我添加了|||以防止该标签被解析),
<|||meta name="xxxx" content="1;url=http://www.baidu.com" http-equiv="refresh" />
然后,该语句被解析并跳转到baidu,请onecat修复该漏洞。

Bulid error caused by highlighter-style(plain)

Jekyll 3.0以上 不支持 jekyll-paginate,style 改为 'rouge' 就可以了吗?

image

为什么按照原路径替换的文件 avatar 和bg ,访问就失效了呢?

类似main.js的调用路径现在是/js/main.js 是不是应改成../js/main.js
(现在这个电脑的环境还没配好,所以无法验证.... 囧)

我发现vno-jekyll的目录结构和原版的有些区别,是这个原因吗?
是否可以告知下,修正这个路径错误的方式吗?

Add a tag cloud

你好,我现在在使用你的模板,这个模板很漂亮。但我发现这个模板在博客很多的时候不方便查看,可以增加一个按tag分类显示或者category分类的功能吗?

遇到 {{}} 的时候解析会有问题

比如文章要写的是:

<view class="contain">
    <view wx:for="{{items}}" wx:key="{{item.id}}">
     <text>{{item.text}}</text>
     <text>{{index}}</text>
    </view>
</view>

最终显示出来是这样的

<view class="contain">
    <view wx:for="" wx:key="">
     <text></text>
     <text></text>
    </view>
</view>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.