Skip to content

ylixir/ylixir.github.io

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ink

Ink is a minmal two-column theme for Jekyll

Screenshot

Installation

Setup on your local machine
  • Clone or download the repository
  • You should have ruby installed in your system
  • Install bundler which helps in specifying and installing dependencies of any Ruby project gem install bundler
  • Go to the root of the repo and run this - bundle install
  • Then - bundle exec jekyll serve
Make it your own
  • Fork the repository
  • Follow the configuration step
  • Host your site/blog with Ink

Configuration

  • Change the following in _config.yml
   name:               "Ink"
   description:        "A minimalistic jekyll theme for humans"
   url:                ""
   author:             "thinker3197"
   email:              "jhondoe@abc.com"
   gravatar_hash:      "205e460b479e2e5b48aec07710c08d50"
   twitter:            "jhondoe"
   email:              "jhondoe@abc.com"
   github:             "jhondoe"
   pinterest:          "jhondoe"
   linkedin:           "jhondoe"
   facebook:           "jhondoe"
   
  • Set the number of posts that appear in each page by changing the paginate option in _config.yml file. Default value is 5.
  • Add more navigation menus in the nav section in _config.yml.
  • Add your custom url in url option. Example : https://thinker3197.github.io/blog. Consult the gh-pages branch to see the basic setup for a blog.
  • Add your custom background by adding a custom background link in the background option in _config.yml.

Licensce

Open sourced under MIT LICENSE

About

My website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published