Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Reflect config changes in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dg01d committed Jun 6, 2018
1 parent 3e55d49 commit 7699a88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion INSTALLATION.md
Expand Up @@ -29,7 +29,10 @@ Then edit the included `configs.php` file to enable various features. The full f
// First some settings for the site
'siteUrl' => 'https://example.com/', // the URL for your site - note trailing slash
'timezone' => 'Europe/London', // http://php.net/manual/en/timezones.php
'mediaPoint' => 'https://media.org/endpoint', // Micropub Media Endpoint
'mediaPoint' => 'https://media.org/endpoint', // Micropub Media Endpoin
'tokenPoint' => 'https://tokens.indieauth.com/token', // IndieAuth Token Endpoint
'storageFolder' => '../content', // the folder to store the posts in
'trashFolder' => '../trash', // the folder to move removed posts into
// Config Block for Twitter
'twitterName' => 'poopyCakes', // your twitter account name, don't use the @
Expand Down

0 comments on commit 7699a88

Please sign in to comment.