From 07e4a2dafe248280b5610f8c7d09b0f30b530f54 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 10 Jun 2024 09:41:25 -0400 Subject: Initial modifications to rebuilt only changed files based on mod date, performance updates --- build/posts/base64-all-the-things/index.html | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 build/posts/base64-all-the-things/index.html (limited to 'build/posts/base64-all-the-things/index.html') diff --git a/build/posts/base64-all-the-things/index.html b/build/posts/base64-all-the-things/index.html new file mode 100644 index 0000000..1c03595 --- /dev/null +++ b/build/posts/base64-all-the-things/index.html @@ -0,0 +1,42 @@ + + + + + + + + Base64 All The Things! (Sometimes) + + + + + + + +
+

Base64 All The Things! (Sometimes)

+

2020-03-18

+

An extremely overlooked process for displaying fonts, images, documents, spreadsheets, etc. on the web is the use of base64 encoding. Although it may not be the most efficient (or easy) way to display and include these elements it can be a lifesaver in certain situations.

+ \ No newline at end of file -- cgit v1.2.3-54-g00ecf