Andrea
Andrea
+1 My aim is to buld an **artist's database**: _work image, work title, work technique, dimensions_... then cross reference this table with a table for _person_ (collectors, curators...) and _exhibitions_...
Thank you @arthuralvim , could you please explain how to use it step-by-step to someone that's not a developer? What file create whit wich extension and where, where to put...
I'm that kind of user: I choose Lektor for its ability to edit from the browser, still being very flexible, but it still leaves a lot to the command line....
live website view - at the moment I have to click on reload button of the browser, it is not autmatically reloaded at any change as other softwares do (hugo,...
@tariquesani wow, yes it does, thank you. But at this point I'm a bit confused: that's what I was expecting with the `server` command. At this point I hardly see...
after a bit of testing here's why you need the server: my link internally are all pointing to directories, I need a server to serve up the relative index.html file,...
@tariquesani that's what I did, the difference between `build `and `server `is that, (if my links are relative to directories, and not files): - **server** renders also pages "index.html" inside...
Ouch I did'nt want to close
Testing with he commands `server`, `build --watch` and with the administrator web interface, I noticed that changes made in the working directory are immediately reflected in the output files (both...
Hi, thank you for answering. My CSS are in \assets\static This is what my standard pages are loading: ``` ``` and of course my modification on the milligram's defaults resides...