diff --git a/_config.yml b/_config.yml index c9c5452..89bae43 100755 --- a/_config.yml +++ b/_config.yml @@ -13,4 +13,4 @@ kramdown: input: GFM # Disable auto-generated ID's for headings auto_ids: true - +include: [_pages] diff --git a/_includes/header.html b/_includes/header.html index 3f047a0..1282d64 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -59,7 +59,7 @@
  • News
  • -
  • Left Sidebar
  • +
  • Download
  • Features
  • Two Sidebar
  • No Sidebar
  • diff --git a/_layouts/page.html b/_layouts/page.html index d52d253..eafe244 100755 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,24 +1,14 @@ {% include header.html %} - -
    -
    +
    +
    +
    +
    + {{ content | markdownify }} +
    +
    + +
    +
    - -
    -
    -

    {{ page.title }}

    -

    Posted {{ page.date | date_to_string }}

    -
    -
    -
    -
    - - {{ page.content | markdownify }} -
    -
    -
    -
    -
    -
    {% include footer.html %} diff --git a/_pages/download.md b/_pages/download.md index a64a9a0..de0ae9f 100644 --- a/_pages/download.md +++ b/_pages/download.md @@ -4,4 +4,10 @@ title: Download permalink: /download/ --- -# Download and Install MISP +## Download and Install MISP + +[MISP source code is available on GitHub](https://github.com/MISP/MISP) including documentation and scripts for installation. + +### Requirements + +MISP can be easily installed on any standard GNU/Linux distribution. Installation guides for various distributions are included in the [INSTALL directory](https://github.com/MISP/MISP/tree/2.4/INSTALL). If you did a git clone of MISP for the installation, an [UPDATE procedure is available](https://github.com/MISP/MISP/blob/2.4/INSTALL/UPDATE.txt) to keep your MISP up-to-date.