cre8ivclick / cre8ivkit
Cre8iv Click's Starterkit
Requires
- php: >=7.1.0
- cre8ivclick/sitemapper: ^1.0
- getkirby/cms: ^3.2
- mullema/k3-panel-view-extended: ^2.2
- omz13/kirby3-wellknown: ^0.2.1
This package is auto-updated.
Last update: 2025-03-07 14:59:39 UTC
README
This is the project repository for the development and maintenance of PROJECTNAME. This project was started in PROJECTYEAR.
Project Organisation
This project uses the Kirby CMS, and follows its directory structure. Stylesheets, script files and static media resources are stored inside the assets
folder. Site templates, view snippets, site content data, as well as all backend-related code is stored in the site
folder.
Languages
- Plain HTML5, with no special requirements.
- LESS, concatenatenated into a single file, compiled into CSS and minified.
- Javascript, concatenated, transpiled with Babel and minified.
- PHP, suitable for deployment in modern servers with PHP ≥ 7.0.
- SQL, for use on a MySQL-compatible RDBMS
Frameworks & Libraries
The frontend templates were built using UIKit, version 3, the currently stable version. This framework was chosen over others, as it has all of the elements needed to realise the conceptual design.
The backend was built with Kirby, version 3. This php-based, flat-file CMS was chosed due to its high-configurability, high compatibility with almost all shared hosting services, extreme ease of maintenance, and a user interface that is fool-proof and highly enjoyable for the client to use.
Development Tools
All development was done on MacOS X.
During the Design phase, site sketches and mockups were made using Figma. Layout placement images used in mockups are from Unsplash.
During the Frontend Development phase, all coding was done in Sublime Text version 3. Post-processing of all project files and automatic compilation of the build
folder, was made with CodeKit, version 3. CodeKit in turn uses several tools internally, such as npm to automatically download and maintain 3rd-party frameworks and libraries, and Babel for transpiling Javascript, among many others.
During the Backend Development phase, we continued coding with Sublime Text, and used MAMP Pro for continual, local testing. Database modelling was done in SQLEditor, version 3, which directly outputs the database forge SQL.
Site Areas & Sections
The site contains a 'Home Page', an internal 'Gobals Section' page (visible only in the site's admin interface), and an 'Error' page. The site also has a Blog, where each article is a sub-page. The site also has a Landing Page builder, which allows the creation of arbitrary pages, as needed.
Site Functionality
The site has built-in integration with Matomo for ethical analytics that is respectful of visitors' privacy. The site also has an auto-generated sitemap, as well as '.wellknown' files - such as robots.txt, humans.txt and security.txt - which should assist with SEO efforts. The site's pages also include structured metadata to help search engine crawlers, OpenGraph data to assist with rich-media sharing in social media sites, and is programmed to maximise TTI (time-to-interaction) speed.