chenlicool / tony

An Elegant WordPress Theme Based on :v:Vue.js | 基于 Vue.js 的简洁一般强大的 WordPress 单栏博客主题

Home Page:https://www.ouorz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tony

An Elegant WordPress Theme Based on Vue.js

forks stars license


ScreenShot


Thumbnail_index


Requirements

  • WordPress 4.4+
  • WP REST API
  • Custom Permalink Structure (e.g. /%post_id%)

Installation

git clone -b build git@github.com:HelipengTony/tony.git
  • WordPress Dashboard「Themes」 -> Upload -> Active
  • WordPress Themes folder -> New Folder -> Upload All Files
  • You may join our QQ group : 454846972

Features

  • Optimized for mobile
  • Based on Vue.js 2.6
  • Comprehensive custom settings
  • Optimized commenting system
  • Beautiful and elegant design
  • Infinite Loading
  • Post quick-view
  • Post embedding
  • Multiple post list styles
  • Multiple page templates
  • Back-to-top button
  • Better searching experience
  • Automatic post index
  • Automatic Dark Mode
  • Reading progress bar
  • Markdown auto rendering
  • Built using Webpack & Scss
  • Archive page
  • Support Gutenberg editor
  • Sticky posts
  • And more…

Change Logs and Release

https://github.com/HelipengTony/tony/releases


Dashboard Options

Descriptions are attached below each option
Feature: Automatic Update Checking (v2.0+)

Thumbnail


Sponsor me

Your name will be on the list Sponsors

Donate


File an issue whenever you encountered any problem

I will reply you as soon as possible


Contribution

Source codes can be found in src/ directory.

Rebuild JS files using webpack after modification:

// if webpack is not installed
npm install -g webpack webpack-cli
webpack

Rebuild SCSS files using sass after modification:

// if sass is not installed
gem install sass
sass src/css/style.scss:dist/css/style.css

About

An Elegant WordPress Theme Based on :v:Vue.js | 基于 Vue.js 的简洁一般强大的 WordPress 单栏博客主题

https://www.ouorz.com

License:GNU General Public License v3.0


Languages

Language:PHP 49.7%Language:SCSS 24.0%Language:JavaScript 18.8%Language:CSS 7.5%