-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (55 loc) · 2.85 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>An Experiment in GitHub Pages | Nothing more than this, so far.</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta property="og:title" content="An Experiment in GitHub Pages" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Nothing more than this, so far." />
<meta property="og:description" content="Nothing more than this, so far." />
<link rel="canonical" href="https://rmbaxter67.github.io/" />
<meta property="og:url" content="https://rmbaxter67.github.io/" />
<meta property="og:site_name" content="An Experiment in GitHub Pages" />
<meta property="og:type" content="website" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Nothing more than this, so far.","headline":"An Experiment in GitHub Pages","name":"An Experiment in GitHub Pages","url":"https://rmbaxter67.github.io/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="/assets/css/style.css?v=87a59bfc4b03b04002ea73ad3db4e4ce3485f493">
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" -->
<!-- end custom head snippets -->
</head>
<body>
<a id="skip-to-content" href="#content">Skip to the content.</a>
<header class="page-header" role="banner">
<h1 class="project-name">An Experiment in GitHub Pages</h1>
<h2 class="project-tagline">Nothing more than this, so far.</h2>
</header>
<main id="content" class="main-content" role="main">
<p>Hello, world!</p>
<p>
So a bare-bones index.html file results in a bare-bones rendering .
Absolutely fair enough! So, let's cut and paste the html rendered from the
older version based on config.yaml and see how it looks.
</p>
<p>
Hand-editing HTML is probably very old-fashioned, but that's me to a 'T' :-)
</p>
<p>
Here's a link to <a href='about.html'>about.html</a> which has hopefully been rendered from about.md.
</p>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</main>
</body>
</html>