#请fork修改的小伙伴务必更改或者去除我的google analytics id啊!!!
Thanks for the creator of this theme!
Preview: You can visit my blog.
If you are creating a new website or blog, please follow the commands below first:
-
Install Jekyll and Bunlder
gem install jekyll bundler
-
Create a new Jekyll app
jekyll new jekyllapp
-
Enter the new directory
cd jekyllapp
Then for newly created or existing Jekyll app,
-
Install Bundler if haven't done so.
gem install bundler
-
Remove Jekyll auto-generated default pages
about.md
andindex.md
. -
Download the respository here and locate
starter-kit
folder, or downloadstarter-kit
folder directly here. -
Put everything in the
starter-kit
in the root directory, i.e.jekyllapp
in this example. -
Run
bundle install
to install dependencies. -
Run Jekyll with
bundle exec jekyll serve
-
Hack away at http://localhost:4000!
-
Fork the repo here
-
Clone the repo just forked.
git clone [email protected]:[YOUR_USERNAME]/jekyll-theme-simple-texture.git
-
Delete
starter-kit
folder andjekyll-theme-simple-texture.gemspec
file (they're for people installing via gem) -
Install Bundler if haven't done so.
gem install bundler
-
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
-
Run
bundle install
to install dependencies. -
Run Jekyll with
bundle exec jekyll serve
-
Hack away at http://localhost:4000!
-
JavaScript
-
Fonts
The theme is available as open source under the terms of the MIT License.