Skip to content

qiyanjun/books2read

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This site is generated by Jekyll + minimal-mistakes theme + PostTagging .

A list of easy steps to set up a project blog web using Jekyll GitPage

  1. set up ruby: please follow the step from steps for mac version

  2. install jekyll

~ $ gem install jekyll
  1. using the following page to setup minimal-mistakes theme https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
  1. now deploy it locally
~/web-name $ bundle install
~/web-name $ bundle exec jekyll serve

Now use your favorite browser to open http://localhost:4000

  1. add year-month-date-name.md under '_posts' folder

  2. push into your git-site, using the site's -> "setting" -> section "GitHub Pages" to setup and publish the web as GitPage

  3. configure tags/ collections / archives according to https://mmistakes.github.io/minimal-mistakes/docs/collections/

  4. add more customized post tagging using codes from [here](PostTagging

  5. add more interesting liquid programming using Tips

This starts from the

Minimal Mistakes remote theme starter

Click Use this template button above for the quickest method of getting started with the Minimal Mistakes Jekyll theme.

Contains basic configuration to get you a site with:

  • Sample posts.
  • Sample top navigation.
  • Sample author sidebar with social links.
  • Sample footer links.
  • Paginated home page.
  • Archive pages for posts grouped by year, category, and tag.
  • Sample about page.
  • Sample 404 page.
  • Site wide search.

Replace sample content with your own and configure as necessary.


Troubleshooting

If you have a question about using Jekyll, start a discussion on the Jekyll Forum or StackOverflow. Other resources: