/MAK

website for Museum fuer angewandte Kunst

Primary LanguageHTML

About

This is the official repository for the construction of the Website AUSSICHT.SPACE for the upcoming MAK Exhibtion Aus Heutiger Sicht: Diskurse über die Zukunft.

The exhibition has no fixed entrance point: the navigation is randomised.
There is no beginning and no end.
There are no temporal hierarchies during the journey.
Feel free to randomly navigate this space at your leisure.
The search engine and artists list will guide you, should you wish to immediately locate the work of specific contributors.

Dependencies

  1. Git LFS - to deal with the large file sizes | see our Wiki-Entry
  2. Hugo Framework - open source static site generator see our Wiki-Entry
  3. Bootstrap - front-end open source toolkit for CSS

Basic Bash/Shell Commands:

Navigate to Directory
$ cd path/to/directory

Inspect current directory files and folders
$ ls

Create new directory
$ mkdir directoryname

Command to find files larger than x (in current parent and child directory)
$ find . -size +100M | xargs du -sh

Great Platform to learn fundamental Principles of Git

https://learngitbranching.js.org/