Welcome to Jekyll !!!

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.

To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.ext and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Jekyll also offers powerful support for code snippets:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi(‘Tom‘)
#=> prints ‘Hi, Tom‘ to STDOUT.

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll’s dedicated Help repository.

时间: 2024-08-04 21:02:59

Welcome to Jekyll !!!的相关文章

window下Jekyll+github搭建自己的博客

1.安装git 1-1.下载git,这里给出一个地址:http://git-scm.com/downloads 1-2.安装,一路next 1-3.配置git环境变量,将git安装路径中bin的位置xx\Git\bin 和 git-core的位置xx\Git\libexec\git-core添加到path环境变量 2.安装Jekyll 2-1.安装RubyInstallers,下载地址:http://rubyinstaller.org/downloads/,注意:安装过程勾选add to pat

ubuntu16.04安装jekyll 3.3.1

本次安装的ekyll为最新的3.3.1版本. 一.预备工作,因位jekyll需要很多软件的支持,所以准备工作要做足. Ruby (including development headers, v1.9.3 or above for Jekyll 2 and v2 or above for Jekyll 3) RubyGems Linux, Unix, or macOS NodeJS, or another JavaScript runtime (Jekyll 2 and earlier, for

使用Jekyll在Github上搭建博客

最近在玩github,突然发现很多说明网站或者一些介绍页面全部在一个域名是*****.github.io上. 好奇!!!真的好奇!!!怎么弄的?我也要一个~~~ 于是去网站上查询了一下,找到了https://pages.github.com/官方网站. 只可以写html静态页面.在最下方找到了一个github推荐的Jekyll. jekyll原网站是英文的,这里有个翻译的网站:http://jekyll.bootcss.com/.不过貌似有些日子没更新了,还是推荐看回官网. 于是,通过jekyl

jekyll bootstrap更改主题theme

使用主题 介绍: 由于JB版本0.2.X的主题,现在完全是模块化的.他们跟踪和单独版本的主题包.这让每个人都可以自由发布和共享主题. Jekyll-Bootstrap v 0.2.x只附带twitter主题,其他主题需要被安装. 直接浏览当前主题包在GitHub上:https://github.com/jekyllbootstrap 可以看到可供我们使用的主题有the-minimum.tom.mark-reid.twitter.the-program 安装主题 通过使用rake命令,并通过该主题

Windows上安装Jekyll

Run Jekyll on Windows 目录 Jekyll介绍 安装Ruby 安装DevKit 安装Jekyll 安装Python 安装pip 运行Jekyll Introduction Jekyll jekyll是一个简单的免费的Blog生成工具,是一个静态站点生成器,它会根据网页源码生成静态文件. 它提供了模板.变量.插件等功能,所以实际上可以用来编写整个网站. 我们可以使用jekyll bootstrap来搭建一个静态博客网站,本篇先介绍如何在Windows下安装jekyll 安装je

jekyll+livereload+chrome插件-更新文件后自动刷新

2014-08-27 本文不保证成功,window系统会出现各种问题,如若不成功,请直接用livereload的window版,解决,详细可以查看livereload下载对应版本操作,比较傻瓜式: 以下主要介绍的是命令行配置的方式: jekyll+livereload更新后自动刷新,老外的教程,先看看: http://dan.doezema.com/2014/01/setting-up-livereload-with-jekyll/ 1.安装guard-jekyll-plus 时会出错,依赖包版

boostraps+jekyll+sass/scss+less+grunt整合使用详细备忘

2014-08-25 http://www.w3cplus.com/preprocessor/nodejs-and-grunt-compile-sass-to-css.html 安装grunt sass支持,包含grunt watch boostraps的Gruntfile.js,package.json,直接考到新建的项目目录调整使用,运行npm install 安装依赖包,可以删减不必要的 A.整合方法 1.https://github.com/gruntjs/grunt-contrib-s

jekyll 搭建自己的静态网站

1 ruby sudo apt-get install ruby1.9.1-dev 2 nodejs sudo apt-get install nodejs 3 jekyll gem install jekyll

jekyll介绍安装.github静态页面工具

jekyll build # => 当前文件夹中的内容将会生成到 ./site 文件夹中. $ jekyll build --destination <destination> # => 当前文件夹中的内容将会生成到目标文件夹<destination>中. $ jekyll build --source <source> --destination <destination> # => 指定源文件夹<source>中的内容将会生

Ubuntu14.04+Jekyll+Github Pages搭建静态博客

官方教程http://jekyllrb.com/docs/installation/ 1. Jekyll简介 简单: 无需数据库.无需评论功能,不需要不断更新版本,只需要关心博客内容. 静态: 只用 Markdown (或 Textile).Liquid.HTML & CSS 就可以构建可部署的静态网站. 博客形态: 自定义地址.分类.页面.博客内容 以及 自定义的布局设计 都是系统中的一等公民. Jekyll详细介绍 2. Github Pages简介 Github Pages是Github提