Arch Linux Theme

Arch Linux Theme for Flarum

Compatible with Flarum v1.8.5

Latest release 1.1.0

1,460 downloads

released on Apr 17, 2021

Arch Linux Theme for Flarum

This Flarum extension is specific to forum.archlinux.de. While the code itself is free software, please ensure to adhere to the Arch Linux trademark policy.

Installation

composer require archlinux-de/flarum-theme-archlinux

Optional configuration:

To configure header and footer links add the following entries to /config.php:

<?php return [
    // ...
    'arch' => [
        'home' => 'https://www.archlinux.de/',
        'navbar' => [
            'Start' => 'https://www.archlinux.de/',
            'Pakete' => 'https://www.archlinux.de/packages',
            'Forum' => 'https://forum.archlinux.de/',
            'Wiki' => 'https://wiki.archlinux.de/title/Hauptseite',
            'AUR' => 'https://aur.archlinux.de/',
            'Download' => 'https://www.archlinux.de/download'
        ],
        'navbar_selected' => 'Forum',
        'footer' => [
            'Datenschutz' => 'https://www.archlinux.de/privacy-policy',
            'Impressum' => 'https://www.archlinux.de/impressum'
        ]
    ]
];

© 2024 Hyn by DaniĆ«l "Luceos" Klabbers. All rights reserved. · Extensions and extension information is provided by the respective (copyright holding) authors. · Extiverse is not affiliated to the Flarum project or Flarum foundation. · Images on Extiverse pages are from Unsplash.