https://github.com/zartre/itkmitl2017wp
ITKMITL 2017 WordPress theme
https://github.com/zartre/itkmitl2017wp
wordpress wordpress-theme
Last synced: 2 months ago
JSON representation
ITKMITL 2017 WordPress theme
- Host: GitHub
- URL: https://github.com/zartre/itkmitl2017wp
- Owner: zartre
- Created: 2017-09-18T06:20:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T08:38:08.000Z (about 3 years ago)
- Last Synced: 2026-01-12T21:44:40.214Z (6 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.