Initial commit for Hugo site.

This commit is contained in:
Charish Patel
2025-02-20 08:28:31 -05:00
parent 737c448252
commit 045d0c24f3
696 changed files with 91218 additions and 0 deletions
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
<head>
{{ partial "head/scripts.html" . }}
<!-- Content Type -->
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- favicon -->
<link rel="icon" href={{ .Site.Params.favicon | default "/favicon.png" }}>
<!-- META -->
{{ partial "head/meta.html" . }}
<!-- CSS stylesheets -->
{{ partial "head/stylesheets.html" . }}
<!-- Custom style tag for parameterized CSS -->
{{ partial "head/css.html" . }}
</head>