Browse Source

Update README.md

Vova Tkach 6 years ago
parent
commit
8959fede55
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -32,7 +32,10 @@ hosts
 ├────── header.html  # Header
 ├────── index.html   # Template for index page
 ├────── page.html    # Template for any other pages
+├────── robots.txt   # Host robots.txt file
+├────── scripts.js   # Theme scripts file
 ├────── sidebar.html # Can be included in templates
+├────── styles.css   # Theme styles file
 └──── tmp            # Temporary dir for session files
 ```
 Unlimited hosts count. Template variables in [Wiki](https://github.com/vladimirok5959/golang-fave/wiki) or [here](https://github.com/vladimirok5959/golang-fave/wiki/Variables-for-template-($.Data)) and [here](https://github.com/vladimirok5959/golang-fave/wiki/Variables-for-template-($.System)).