Giter Site home page Giter Site logo

#请fork修改的小伙伴务必更改或者去除我的google analytics id啊!!!

Thanks for the creator of this theme!

Simple Texture Jekyll Theme

Preview: You can visit my blog.

Screenshot - Home

Screenshot - Blog

Installation

As a Jekyll theme gem (Jekyll >= 3.3)

If you are creating a new website or blog, please follow the commands below first:

  1. Install Jekyll and Bunlder

    gem install jekyll bundler
    
  2. Create a new Jekyll app

    jekyll new jekyllapp
    
  3. Enter the new directory

    cd jekyllapp
    

Then for newly created or existing Jekyll app,

  1. Install Bundler if haven't done so.

    gem install bundler
    
  2. Remove Jekyll auto-generated default pages about.md and index.md.

  3. Download the respository here and locate starter-kit folder, or download starter-kit folder directly here.

  4. Put everything in the starter-kit in the root directory, i.e. jekyllapp in this example.

  5. Run bundle install to install dependencies.

  6. Run Jekyll with bundle exec jekyll serve

  7. Hack away at http://localhost:4000!

As a fork

  1. Fork the repo here

  2. Clone the repo just forked.

    git clone [email protected]:[YOUR_USERNAME]/jekyll-theme-simple-texture.git
    
  3. Delete starter-kit folder and jekyll-theme-simple-texture.gemspec file (they're for people installing via gem)

  4. Install Bundler if haven't done so.

    gem install bundler
    
  5. Update the Gemfile to look like the following:

    source "https://rubygems.org"
    
    gem 'jekyll', '= 3.4.5' # locked in to be consistent GitHub Pages.
    
    group :jekyll_plugins do
      gem 'jekyll-feed'
      gem 'jekyll-redirect-from'
      gem 'jekyll-seo-tag'
      gem 'jekyll-sitemap'
    end
  6. Run bundle install to install dependencies.

  7. Run Jekyll with bundle exec jekyll serve

  8. Hack away at http://localhost:4000!

Credits

License

The theme is available as open source under the terms of the MIT License.

varon's Projects

996.icu icon 996.icu

Repo for counting stars and contributing. Press F to pay respect to glorious developers.

apns_flutter icon apns_flutter

Use Flutter to interact with the native push notifications system on iOS.

codeguide icon codeguide

:books: 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!

dartx icon dartx

Superpowers for Dart. Collection of useful static extension methods.

docker_practice icon docker_practice

Learn and understand Docker technologies, with real DevOps practice!

douban icon douban

React-native 仿豆瓣电影 app

eth-multisig-v2 icon eth-multisig-v2

Multi-Sig Wallet v2, supporting original Wallet.sol methods with additional confirmAndExecute improvements to allow for single-transaction signing by multiple owners.

f2e-spec icon f2e-spec

Alibaba Front-end Coding Guidelines and Relevant Tools

floating-ui icon floating-ui

A low-level toolkit to create floating elements. Tooltips, popovers, dropdowns, and more

flutter icon flutter

Flutter makes it easy and fast to build beautiful mobile apps.

flutter_deer icon flutter_deer

🦌 Flutter 练习项目(包含集成测试)。包括完整UI设计图,更贴近真实项目的练习。Flutter practice project. Includes a complete UI design and exercises that are closer to real projects.

fluttertextspanfield icon fluttertextspanfield

Flutter自定义文本样式输入框,可以让你在TextField中显示不同样式的文本,例如 #话题# @用户 效果

javascript-zh icon javascript-zh

Airbnb 出品,目前非常流行的 JavaScript 代码规范(中文版)。其内对各种 js 范式的写法进行了详细的规定与说明,按照此规范写出的代码将会更加合理。

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.