当前位置: 首页 > 软件库 > Web应用开发 > >

blogdown-jekyll

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 司马德水
操作系统 未知
开源组织
适用人群 未知
 软件概览

This is a minimal example of a Jekyll-based website using knitr, blogdown, and R Markdown, briefly documented at https://bookdown.org/yihui/blogdown/jekyll.html.

You can actually serve the Jekyll website locally with R, and R Markdown posts can be compiled automatically, with the web pages being automatically refreshed in your web browser as well. To build the serve the website locally, you need to install blogdown (and Jekyll, of course) and call the serve_site() function:

devtools::install_github("rstudio/blogdown")
blogdown::serve_site()

After you are satisfied with the local preview, you can either just push the Markdown blog posts to your Github repo (e.g. the gh-pages branch), and let Github generate the website for you, or host the HTML files generated under the _site/ directory on your own server.

The original website was created from jekyll new . under the root directory, which was part of the official Jekyll repo. The additional code (mainly R code) in this repo is under the MIT License, and the blog post I wrote is under the CC-BY 4.0 International License.

The support for Jekyll is limitted in blogdown, and you may want to switch to Hugo, which is much better supported in blogdown.

  • #Github GitHub 是一个面向开源及私有软件项目的托管平台,因为只支持 Git 作为唯一的版本库格式进行托管,故名 GitHub。 #GitHub Pages GitHub Pages Websites for you and your projects. Hosted directly from your GitHub repository. Just edit, push, and

  • 第一次就写一下,自己在github上利用github page这个功能搭建博客的过程也算是一个教程吧。第一次写有什么不对的地方请大家指正啦。 准备工作 首先想要使用github page搭建一个博客你需要一些准备,也就是一些储备知识。你先要了解git的基本用法,这里推荐一些廖雪峰的博客,感觉写的很好很适合入门,我也是从他那里入门的。廖雪峰的git教程 然后去github的官网申请一个账号,然后我们

  • blogdown https://github.com/rstudio/blogdown在bookdown上有书,所以安装使用基本看下文档就知道了。 当然,你也可以选择hugodown。 calade theme 我使用的是https://github.com/djnavarro/hugo-calade这个主题。 hugo以及这个主题,一些默认的设置,比如数学公式,使用rstuio服务,中国比较难

  • 错误: Traceback (most recent call last):         10: from C:/Ruby25-x64/bin/jekyll:23:in `<main>'          9: from C:/Ruby25-x64/bin/jekyll:23:in `load'          8: from C:/Ruby25-x64/lib/ruby/gems/2.5.

 相关资料
  • 我对blogdown和git很陌生。在项目文件夹中暂存文件/文件夹(使用RStudio)时,我无法选择以下文件夹: 有人能告诉我为什么会发生这种情况,以及我如何将上述文件夹转移/提交/推送到远程存储库吗? 提前感谢。

  • 问题内容: 我尝试使用Jekyll新命令,但是它不起作用,并在出现错误后出现。 我正在使用Mac OS X 10.8.5 Mountain Lion。 但这对我的情况不起作用。我卸载并重新安装了json,但没有任何反应。如果您知道其他解决方案,请告诉我。自本周初以来,我一直在解决这个问题。 我的宝石清单和宝石环境如下。 请给我建议以帮助我。谢谢! 3月7日更新。 以防万一您想查看自制软件列表, 2

  • 本文向大家介绍jekyll GitHub页面,包括了jekyll GitHub页面的使用技巧和注意事项,需要的朋友参考一下 示例 GitHub为用户或组织和项目站点提供无限托管。Jekyll和静态文件均可用。 以下是在Github上托管Jekyll博客的步骤。 设定 用户或组织站点 创建一个名为username.github.io的存储库,其中username是您在GitHub上的用户名(或组织名

  • Jekyll 是最早开始流行的静态网站构建工具,使用Ruby语言开发,开源已有9个年头了,是Github Pages默认的静态网站构建工具。当前互联网上有大量基于jekyll构建的静态网站,包括现在流行的开源容器编排调度引擎kubernetes的官网。 Jekyll的理念 Jekyll网站构建的理念就是只做用户告诉它要做的事情,不多也不少: No Magic:简单易懂 It “Just Works

  • 本文向大家介绍如何在Ubuntu 16.04上设置和配置Jekyll开发站点,包括了如何在Ubuntu 16.04上设置和配置Jekyll开发站点的使用技巧和注意事项,需要的朋友参考一下 在本文中,我们将学习如何设置和配置Jekyll开发站点。Jekyll在数据库驱动的站点中提供了内容管理系统(CMS)的优势,并具有性能和安全性。它也称为博客意识,具有处理按日期组织的内容的功能。它特别适合于离线工

  • 在Jekyll的帖子中,我想在地址中包含我的图像。 此外,我希望它具有750px的宽度。 我试过了 我应该使用什么语法?