Git Product home page Git Product logo

maupassant's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

maupassant's Issues

hexo g时,报错:ERROR Process failed: languages/kr-KR.yml

使用hexo g时报错,但可以正常部署。站点链接Yuanjie

➜ Blog hexo g ERROR Process failed: languages/kr-KR.yml YAMLException: end of the stream or a document separator is expected at line 1, column 16: reading_label: %s 의 게시물 모음 ^ at generateError (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/js-yaml/lib/js-yaml/loader.js:162:10) at throwError (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/js-yaml/lib/js-yaml/loader.js:168:9) at readDocument (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/js-yaml/lib/js-yaml/loader.js:1508:5) at loadDocuments (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/js-yaml/lib/js-yaml/loader.js:1544:5) at Object.load (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/js-yaml/lib/js-yaml/loader.js:1561:19) at Hexo.yamlHelper (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/lib/plugins/renderer/yaml.js:7:15) at Hexo.tryCatcher (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/bluebird/js/main/util.js:26:23) at Hexo.<anonymous> (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/bluebird/js/main/method.js:15:34) at /Users/yjshi/Downloads/All/Blog/node_modules/hexo/lib/hexo/render.js:51:21 at tryCatcher (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/bluebird/js/main/util.js:26:23) at Promise._settlePromiseFromHandler (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/bluebird/js/main/promise.js:507:31) at Promise._settlePromiseAt (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/bluebird/js/main/promise.js:581:18) at Promise._settlePromiseAtPostResolution (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/bluebird/js/main/promise.js:245:10) at Async._drainQueue (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/bluebird/js/main/async.js:128:12) at Async._drainQueues (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/bluebird/js/main/async.js:133:10) at Immediate.Async.drainQueues [as _onImmediate] (/Users/yjshi/Downloads/All/Blog/node_modules/hexo/node_modules/bluebird/js/main/async.js:15:14) at processImmediate [as _immediateCallback] (timers.js:367:17)

还会更新吗

Cho神,非常喜欢你的主题,不知道还会不会更新,很期待

关于表格渲染

对于表格渲染有问题,解决方法为在style.css中添加

table {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}
table thead {
    background-color: #f7f7f7;
}
table th,table td {
    color: #444;
    padding: .5rem;
    border: 1px solid #e1e1e1;
}
table tr {
    transition: background-color .3s;
}
table tr:hover {
    background-color: #f8f8f8;
}

错位

1
最新的firefox和ie8下 有错位

License?

May I ask what is the license for this theme? The hexo fork seems to be using MIT license, but all the other forks including this original one do not contain any license information.

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.