项目作者: floriankapaun

项目描述 :
Webseite für das Klanglabor an der Hochschule Augsburg
高级语言: PHP
项目地址: git://github.com/floriankapaun/klanglabor.git
创建时间: 2021-01-28T14:01:02Z
项目社区:https://github.com/floriankapaun/klanglabor

开源协议:MIT License

下载


Klanglabor Webseite

About

Kirby based website of the Klanglabor.

Architecture

This project is built on top of Kirby’s folder structure.

/assets

Contains CSS, JavaScript and images such as the logo.

/content

This folder contains the content of the website. Kirby is a file-based CMS, which means that it does not use a database, but stores all content in local files.

In production, there are many more files in this folder, but only the essential ones are stored in the repository.

/site

This is the most important folder from the developer’s point of view. It contains the templates, snippets, configuration, controllers and blueprints for the panel (=backend).

/kirby

Kirby CMS’ core – untouched.

/media

This folder is empty. Kirby stores uploaded images, thumbnails and such in the “media” folder automatically.

Setup

To run a local server hosting this website, clone this repository, open your terminal in the repositories folder, and run:

  1. php -S localhost:8000 kirby/router.php