diff --git a/readme.md b/readme.md index 09ef352d..fb8ce775 100644 --- a/readme.md +++ b/readme.md @@ -39,5 +39,9 @@ $ php artisan migrate Now we need to edit some config values. In `config/app.php` edit `name`, and in `config/syndication.php` edit it to the appropriate values or set targets to `null`. +Some other things that should be changed. Go to `resources/views/master.blade.php`, +you may not want to link to a projects page. Also in the `` the two last links +are to my profile pic and pgp key, ammend/remove as desired. + Now point your server to `public/index.php` and viola. Essentially this is a Laravel app so debugging things shouldn’t be too hard.