【发布时间】:2015-11-22 01:51:55
【问题描述】:
当我终于设法让这个网站上线时,我非常高兴,但不幸的是,帖子的格式或样式不正确,我不知道问题出在哪里。它位于https://github.com/skydusk/skydusk.github.io,网站在这里:http://skydusk.github.io/
谁能告诉我这里做错了什么?
config.yml
##The website title
name: skydusk
url: "http://skydusk.github.io"
##Markdown processor
markdown: kramdown
##syntax highlighter. change it to pygments
highlighter: pygments
##define base_url for valid usage in sitemap.xml and robots.txt
base_url: /skydusk
sass:
sass_dir: _sass
style: :compressed
paginate: 5
paginate_path: "page:num"
##The website description (to be used in meta tags)
description: just another personal blog
##Some frequently used keywords on your website
keywords: windows, storage, crashplan, synology, backups, itunes
##define this for disqus comment support
#disqus: skydusk
##set this to enable google analytics
#ga_id: UA-66844898-1
#ga_domain: www.skydusk.com
##Some commonly used links
links:
facebook: username
twitter: username
email: info@skydusk.com
github: username
##put desired image in img/ directory and set the value accordingly. If not defined, a placeholder image will be used.
about_image: placeholder.jpg
##comment this if you want full width posts with no sidebar
sidebar: off
【问题讨论】:
-
您遇到了什么问题?