# pinghsu-jekyll **Repository Path**: coolyeah/pinghsu-jekyll ## Basic Information - **Project Name**: pinghsu-jekyll - **Description**: a jekyll theme, preview on https://lightfish.cn - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-12 - **Last Updated**: 2021-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Theme pinghsu-jekyll a jekyll theme which is based on a typecho theme pinghsu ## Preview [Lightfish Blog](http://lightfish.cn) ![Screenshot](https://raw.githubusercontent.com/lightfish-zhang/pinghsu-jekyll/master/preview.png) ![Screenshot](https://raw.githubusercontent.com/lightfish-zhang/pinghsu-jekyll/master/preview2.png) ![Screenshot](https://raw.githubusercontent.com/lightfish-zhang/pinghsu-jekyll/master/preview3.png) ## How to start - fill the file `_config.yml` example ```yaml name: A Blog author: Lightfish Zhang url: https://lightfish-zhang.github.io resume_site: https://lightfish-zhang.github.io baseurl: description: you website desc github_username: lightfish-zhang github: https://github.com/lightfish-zhang plugins: [jekyll-paginate] permalink: /:year-:month-:day-:title paginate: 12 paginate_path: "/page/:num/" exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'Rakefile'] highlighter: rouge markdown: kramdown comments : gitalk : clientID : xxx clientSecret : xxx repo : lightfish-zhang.github.io owner : lightfish-zhang admin : lightfish-zhang ``` - add your post in path `./_post`, format : ```md --- layout: post title: A Example Post date: 1970-01-01 00:00:00 +0800 category: tutorial thumbnail: /style/image/thumbnail.jpg icon: book --- * content {:toc} ## sub title page... ## about thumbnail add the thumbnail url ## about icon such as book, code, web, chat, note, game, link, design, image ``` some config about gitalk, please reference to [gitalk](https://github.com/gitalk/gitalk) run `bundle install` and `jekyll server` to preview site on you computer, more question about jekyll, reference to [jekyll](http://jekyllrb.com) ## Developer - [chakhsu](https://github.com/chakhsu) - [lightfish-zhang](https://github.com/lightfish-zhang) ## Thanks - [jekyll](http://jekyllrb.com) git page engine - [pinghsu](https://github.com/chakhsu/pinghsu), a typecho theme, it's a great design. - [gitalk](https://github.com/gitalk/gitalk) git page comment engine, it depends on github issue. - [smoothscroll](https://www.smoothscroll.net/mac/) SmoothScroll will give your mouse wheel (Finder, Safari, Chrome, etc.) buttery smooth scrolling