Added note about new dark mode

This commit is contained in:
Hal Gatewood 2018-02-23 11:55:23 -06:00 committed by GitHub
parent 8459d973fc
commit 11e992ac88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ At the top of the `index.php` file you have a few settings you can change:
This will be the title of your page and also is set to the meta mitle of the document.
--
`$color = "light";`
Change this variable to `dark` when you are feeling down.
--
`$ignore_file_list = array( ".htaccess", "Thumbs.db", ".DS_Store", "index.php" );`