luokangyuan / ghost-theme-mj

This is a beautiful ghost blog theme,这是一个漂亮的Ghost博客主题。

Home Page:http://luokangyuan.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HitCount GitHub issues GitHub license Download GitHub forks GitHub stars

中文说明 | DEMO

一、ghost-theme-mj themeIntroduction

This is aGhost blog theme. Ghost blog is a very good writing platform. This is recommended by many people on major websites. I believe you already have your own Ghost blog. If you don't have your own blog, be prepared. To build, you can refer to my build blog tutorial, Ghost blog build, if you have already set up, then let's take a look,

1.1.Ghost Introduction to the theme function

  • Blog post home display function
  • Article classification function
  • Article based on time archiving function
  • Add a reward at the end of the article
  • Add website access statistics at the bottom of the homepage
  • Integrated article sharing
  • Integrated fork me on github function
  • Add big link page
  • Add author information (you can provide authorship to people who don't have a blog site)
  • Increase the sponsorship wall (personal public information display of the person who will be rewarded)
  • Add about my page (analyze author's abilities and growth based on the number of articles, categories, time, etc. published by the author)
  • Increase article directory function
  • Increase pet function (promoting pet growth based on the number of articles)
  • Integrated code highlighting
  • Article details integrated TOC function
  • Article archiving adds statistical analysis capabilities, based on the number of articles published by the author, the label analyzes areas in which the author excels

1.2.Screenshot of the theme section

Home

image-20181125103346641

Article details page

image-20181125103640360

Article classification page

image-20181125103935427

Article archive page

image-20181125104020795

Big page

image-20181125110357139

1.3.Instructions

method one: Download the zip package and upload the theme package in the ghost background.

Method Two: Use the git command to download in the theme directory, the recommended method one

configuration information

Modify profile /var/www/ghost/content/settings$ vim routes.yaml

routes:
  /about/me/: about-me
  /articles/classification/: articles-classification
  /articles/file/: articles-file
  /recard/list/people/: recard-list-people
  /friend/ship/: friend-ship
collections:
  /:
    permalink: /{slug}/
    template:
      - index

taxonomies:
  tag: /articles/classification/{slug}/
  author: /author/{slug}/
git clone git@github.com:luokangyuan/ghost-theme-mj.git

二、Written in the last words

2.1.Don't forget to thank others

2.2.recommended topic

2.3.Description

Other functions are being developed. Due to the overtime hours of work, but the theme of perfecting for half an hour every night, if you feel good, welcome to a start support, the project addressghost-theme-mj, if you support Leave your name, I will write to the sponsorship wall, don't forget everyone who gives me help and support in my life, thank you! ! !

About

This is a beautiful ghost blog theme,这是一个漂亮的Ghost博客主题。

http://luokangyuan.com/

License:MIT License


Languages

Language:CSS 41.1%Language:HTML 32.4%Language:JavaScript 26.6%