Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zartre/itkmitl2017wp
ITKMITL 2017 WordPress theme
https://github.com/zartre/itkmitl2017wp
wordpress wordpress-theme
Last synced: about 1 month ago
JSON representation
ITKMITL 2017 WordPress theme
- Host: GitHub
- URL: https://github.com/zartre/itkmitl2017wp
- Owner: zartre
- Created: 2017-09-18T06:20:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T08:38:08.000Z (over 1 year ago)
- Last Synced: 2024-05-22T04:38:33.342Z (7 months ago)
- Topics: wordpress, wordpress-theme
- Language: PHP
- Homepage: https://www.it.kmitl.ac.th
- Size: 17.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ITKMITL 2017 WordPress Theme
A 2017 WordPress theme for Faculty of Information Technology, King Mongkut's Institute of Technology Ladkrabang.## Theme Features
* Gutenberg-ready
* Small codebase
* Responsive
* Kube CSS as the main framework
* Fluidable as the grid framework
* Homepage slider powered by Owl Carousel
* 1 main menu with unlimited in-page menus
* Eng-Thai support via Polylang
* Post archive
* Search
* Featured images in Single and Homepage
* Tons of custom pages
* Customizable splash: an image and a link## WP Plugin Requirements
* [Polylang](https://wordpress.org/plugins/polylang/) - for translation
* [menu shortcode](https://wordpress.org/plugins/menu-shortcode/) - for in-page menus
* [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/) - event management## Development Requirements
* Node + NPM
* Gulp
* WordPress installed on local server## Sass Development
For Sass-related development, edit the files in `src-sass` folder and run `gulp` to enable live compilation of Sass.## JS Development
For JavaScript-related development, edit the file `script/main.src.js` and also run `gulp` to enable live minification.