diff --git a/_docs/10_installation.md b/_docs/10_installation.md index 1bcfcf5..5ec2936 100644 --- a/_docs/10_installation.md +++ b/_docs/10_installation.md @@ -48,6 +48,4 @@ Mediarepo can also be installed from the AUR which is much easier than installing it the manual way (not everyone uses arch tho). All you need to install is the `mediarepo` package for the client and the `mediarepo-daemon` package for the daemon. As both applications are installed in `/usr/bin` the client should be -able to find the daemon executable automatically. - - +able to find the daemon executable automatically. \ No newline at end of file diff --git a/_sass/_utilities.scss b/_sass/_utilities.scss index 98fbcf0..f27fc9d 100644 --- a/_sass/_utilities.scss +++ b/_sass/_utilities.scss @@ -86,6 +86,8 @@ .align-middle { vertical-align: middle; } +.align-top {vertical-align: top;} + /* Padding */ .px-0 { padding-left: 0; padding-right: 0 } .py-0 { padding-top: 0; padding-bottom: 0 } @@ -181,3 +183,7 @@ text-decoration: none !important; } } + +.max-100 { + max-width: 100% !important; +} \ No newline at end of file diff --git a/assets/images/mediarepo-overlapping.png b/assets/images/mediarepo-overlapping.png new file mode 100644 index 0000000..2d1d946 Binary files /dev/null and b/assets/images/mediarepo-overlapping.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..7921424 --- /dev/null +++ b/index.html @@ -0,0 +1,39 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: home +--- + +

+ +
+

Tagging of files

+ Tags can be assigned to files to describe specific + aspects and group them together. +
+
+

Searching by tags and file properties

+ Assigned tags and file properties can be used to + search for files. +
+
+

Sorting by tags and file properties

+ Tag namespaces and file properties can be used for + sorting files. +
+
+

Content addressing

+ Tags are not assigned to the actual file on the + disk but to identifiers made from the files content. +
+
+

Multiple repositories

+ You can have multiple repositories on your system and + access them from your client with ease. +
+
+

Remote repositories

+ You can have repositories on remote system and connect to + those via tcp. +
diff --git a/index.markdown b/index.markdown deleted file mode 100644 index f5fc7f7..0000000 --- a/index.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults - -layout: home ---- - -Coming soon™ - -![](/assets/images/screenshot-1.png) \ No newline at end of file