From 54e1b7496d6a06c92b030114e9d54019ab4ba87f Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 1 Aug 2023 14:53:11 +0530 Subject: removing programming-resources --- .../frontend/static-site-generators/_index.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 content/docs/programming-resources/web-development/frontend/static-site-generators/_index.md (limited to 'content/docs/programming-resources/web-development/frontend/static-site-generators/_index.md') diff --git a/content/docs/programming-resources/web-development/frontend/static-site-generators/_index.md b/content/docs/programming-resources/web-development/frontend/static-site-generators/_index.md deleted file mode 100644 index 6a59df6..0000000 --- a/content/docs/programming-resources/web-development/frontend/static-site-generators/_index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Static Site Generators -description: My favourite way of building a website -weight: 2 ---- - -Static site generators let you write a template for the website in HTML and let you write the content of the website in another format (markdown, for example) -and turn it into a HTML page with the given template. -I love static site generators because they are easy to use and are very fast since all the HTML files are pre-compiled before you can host them on your server. -It's better than writing the whole website in HTML because if you want to change the layout of the website, editing all the pages one-by-one would take a long time. -Whereas in a static site generator, you can just edit the template file and it'll do the job automatically. - -For small websites/websites without much/any logic, I recommend using a static site generator. This website is written in Hugo, which is awesome. -- cgit v1.2.3