GithubHelp home page GithubHelp logo

jekyll-jacman's Introduction

Jekyll-Jacman

中文 | English

Jekyll-Jacman 是为 Jekyll 设计的一款清新且具有响应式的主题,拥有更丰富的特性并支持了很多的国内服务。Jacman 始于 Hexo Jacman 移植而来。

本地搭建

确保已安装Ruby 2.1.0 或更高版本:

ruby --version

安装Bundler

gem install bundler

下载 Jacman 主题:

git clone https://github.com/Simpleyyt/jekyll-jacman.git
cd jekyll-jacman

安装依赖:

bundle install

运行 Jekyll:

bundle exec jekyll server

更多细节可以参考:Setting up your GitHub Pages site locally with Jekyll

功能

  • 菜单 menu
    主导航菜单
  • 控件 widget
    侧边栏的控件。包括:Github 名片 、分类、标签、RSS、友情链接、微博秀。
  • 图片相关 Image
    设置网站图标、网站logo、作者头像、博客顶部大图等。还提供了多种图片样式img-logo,img-topic,img-center等。
  • 首页模式 index
    主题提供了两种首页展示模式。
  • 作者 author
    作者信息,主要用于展示网站右下角的社交网络链接。包括:微博、豆瓣、知乎、邮箱、GitHub、StackOverflow、Twitter、Facebook、Linkedin、Google+。
  • 目录 toc
    在文章中和侧边栏可以显示目录。
  • 评论 comments
    支持 多说 & disqus 评论。
  • 分享 jiathis
    启用 内建分享工具 或 加网 分享系统。
  • 网站统计 Analytiscs
    支持 谷歌统计 & 百度统计 & CNZZ站长统计
  • Search
    支持 谷歌自定义搜索 & 百度站内搜索 &微搜索。 &Simple Jekyll Search
  • totop
    回到顶部。
  • rss
    RSS 订阅链接。
  • fancybox
    图片查看的 Fancybox 工具。
  • 其他 你可以设置侧边栏在博文页面中不显示。

协议

MIT

捐赠

支付宝捐赠链接还是要有的,万一真的有人捐呢。

支付宝扫码捐赠

jekyll-jacman's People

Contributors

gsantner avatar simpleyyt avatar

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

Watchers

 avatar  avatar  avatar  avatar  avatar

jekyll-jacman's Issues

Cannot show a blog with correct format

Hi,

When I set up the blog locally, I cannot show the blog as correct format, but the github can.
Do I need to setup something for local display?
Thanks.

con't comment article

Duoshuo_shortname and disqus_shortname, I have already set up the value in _config.yml . but still can't comment.please help.

关于博客顶部图片的问题

我在配置文件中开启了博客顶部图片(banner.jpg),为什么没有效果呢?博客顶部图片是不是最上部浅蓝色的置顶图片?

无法关闭侧边的TOC

  • close_aside设置为false
  • toc都设置为false
close_aside: false  #close sidebar in post page if true

#### Toc
toc:
  article: false   ## show contents in article.
  aside: false     ## show contents in aside.

我正在折腾,看能否自己解决。

markdown语法布局问题

在使用markdown语法时,shift键嵌入代码后,会发现,文字的颜色和背景的颜色很相似,均是黑色,从而导致看不到文字

建议增加Gitalk支持

一直在用这个主题,最近第三方评论各种倒闭,搜索了以下,现在Gitalk比较流行啊,这样就可以所有内容都放到github pages了,不知可否添加?

谢谢

望添加其他第三方评论插件

多说挂了,disque墙了,希望可以添加其他第三方评论系统。

网易云跟帖貌似有jekyll直接可以用的代码,而且支持https吧,望添加。

请教一下,url错误是怎么回事?

你好,我尝试将你的项目fork过去。但是加载web资源的时候url好像不对。这是我的url
/auassets/js/jquery-2.0.3.min.js
我看你这边加载资源的url是下面这样的
/jekyll-jacman/assets/js/jquery-2.0.3.min.js
少了一个项目名称jekyll-jacman。导致所有资源都加载失败了。刚刚了解到jekyll,或许是我搜索关键字不对,没有在网上找到解决办法。不知道是不是哪里配置要改一下。如果看到请看看我这个问题。谢谢

No way to disalbe built-in share buttons

This is probably a feature request instead of an issue. The built-in share buttons are always enabled, it feels strange to have weibo, renren and wechat on an english blog.

I guess I can comment the following lines out to remove those buttons in _includes/_partial/after_footer.html, but I think it is better to add a few directives in _config.yml to enable/disable these buttons.

  '<a class="overlay" id="qrcode"></a>',
  '<div class="qrcode clearfix"><span>扫描二维码分享到微信朋友圈</span><a class="qrclose" href="#nothing"></a><strong>Loading...Please wait</strong><img id="qrcode-pic" data-src="http://s.jiathis.com/qrcode.php?url=' + encodedUrl + '"/></div>',
  '<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
  '<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>',
  '<a href="#qrcode" class="article-share-qrcode" title="微信"></a>',
  '<a href="http://widget.renren.com/dialog/share?resourceUrl=' + encodedUrl + '&srcUrl=' + encodedUrl + '&title=' + title +'" class="article-share-renren" target="_blank" title="人人"></a>',
  '<a href="http://service.weibo.com/share/share.php?title='+title+'&url='+encodedUrl +'&ralateUid='+ tsina +'&searchPic=true&style=number' +'" class="article-share-weibo" target="_blank" title="微博"></a>'

如何实现页面目录

您好,我的问题是:
我再_post目录下新建了design_pattern目录,然后该目录下新建了catlog.md文件以及另外23个pattern1-23.md文件,我想要在catlog.md文件中做链接指向这23个文件,请问下,要如何操作呢?

我遇到的问题是我写超链接pattern1,虽然这个连接在本地可以解析成功,但是因为网站名中是带有日期的,而jkeyll在解析时把日期当做文件夹来处理,所以,如何才能实现该连接呢?

我还尝试过pattern1但是,..操作符并没有被当做指向上一个页面

关于评论

想请教一下,jacman能否支持gitment,如果可以,请教一下该如何配置?十分感谢。

主要页面全部404

您好,能否分享一下您实例网站中的文章详情、分类筛选这些html文件呢?这些网页点击之后全部404搜索不到了

jekyll 3.3.1 | Error: Could not find a JavaScript runtime.

phenomenon:

    [renyl@localhost kulong0105.github.io]$ bundle exec jekyll s
    Configuration file: /home/renyl/Downloads/blog/kulong0105.github.io/_config.yml
    Configuration file: /home/renyl/Downloads/blog/kulong0105.github.io/_config.yml
    jekyll 3.3.1 | Error:  Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes.
    [renyl@localhost kulong0105.github.io]$

add two dep pkgs to fix the error info: ( refer to jekyll/jekyll#2327)

diff --git a/Gemfile b/Gemfile
index 782f366..669bedc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,5 @@
 source 'https://rubygems.org'
 gem 'github-pages', group: :jekyll_plugins
 gem 'redcarpet', "3.3.3"
+gem 'execjs'
+gem 'therubyracer'

Kramdown引擎更换问题

话说Github不再支持原来的Redcarpet了,我在配置文件里更换以后整个博客的主题全乱了==,二级标题显示不出来,而且高亮也没有。请问大家是怎么解决的?

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.