From dc78ed72b5fa4cd9f45cb85910ac7df842cf1325 Mon Sep 17 00:00:00 2001 From: Govindas Date: Mon, 7 Feb 2022 14:24:20 +0200 Subject: [PATCH] Update README to reflect latest features --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aadcee5..b2c78e8 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,13 @@ will display as bold. 3. (Optional) Create a file called `navbar` and/or `footer` to have a navigation bar/footer that is added to every generated page file. Example navbar file: ``` -[Home](/) -[About](/about) +Home;Home.page +About;About.page +External Site;https://example.com +Dropdown;#| + Site 1;https://example1.com + Site 2;https://example2.com + FAQ;FAQ.page ``` It also supports HTML, but HTML code will not be formatted as navigation bar automatically. @@ -29,5 +34,5 @@ Note: folder name must be lowercase and spaces must be replaced with `-` charact 5. Run generate.py, it will generate output website files in `website-output` folder. # To-do list -- Better styling support for navigation bar, footer etc. +- Re-think footer - Delete removed page files from website-output during next site generation (Last, to be done on release, so it doesn't disturb development)