I am experimenting a trcick. Why shall I use drupal for a website of 5 static pages ?
Why shall write all the necessary code (old time's way of creating a website ?) ?
Why not to combine both technics ?
What I tried is
1- to create the web site using drupal will all modules needed.
2- then I save all the pages from the browser (File > Save As).
3- change links to pages in all files (use of php in other to "include" pages)
The main advantage is a very light website.
But will that be fine enough ? (because I need now to find a "cool" way for the updated versions of the pages)
To be continued ...