Shortest Path Problem

We introduce the shortest path problem and summarize some common algorihtms.

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.

Learning Jelly Part 2: Templating Language

This post introduces the concept of templating languages and the Liquid templating language used in Jekyll. We also introduce how to define templating variables in the front matter to control the page layout.


Previous
Next