diff options
Diffstat (limited to 'posts/2020-07-26-now-this-is-a-minimal-install.php')
-rw-r--r-- | posts/2020-07-26-now-this-is-a-minimal-install.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/posts/2020-07-26-now-this-is-a-minimal-install.php b/posts/2020-07-26-now-this-is-a-minimal-install.php index 3165b71..7835e0b 100644 --- a/posts/2020-07-26-now-this-is-a-minimal-install.php +++ b/posts/2020-07-26-now-this-is-a-minimal-install.php @@ -1,10 +1,5 @@ -<?php -$title = "Now This is a Minimal Install!"; -if (isset($early) && $early) { - return; -} -include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php'); -?> +<h1>Now This is a Minimal Install!</h1> + <p> I just got done configuring Poudriere on Freebsd 12.1-RELEASE. The |