Categories / Web

Static Site Generators

I have discussed the difference between static and dynamic web pages in the previous post. In this post, I will write some of my understanding of Jekyll and static site generators.


Static vs Dynamic Web Pages

When we send HTTP requests to the web server, the web server responds to the request and sends the page file (usually with a .html extension) back so that we can view the entire web page in the browser. The way the web server processes and generates the web pages categorizes the web pages into static and dynamic.


Mathjax in Jekyll Notes

Basic usage of MathJax in Jekyll notes and examples of writing math equations.