Some SEO improvements
- meta description - empty robots.txt - changed welcome message on home to h2 - CSS in-line fold pairs
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<div id="about">
|
||||
<!-- <h1 class="headline">About</h1> -->
|
||||
<h1>Hello there!</h1>
|
||||
<h2>Welcome to my site!</h2>
|
||||
<p>
|
||||
Welcome to my site. I'm Kevin Mok - a 2<sup>nd</sup> year Computer Science
|
||||
student at the University of Toronto, and I'm interested in all things Linux-related and
|
||||
I'm Kevin Mok - a 2<sup>nd</sup> year Computer Science
|
||||
student at the University of Toronto, and I'm greatly interested in all things Linux and
|
||||
<a href="https://www.gnu.org/philosophy/floss-and-foss.en.html"
|
||||
target="_blank">FOSS/FLOSS</a>.
|
||||
</p>
|
||||
|
||||
@@ -18,12 +18,13 @@
|
||||
{{ $main_sass := resources.Get "sass/main.scss" }}
|
||||
{{ $main_style := $main_sass | resources.ToCSS }}
|
||||
<link rel="stylesheet" href="{{ $main_style.RelPermalink }}" type="text/css">
|
||||
<!-- <title>
|
||||
<title>
|
||||
{{ $isHomePage := eq .Title .Site.Title }}
|
||||
{{ .Title }}
|
||||
{{ if eq $isHomePage false }} -
|
||||
{{ if eq $isHomePage false }} -
|
||||
{{ .Site.Title }}
|
||||
{{ end }}</title> -->
|
||||
{{ end }}
|
||||
</title>
|
||||
|
||||
<!-- <link rel="shortcut icon" type="image/png" href="imgs/icons/gitlab.png" id="favicon"/> -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ "img/favicon/apple-touch-icon.png" | relURL }}">
|
||||
@@ -34,9 +35,9 @@
|
||||
<meta name="msapplication-TileColor" content="#2b5797">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<title>
|
||||
<!-- <title>
|
||||
{{ .Site.Title }} • ~{{ .Page.RelPermalink }}
|
||||
</title>
|
||||
</title> -->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
@@ -34,9 +34,9 @@
|
||||
</div>
|
||||
|
||||
<!-- <div style="text-align: center;"> -->
|
||||
<!-- <div class="hero-tagline">
|
||||
[>“Live, love and Linux.”<]
|
||||
<p>Live, love and <img src="{{ "/img/linux-icon.svg" | relURL }}"
|
||||
class="icon"
|
||||
alt="linux-icon"/>.</p>
|
||||
</div> -->
|
||||
<!-- <div class="hero-tagline"> -->
|
||||
<!-- [> “Live, love and Linux.” <] -->
|
||||
<!-- <p>Live, love and <img src="{{ "/img/linux-icon.svg" | relURL }}" -->
|
||||
<!-- class="icon" -->
|
||||
<!-- alt="linux-icon"/>.</p> -->
|
||||
<!-- </div> -->
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<div class="equation-part">
|
||||
<a href="https://www.wikiwand.com/en/Arch_Linux" target="_blank">
|
||||
<img src="{{ "img/arch.svg" | relURL }}" alt="linux-logo">
|
||||
<!-- <img src="{{ "img/larbs.png" | relURL }}" alt="linux-logo"> -->
|
||||
</a>
|
||||
<p>+</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user