GithubHelp home page GithubHelp logo

github-pages-example's Issues

hi, wanna to ask github pages question~

hi, I have seen your blog on how to build a blog with github pages, it's very useful and thanks a lot!

I have managed to have my test blog now, check "arthur503.github.io/blog/" if you want.

Since github and jekyll is very new to me, it take me a lot time(2 and more days) until did it, but there are still some questions that i can't find answers on the web, like:

  1. how to have chinese character in filename of dir _posts without "Pages build failed" error(it's really annoying)?
  2. how to use default js, img, stylesheet effect of default page for POSTs(it's easy for index.html. but i can not use them in _posts folders ), i tried to put these folder in _posts dir, but it doesnot work; then tried to revise defaut.html in _layout, but still the js(and css?) does not work for my posts in _posts dir.
  3. i wonder how to mange more than one folders in _posts(just like you have blog, opinion, and project. )? how to recogize them in index.html? i wanna to tranverse these folders and add them to different part on my index.html, how to do that?

At last, thanks for your blog and it will be a great honor if you can answer my questions!

Best wishes!

Arthur

无法在post.md里使用html

新建了个文章,
里面有 html代码
<video controls autoplay name="media"> <source src="http://he.yinyuetai.com/uploads/videos/common/BA120140D8028AFE2B454EAD9C609BA8.flv?sc=ce217a4c995c9a80" type="video/mp4"> </video>

可是提交之后 来邮件说 Page build failure‏。有什么解决方案么。。?
是不是 需要在 _config.yml里设置markdown: rdiscount??

外部JS失效

beiyuu 你好:
我Fork 你的博客,自己改了下名字, 但是编译完发现几个问题,请教下你。
1:外部JS,全部失效"this content should also be served over HTTPS", github page 要用外部域名才能用 么。
2,关于index.md的特效,http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js。 我看源码,没有找到配置地方。我拷贝到本地来跑,会有下图,错误,是加载顺序问题么。
image
如给予答复,万分感激。

IE下自动生成的目录无法scroll

/ js / post.js 第 92行

$('body','html').animate({ scrollTop: scrollNum-30 }, 400, 'swing');

请修正为:

$('body, html').animate({ scrollTop: scrollNum-30 }, 400, 'swing');

否则无法在IE无法出现预期效果

html标签 不生效

如何在post.md里写
html代码 并让markdown忽略

markdown: rdiscount
换引擎就行么?

404.html

404.html
是自动调用么?还是需要配置成为404.html?

有个问题关于域名绑定~

我现在想把
tvshow.ybmimo.com
绑定到 项目 yb-mimo/tvshow 的话,
应该怎么弄?

  1. gh-pages分之下的CNAME文件写入 tvshow.ybmimo.com
  2. 域名解析上 添加 CNAME记录 到 yb-mimo.github.io

这样对么。。?
第二步有点不太理解,
纠结的原因是 项目不是 yb-mimo/yb-mimo.github.io
所以是否应该在 添加解析记录的时候 将 CNAME 解析到 yb-mimo.github.io/tvshow ?

关于 nil

看官网手册 发现了 在配置文件中 默认 timezone: nil
请问这里的 nil是什么意思讷?

关于 _config.yml

auto: true

markdown: rdiscount
pygments: true
paginate: 8
permalink: /:category/:title

title: BeiYuu.com
url: //wutong.github.io
author_info: BeiYuu

这里的 能解释下 上面4个 配置项的含义么。。?

请教一下seo

请问你的博客是如何做seo的呢,为何在搜索引擎上输入beiyuu就可以搜到。非常感谢。

关于/_layout/post.html里的一段代码

你好
请问post模板里面的一段js代码

       $('.entry a').each(function(index,element){
            var href = $(this).attr('href');
            if(href.indexOf('#') == 0){
            }else if ( href.indexOf('/') == 0 || href.toLowerCase().indexOf('beiyuu.com')>-1 ){
            }else{
                $(this).attr('target','_blank');
                $(this).addClass('external');
            }
        });

是做什么的呢?

关于 index.md

为什么 我的 index.md 不生效呢。。?
index.html 就可以

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.