Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ttttonyhe/tony
- Owner: ttttonyhe
- License: gpl-3.0
- Created: 2019-02-18T09:15:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T16:24:23.000Z (over 2 years ago)
- Last Synced: 2024-10-15T04:22:53.550Z (25 days ago)
- Topics: 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
- Language: PHP
- Homepage: https://www.ouorz.com
- Size: 1020 KB
- Stars: 572
- Watchers: 14
- Forks: 65
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[中文简介](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
```