From facf2639d71008249c9ede8e91316adcafd2315c Mon Sep 17 00:00:00 2001 From: blissful Date: Tue, 11 Jun 2024 22:58:26 -0400 Subject: [PATCH] add github & email --- scripts/serve.py | 2 +- src/index.html | 9 ++++++--- src/posts/frontend-build-systems.tex | 10 +++++----- src/posts/template.jinja | 1 - 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/scripts/serve.py b/scripts/serve.py index 09e9bb1..a30b1f9 100755 --- a/scripts/serve.py +++ b/scripts/serve.py @@ -12,7 +12,7 @@ exit(1) os.chdir(p) -PORT = 8080 +PORT = 27771 Handler = http.server.SimpleHTTPRequestHandler with socketserver.TCPServer(("", PORT), Handler) as httpd: print(f"Serving build on http://localhost:{PORT}") diff --git a/src/index.html b/src/index.html index 792995f..4749f81 100644 --- a/src/index.html +++ b/src/index.html @@ -2,15 +2,18 @@ - - sunsetglow + sunset glow
-
sunset glow / under construction
+
sunset glow / under construction :)
+
+ blissful@sunsetglow.net / + azuline@github +
posts:
Exposition of Frontend Build Systems
diff --git a/src/posts/frontend-build-systems.tex b/src/posts/frontend-build-systems.tex index 3df0db7..0d65134 100644 --- a/src/posts/frontend-build-systems.tex +++ b/src/posts/frontend-build-systems.tex @@ -241,15 +241,15 @@ \subsection{Meta-Frameworks} Meta-frameworks provide a curated set of already selected packages, including build tools, that synergize and enable specialized application paradigms. For example, -\href{https://nextjs.org}{\tb{Next.JS}} specializes in Server-Side Rendering (SSR) and -\href{https://remix.run}{\tb{Remix}} specializes in progressive enhancement. +\href{https://nextjs.org}{\textbf{Next.JS}} specializes in Server-Side Rendering (SSR) and +\href{https://remix.run}{\textbf{Remix}} specializes in progressive enhancement. Meta-frameworks typically provide a preconfigured build system, removing the need for you to stitch one together. Their build systems have configurations for both production and development servers. -Like meta-frameworks, build tools like \href{https://vitejs.dev/}{\tb{Vite}} provide preconfigured -build systems for both production and development. Unlike meta-frameworks, they do not force a -specialized application paradigm. They are suitable for generic frontend applications. +Like meta-frameworks, build tools like \href{https://vitejs.dev/}{\textbf{Vite}} provide +preconfigured build systems for both production and development. Unlike meta-frameworks, they do not +force a specialized application paradigm. They are suitable for generic frontend applications. \subsection{Sourcemaps} diff --git a/src/posts/template.jinja b/src/posts/template.jinja index 066db16..f7b61c7 100644 --- a/src/posts/template.jinja +++ b/src/posts/template.jinja @@ -2,7 +2,6 @@ -