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

starving-artist-jekyll-theme

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

Starving Artist Jekyll Theme

Install as Gem Theme

Jekyll requires Ruby so make sure Ruby is installed before you begin.

Start a New Site

  • Install Jekyll and Bundler
    • gem install bundler
  • Create a New Site
    • jekyl new mysite
  • Move into that directory
    • cd mysite
  • Install Required Gems
    • bundle install
  • Verify
  • Download Starving Artist Theme
    • Replace the line gem "minima" with this:
      • gem "starving-artist-jekyll-theme"
    • Run bundle install
  • Tell Jekyll to use Starving Artist Theme
    • Open _config.yml and change the line theme: minima to this:
      • theme: starving-artist-jekyll-theme
  • Import the Starving Artist CSS
    • Open your css/style.css and change the line @import "minima;" to this:
      • @import "starving-artist";

Migrate an Existing Site

NOTE This requires you to be upgraded to at least Jekyll 3.2 which added support for themes.

  • Download Starving Artist Theme
    • Replace the line gem "minima" with this:
      • gem "starving-artist-jekyll-theme"
    • Run bundle install
  • Tell Jekyll to use Starving Artist Theme
    • Open _config.yml and change the line theme: minima to this:
      • theme: starving-artist-jekyll-theme
  • Import the Starving Artist CSS
    • Open your css/style.css and change the line @import "minima;" to this:
      • @import "starving-artist";

Jekyll 2.x Method

Jekyll requires Ruby so make sure Ruby is installed before you begin.

  • Download this site
    • git clone https://github.com/chrisanthropic/starving-artist-jekyll-theme.git
  • Move into its directory
    • cd starving-artist-jekyll-theme
  • Install Required Gems
    • bundle install
  • Verify
  • 0 前言 最近在利用GitHub Pages搭建自己的博客,决定用GitHub推荐的Jekyll作为网站生成器。博客搭建过程中至关重要的一点就是选择一个自己喜欢的主题模板。目前我也没有能力自己修改,所以还是花点时间找个自己心仪的主题。 1 对主题的要求 清楚自己的需求才能做出正确的选择。我对博客主题的要求主要有: 简洁。看着舒服,不用太多花哨的动画、背景,加载慢,也容易分心。 注重阅读体验。供人阅

  • 这里只记录主要问题: 选择主题并自定义主题: 在安装好bundle以后(若在安装 gem install nokogiri -v '1.8.4’报错,请看另一篇文章),去 https://github.com 新建repo; repo的名字最好是:username.github.io 在 create rep 过后,来到 repo --> ‘setting’ 拖动到下面进入 choose Them

 相关资料
  • Jekyll 是一个简单的免费的Blog生成工具,类似WordPress。但是和WordPress又有很大的不同,原因是jekyll只是一个生成静态网页的工具,不需要数据库支持。但是可以配合第三方服务,例如discuz。最关键的是jekyll可以免费部署在Github上,而且可以绑定自己的域名。 快速安装指令: gem install jekylljekyll new my-awesome-sit

  • Scriptor Scriptor is a simple, minimal, clean & responsive Jekyll theme for writers. Live Demo   |   Download   Features Responsive design Archive organized by tags Disqus Comments Accent color option

  • Hydrogen 轻盈、干净 跟随她的脚步,开始你的博客之旅 厌倦了无止境的加载以及繁杂的页面内容?那您很幸运,因为您发现了Hydrogen 我们避免繁杂 使用轻量化的模块来渲染在您屏幕上展示出来的一切 当您使用过后就知道,她带给你的不仅仅只有简洁极速的阅读体验... 语言:简体中文 | English 点点 Star 来一个好吗!秋梨膏!! #快速开始 #准备 打开主题根目录下的_config.

  • library-jekyll-theme Easily create a digital bookshelf of your favorite books. Demo Author Website Twitter Github License MIT

  • Jekyll Docs Theme A Jekyll theme inspired by Bootstrap's official documentation theme from a few years back. This theme started off by stealing all of Bootstrap Docs' CSS and being used in mistic100's

  • butane-jekyll-theme Getting Started git clone https://github.com/alexcarpenter/butane-jekyll-theme.git cd butane-jekyll-theme rm -rf CHANGELOG.md jekyll serve