Customizing Linkity
Linkity is built to be expanded upon with new features and designs. This page describes the files Linkity uses.
The File Structure
Simple Customizations
Say you'd like to change the background the homepage displays, all you'd have to do is open index.php
and set the background img
's src
to your background's URL.
Similarly, you can make design changes just by changing the CSS & HTML of these files.
Advanced Customizations
Say you'd like to build a multiple user system, you'd have to change the functions in libs/linkity.php
and customize the admin dashboard.
If you need any help, we're always here to help, just shoot us an email at hello@devuncoded.com.
Last updated