Is there was a software (preferably on Linux) where I can drag and drop to quickly make a website with HTML and CSS and export the resulting code?
I know of a lot of online site that charge a lot of money for this, but I was hoping that an open source software exists for this.
P.S: I want to make a simple static personal website. Possible have a link from where they can download PDF samples of my writing/ literature / creative work.
Depends, is it a static site? There’s some good projects like this for quickly rolling out something static.
https://gohugo.io/
https://gohugo.io/getting-started/quick-start/
It’s more command-line than click and drop, but maybe it’s close to what you’re looking for?
Hugo is widely used for static resume sites, so I think this could work for you if you’re familiar with command-line Linux.