Designed homepage with about and me equation

This commit is contained in:
2019-02-06 04:43:49 -05:00
parent 39f4e556ff
commit ffca095285
12 changed files with 3468 additions and 71 deletions

View File

@@ -17,8 +17,7 @@
<!-- <link rel="stylesheet" href="{{ "css/style.css" | relURL }}" type="text/css"> -->
{{ $main_sass := resources.Get "sass/main.scss" }}
{{ $main_style := $main_sass | resources.ToCSS }}
<link rel="stylesheet" href="{{ $main_style.Permalink }}" type="text/css">
<!-- <link rel="stylesheet" href="{{ $main_style | relURL }}" type="text/css"> -->
<link rel="stylesheet" href="{{ $main_style.RelPermalink }}" type="text/css">
<!-- <title>
{{ $isHomePage := eq .Title .Site.Title }}
{{ .Title }}