Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ttttonyhe/tony

An Elegant WordPress Theme Powered by :v:Vue.js 2
https://github.com/ttttonyhe/tony

blog-theme bootstrap4 css3 elegant-wordpress-theme html5 instantclick javascript jquery js php php7 theme tony uikit3 vue vuejs wordpress wordpress-api wordpress-rest-api wordpress-theme

Last synced: 10 days ago
JSON representation

An Elegant WordPress Theme Powered by :v:Vue.js 2

Awesome Lists containing this project

README

        


Tony


An Elegant WordPress Theme Based on Vue.js



forks


stars


license




[中文简介](https://github.com/HelipengTony/tony/blob/master/README_EN.md) | [ENGLISH](https://github.com/HelipengTony/tony/blob/master/README.md)


> This project is not actively maintained, legacy code alert!


### ScreenShot

![Thumbnail_index](https://i.loli.net/2020/01/01/YgNlo9Ts1bjiWR3.jpg)


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


### Installation
```bash
git clone [email protected]:HelipengTony/tony.git
```
+ WordPress Dashboard「Themes」 -> Upload -> Active
+ WordPress Themes folder -> New Folder -> Upload All Files
+ Community 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…


### Changelogs and Releases
[https://github.com/HelipengTony/tony/releases](https://github.com/HelipengTony/tony/releases)


### Dashboard Options
Descriptions are attached below each option


Feature: Automatic Update Checking (v2.0+)

![Thumbnail](https://i.loli.net/2019/02/18/5c6a80530c1b8.png)


### Sponsor me
Your name will be on the list [Sponsors](https://www.ouorz.com/sponsor)


Create an issue whenever you encountered any problem, pull requests are always welcomed.


### Contribution
Source codes can be found in `src` directory.

Rebuild JavaScript files using webpack after modification:
```bash
npm install -g webpack webpack-cli
webpack
```

Rebuild SCSS files using sass after modification:
```bash
gem install sass
sass src/css/style.scss:dist/css/style.css
```