目前,我的网站YourDataTalking.com是指向它的教程,但我需要它指向回购,我分叉和编辑在吉突。我从is https://github.com/jarrekk/Jalpc中提取数据的回购程序,这是一个Jekyll教程,我发现node.js在我的“要涉足的东西”堆栈中。
数据/你的数据
所以是的..。我有我的电线交叉某处,我大约4在搜索所有的文件第二次,不知道哪里的链接是坏的。
该教程似乎使这简单,但我不知道我有交叉的链接在哪里。
# Welcome to Jekyll!
# Website settings
title: Jalpc
description: Jack's blog,use Jekyll and github pages.
keywords: Jack,Jalpc,blog,Jekyll,github,gh-pages
baseurl: /Jalpc # if you have suburl as homepage like '/homepage', please change it to '/homepage' and your repo's name should be 'homepage'
url: http://jarrekk.github.io/Jalpc # url should be changed to 'http://www.jack003.com/homepage' as before
# url: http://127.0.0.1:4000
img_path: /Jalpc/static/assets/img/blog # url should be changed to '/homepage/static/assets/img/blog' as before
# author -- index page "about me" section
author: # change following line to your infomation.
name: GitHub # Be used at blog posts' author.
first_name: Hub # Be used at index page about me section.
last_name: Git # Be used at index page about me section.
cv: http://cv.jack003.com # A online CV can be printed as PDF, leave blank if you don't have now
email: me@jack003.com # Leave blank if you don't have now
facebook_username: jiakunnj # Leave blank if you don't have now
github_username: jarrekk # Leave blank if you don't have now
avatar: /static/assets/img/landing/avatar.jpg # upload your avatar at directory and edit it.
skill_icon1:
- name: icon-apache
- name: fa-linux
skill_icon2:
- name: fa-linux
- name: icon-apache
desc: Introduce myself will be here.
# comment
disqus: # if you wanna comment feature, go to https://disqus.com/ to get your configuration; if not, comment following two lines.
name: jalpc
public_key: tj2MPaNlHMONwTH5bGDNSXyaBpW7q282MeUzh5CwcjJerNhK8Kxk3aWo7IckzTX7
# analytics
## google analytics
ga: # if you wanna this feature, go to https://www.google.com/analytics/ to get your configuration; if not, comment following line.
# id:
## growingIO
gio: # if you wanna this feature, go to https://www.growingio.com/ to get your configuration; if not, comment following line.
# id:
## donation
donation: on # type 'on'/'off' to choice display donation button at post page or not
# Build settings
encoding: utf-8
# other settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge发布于 2017-02-24 20:59:51
它看起来像这一行:url: http://jarrekk.github.io/Jalpc
是要打开的页面-您是否尝试将其更改为您希望它打开的页面,即您自己的URL
url: http://datatalking/yourdatatalking.github.io
或者不管你的网址是什么。
它可能是这样的:一旦您在github上正确地设置了页面,url: http://yourdatatalking.github.io/?
--进一步研究
而且,根据GitHub pages在Github页面的文档--您的新存储库必须在GitHub上拥有您帐户的确切用户名,所以如果您的GitHub帐户名为datatalking,则应该是datatalking.github.io。
https://stackoverflow.com/questions/42448074
复制相似问题