User Controls

Favorite static site template generator?

  1. #1
    Sophie Pedophile Tech Support
    Since i really enjoy working with NodeJS, Vercel and their Node like NextJS, those are generally my go to. At least for public websites. Since Vercel provides a free CDN as well and is overall pretty versatile.

    I don't do too much web dev, but when i do it's generally a static site for a project, or simple hidden service. Node based solutions are great for that IMO. But there re of course other ways of doing it too.

    Any framework you particularly enjoy using?


    Also, as long as i don't use a DB, i could use pages written in PHP as well right? As long as i have my index.html and PHP pages properly referred as it were. Or am i wrong? If i am technically correct but it takes a lot of hassle to pull off properly, i'd like to learn about the steps to go through in that case as well.

    Thanks guys.
  2. #2
    aldra JIDF Controlled Opposition
    why wouldn't you be able to access a db via php? it has regular sql functions as well as drivers for most others, and frameworks like laravel have the same sort of abstraction drivers that you see in python and shit
  3. #3
    Sophie Pedophile Tech Support
    Because i am talking about a static site. In particular as it relates to hosting it as a hidden service. I can make a site with PHP and a Db as a hidden service but then it wouldn't be a static site.

    As far as static sites go i should be able to do something like this i think


    <!DOCTYPE html>
    <html>
    <head>
    <script> window.location.href="index.php"; </script>
    <meta> http-equiv="refresh" content="0; URL=index.php>
    </head>
    </html>



    Perhaps i am using the term 'static site' in an incorrect manner, which is entirely possible. I can do some web dev but i am not a web developer.
  4. #4
    mmG African Astronaut
    Originally posted by Sophie Because i am talking about a static site. In particular as it relates to hosting it as a hidden service. I can make a site with PHP and a Db as a hidden service but then it wouldn't be a static site.

    As far as static sites go i should be able to do something like this i think


    <!DOCTYPE html>
    <html>
    <head>
    <script> window.location.href="index.php"; </script>
    <meta> http-equiv="refresh" content="0; URL=index.php>
    </head>
    </html>



    Perhaps i am using the term 'static site' in an incorrect manner, which is entirely possible. I can do some web dev but i am not a web developer.

    Why don't you just make a dynamic site with no moving parts?
  5. #5
    Ajax African Astronaut [rumor the placative aphakia]
    What are you wanting to do with said static site? Microsoft Word is surprisingly efficient for static pages and coverts easily to html unless you want to incorporate it with existing framework or templates.
  6. #6
    Sophie Pedophile Tech Support
    Originally posted by Ajax What are you wanting to do with said static site? Microsoft Word is surprisingly efficient for static pages and coverts easily to html unless you want to incorporate it with existing framework or templates.

    Lemme spin up my Windows Server and check if you're right.
Jump to Top