From 8492439cdc6765988cb84d38b9abefb9eeba9ea1 Mon Sep 17 00:00:00 2001 From: Paul Houser Date: Mon, 24 Aug 2020 15:54:37 -0700 Subject: [PATCH] updated README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3caf75d..14b4bfe 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,20 @@ A terminal-style home page replicating the tree command. - [ ] Should allow selection of search engine - [x] Should allow for multiple columns - [x] User makes a 'config.yaml' file that is parsed and translated into the HTML - - [ ] Allow setting the font size in the config + - [x] Allow setting the font size in the config - [ ] Install the update script into a `$PATH` directory ```yaml font_size: 15 theme: void -Tree_1: - General: - Google: "https://www.google.com/" - Youtube: "https://www.youtube.com/" - Reddit: - Homepage: "https://www.reddit.com/" - Unixporn: "https://www.reddit.com/r/unixporn/" +tree_1: + general: + google: "https://www.google.com/" + youtube: "https://www.youtube.com/" + reddit: + homepage: "https://www.reddit.com/" + unixporn: "https://www.reddit.com/r/unixporn/" ``` # Themes