Deploy to GitHub pages

This commit is contained in:
github-actions[bot] 2024-09-13 03:38:50 +00:00 committed by GitHub
commit 62b901bd8d
14 changed files with 406 additions and 0 deletions

1
CNAME Normal file
View file

@ -0,0 +1 @@
mywebsite123456789123456789.com

77
atom.xml Normal file
View file

@ -0,0 +1,77 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>My Feed Title</title>
<link href="https://my-site.com/atom.xml" rel="self" />
<link href="https://my-site.com" />
<id>https://my-site.com/atom.xml</id>
<author>
<name>My Name</name>
<email>me@myemail.com</email>
</author>
<updated>2020-09-23T12:00:00Z</updated>
<entry>
<title>¡Hola Mundo!</title>
<link href="https://my-site.com/hola-mundo.html" />
<id>https://my-site.com/hola-mundo.html</id>
<published>2020-09-22T00:00:00Z</published>
<updated>2020-09-23T12:00:00Z</updated>
<summary type="html"><![CDATA[<main>
<article>
<header>
<h1>
<a href="./hola-mundo.html">¡Hola Mundo!</a>
</h1>
<div>
2020-09-22 (updated: 2020-09-23T12:00:00Z)
</div>
</header>
<section>
<p>¡Hola Mundo! ¡Estoy aquí!</p>
<p><img
alt="Grapevines among rolling hills leading to the sea"
src="./images/waiheke-stony-batter.jpg"
height="200"
/></p>
<p>Haskell, por ejemplo:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode haskell"><code class="sourceCode haskell"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ot">toSlug ::</span> <span class="dt">T.Text</span> <span class="ot">-&gt;</span> <span class="dt">T.Text</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>toSlug <span class="ot">=</span></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> T.intercalate (T.singleton <span class="ch">&#39;-&#39;</span>) <span class="op">.</span> T.words <span class="op">.</span> T.toLower <span class="op">.</span> clean</span></code></pre></div>
</section>
</article>
</main>
]]></summary>
</entry>
<entry>
<title>Hello, world!</title>
<link href="https://my-site.com/hello-world.html" />
<id>https://my-site.com/hello-world.html</id>
<published>2020-09-21T00:00:00Z</published>
<updated>2020-09-22T12:00:00Z</updated>
<summary type="html"><![CDATA[<main>
<article>
<header>
<h1>
<a href="./hello-world.html">Hello, world!</a>
</h1>
<div>
2020-09-21 (updated: 2020-09-22T12:00:00Z)
</div>
</header>
<section>
<p>Hello, world! I am here!</p>
<p><img
alt="Grapevines among rolling hills leading to the sea"
src="./images/waiheke-stony-batter.jpg"
height="200"
/></p>
<p>Haskell, for example:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode haskell"><code class="sourceCode haskell"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ot">toSlug ::</span> <span class="dt">T.Text</span> <span class="ot">-&gt;</span> <span class="dt">T.Text</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>toSlug <span class="ot">=</span></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> T.intercalate (T.singleton <span class="ch">&#39;-&#39;</span>) <span class="op">.</span> T.words <span class="op">.</span> T.toLower <span class="op">.</span> clean</span></code></pre></div>
</section>
</article>
</main>
]]></summary>
</entry>
</feed>

1
css/code.css Normal file
View file

@ -0,0 +1 @@
pre>code.sourceCode{white-space:pre;position:relative}pre>code.sourceCode>span{line-height:1.25}pre>code.sourceCode>span:empty{height:1.2em}.sourceCode{overflow:visible}code.sourceCode>span{color:inherit;text-decoration:inherit}div.sourceCode{margin:1em 0}pre.sourceCode{margin:0}@media screen{div.sourceCode{overflow:auto}}@media print{pre>code.sourceCode{white-space:pre-wrap}pre>code.sourceCode>span{text-indent:-5em;padding-left:5em}}pre.numberSource code{counter-reset:source-line 0}pre.numberSource code>span{position:relative;left:-4em;counter-increment:source-line}pre.numberSource code>span>a:first-child::before{content:counter(source-line);position:relative;left:-1em;text-align:right;vertical-align:baseline;border:none;display:inline-block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0 4px;width:4em;background-color:#232629;color:#7a7c7d}pre.numberSource{margin-left:3em;border-left:1px solid #7a7c7d;padding-left:4px}div.sourceCode{color:#cfcfc2;background-color:#232629}@media screen{pre>code.sourceCode>span>a:first-child::before{text-decoration:underline}}code span{color:#cfcfc2}code span.al{color:#95da4c;background-color:#4d1f24;font-weight:bold}code span.an{color:#3f8058}code span.at{color:#2980b9}code span.bn{color:#f67400}code span.bu{color:#7f8c8d}code span.cf{color:#fdbc4b;font-weight:bold}code span.ch{color:#3daee9}code span.cn{color:#27aeae;font-weight:bold}code span.co{color:#7a7c7d}code span.cv{color:#7f8c8d}code span.do{color:#a43340}code span.dt{color:#2980b9}code span.dv{color:#f67400}code span.er{color:#da4453;text-decoration:underline}code span.ex{color:#0099ff;font-weight:bold}code span.fl{color:#f67400}code span.fu{color:#8e44ad}code span.im{color:#27ae60}code span.in{color:#c45b00}code span.kw{color:#cfcfc2;font-weight:bold}code span.op{color:#cfcfc2}code span.ot{color:#27ae60}code span.pp{color:#27ae60}code span.re{color:#2980b9;background-color:#153042}code span.sc{color:#3daee9}code span.ss{color:#da4453}code span.st{color:#f44f4f}code span.va{color:#27aeae}code span.vs{color:#da4453}code span.wa{color:#da4453}

1
css/default.css Normal file
View file

@ -0,0 +1 @@
:root{font-size:62.5%;box-sizing:border-box;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:inherit}html,body{min-height:100vh}body{font-kerning:normal;-moz-font-feature-settings:"kern","liga","clig","calt";-ms-font-feature-settings:"kern","liga","clig","calt";-webkit-font-feature-settings:"kern","liga","clig","calt";font-feature-settings:"kern","liga","clig","calt";scroll-behavior:smooth;font-size:2rem}body,input,button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2{font-family:"Palatino Linotype","Book Antiqua",Palatino,serif}h1{font-size:4.0rem}h2{font-size:2.6rem}small,p{font-family:Tahoma,Arial,sans-serif}small{font-size:1.6rem;font-style:italic}p{font-size:1.8rem}pre.sourceCode{padding:2rem 1.5rem}

BIN
favicon.ico Normal file

Binary file not shown.

75
hello-world.html Normal file
View file

@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello, world!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I announce myself to the world">
<meta name="author" content="My name">
<meta name="keywords" content="hello, announcement">
<meta property="og:site_name" content="My Site Name">
<meta property="og:title" content="Hello, world!">
<meta property="og:url" content="https://my-site.com/hello-world.html">
<meta property="og:description" content="I announce myself to the world">
<meta property="og:image" content="https://my-site.com./images/waiheke-stony-batter.jpg">
<meta property="og:type" content="article">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:image" content="https://my-site.com./images/waiheke-stony-batter.jpg">
<meta property="twitter:site" content="My Site Name">
<meta property="twitter:title" content="Hello, world!">
<meta property="twitter:description" content="I announce myself to the world">
<meta property="twitter:creator" content="@MyName">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="canonical" href="https://my-site.com/hello-world.html">
<link rel="alternate" href="./atom.xml" title="My Feed Title" type="application/atom+xml">
<link rel="alternate" href="./rss.xml" title="My Feed Title" type="application/rss+xml">
<link rel="stylesheet" href="./css/default.css" />
<link rel="stylesheet" href="./css/code.css" />
</head>
<body>
<main>
<article>
<header>
<h1>
<a href="./hello-world.html">Hello, world!</a>
</h1>
<div>
2020-09-21 (updated: 2020-09-22T12:00:00Z)
</div>
</header>
<section>
<p>Hello, world! I am here!</p>
<p><img
alt="Grapevines among rolling hills leading to the sea"
src="./images/waiheke-stony-batter.jpg"
height="200"
/></p>
<p>Haskell, for example:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode haskell"><code class="sourceCode haskell"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ot">toSlug ::</span> <span class="dt">T.Text</span> <span class="ot">-&gt;</span> <span class="dt">T.Text</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>toSlug <span class="ot">=</span></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> T.intercalate (T.singleton <span class="ch">&#39;-&#39;</span>) <span class="op">.</span> T.words <span class="op">.</span> T.toLower <span class="op">.</span> clean</span></code></pre></div>
</section>
</article>
</main>
<script defer src="./js/script.js"></script>
</body>
</html>

75
hola-mundo.html Normal file
View file

@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="es">
<head>
<title>¡Hola Mundo!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Me anuncio al mundo">
<meta name="author" content="Mi nombre">
<meta name="keywords" content="hola, anuncio">
<meta property="og:site_name" content="My Site Name">
<meta property="og:title" content="¡Hola Mundo!">
<meta property="og:url" content="https://my-site.com/hola-mundo.html">
<meta property="og:description" content="Me anuncio al mundo">
<meta property="og:image" content="https://my-site.com./images/waiheke-stony-batter.jpg">
<meta property="og:type" content="article">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:image" content="https://my-site.com./images/waiheke-stony-batter.jpg">
<meta property="twitter:site" content="My Site Name">
<meta property="twitter:title" content="¡Hola Mundo!">
<meta property="twitter:description" content="Me anuncio al mundo">
<meta property="twitter:creator" content="@MiNombre">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="canonical" href="https://my-site.com/hola-mundo.html">
<link rel="alternate" href="./atom.xml" title="My Feed Title" type="application/atom+xml">
<link rel="alternate" href="./rss.xml" title="My Feed Title" type="application/rss+xml">
<link rel="stylesheet" href="./css/default.css" />
<link rel="stylesheet" href="./css/code.css" />
</head>
<body>
<main>
<article>
<header>
<h1>
<a href="./hola-mundo.html">¡Hola Mundo!</a>
</h1>
<div>
2020-09-22 (updated: 2020-09-23T12:00:00Z)
</div>
</header>
<section>
<p>¡Hola Mundo! ¡Estoy aquí!</p>
<p><img
alt="Grapevines among rolling hills leading to the sea"
src="./images/waiheke-stony-batter.jpg"
height="200"
/></p>
<p>Haskell, por ejemplo:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode haskell"><code class="sourceCode haskell"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ot">toSlug ::</span> <span class="dt">T.Text</span> <span class="ot">-&gt;</span> <span class="dt">T.Text</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>toSlug <span class="ot">=</span></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> T.intercalate (T.singleton <span class="ch">&#39;-&#39;</span>) <span class="op">.</span> T.words <span class="op">.</span> T.toLower <span class="op">.</span> clean</span></code></pre></div>
</section>
</article>
</main>
<script defer src="./js/script.js"></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

71
index.html Normal file
View file

@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello, world!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="This is me saying hello to the world">
<meta property="og:site_name" content="My Site Name">
<meta property="og:title" content="Hello, world!">
<meta property="og:url" content="https://my-site.com/index.html">
<meta property="og:description" content="This is me saying hello to the world">
<meta property="og:image" content="https://my-site.com./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg">
<meta property="og:type" content="website">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:image" content="https://my-site.com./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg">
<meta property="twitter:site" content="My Site Name">
<meta property="twitter:title" content="Hello, world!">
<meta property="twitter:description" content="This is me saying hello to the world">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="canonical" href="https://my-site.com/index.html">
<link rel="alternate" href="./atom.xml" title="My Feed Title" type="application/atom+xml">
<link rel="alternate" href="./rss.xml" title="My Feed Title" type="application/rss+xml">
<link rel="stylesheet" href="./css/default.css" />
<link rel="stylesheet" href="./css/code.css" />
</head>
<body>
<header>
<h1>Hello, world!</h1>
<img
alt="A woman sitting on a bench amongst trees at the end of a boardwalk leading to a pond with mountains in the background"
src="./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
height="300"
/>
</header>
<main>
<section>
<h2>Blog Posts</h2>
<ul>
<li>
<div><a href="./hola-mundo.html">¡Hola Mundo!</a></div>
<small>2020-09-22</small>
</li>
<li>
<div><a href="./hello-world.html">Hello, world!</a></div>
<small>2020-09-21</small>
</li>
</ul>
</section>
</main>
<script defer src="./js/script.js"></script>
</body>
</html>

3
js/script.js Normal file
View file

@ -0,0 +1,3 @@
;(function() {
console.log('Hello, world!');
})();

2
robots.txt Normal file
View file

@ -0,0 +1,2 @@
User-agent: *
Disallow:

77
rss.xml Normal file
View file

@ -0,0 +1,77 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>My Feed Title</title>
<link>https://my-site.com</link>
<description><![CDATA[My Site Description]]></description>
<atom:link href="https://my-site.com/rss.xml" rel="self"
type="application/rss+xml" />
<lastBuildDate>2020-09-23T12:00:00Z</lastBuildDate>
<item>
<title>¡Hola Mundo!</title>
<link>https://my-site.com/hola-mundo.html</link>
<description><![CDATA[<main>
<article>
<header>
<h1>
<a href="./hola-mundo.html">¡Hola Mundo!</a>
</h1>
<div>
2020-09-22 (updated: 2020-09-23T12:00:00Z)
</div>
</header>
<section>
<p>¡Hola Mundo! ¡Estoy aquí!</p>
<p><img
alt="Grapevines among rolling hills leading to the sea"
src="./images/waiheke-stony-batter.jpg"
height="200"
/></p>
<p>Haskell, por ejemplo:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode haskell"><code class="sourceCode haskell"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ot">toSlug ::</span> <span class="dt">T.Text</span> <span class="ot">-&gt;</span> <span class="dt">T.Text</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>toSlug <span class="ot">=</span></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> T.intercalate (T.singleton <span class="ch">&#39;-&#39;</span>) <span class="op">.</span> T.words <span class="op">.</span> T.toLower <span class="op">.</span> clean</span></code></pre></div>
</section>
</article>
</main>
]]></description>
<pubDate>Tue, 22 Sep 2020 00:00:00 UT</pubDate>
<guid>https://my-site.com/hola-mundo.html</guid>
<dc:creator>My Name</dc:creator>
</item>
<item>
<title>Hello, world!</title>
<link>https://my-site.com/hello-world.html</link>
<description><![CDATA[<main>
<article>
<header>
<h1>
<a href="./hello-world.html">Hello, world!</a>
</h1>
<div>
2020-09-21 (updated: 2020-09-22T12:00:00Z)
</div>
</header>
<section>
<p>Hello, world! I am here!</p>
<p><img
alt="Grapevines among rolling hills leading to the sea"
src="./images/waiheke-stony-batter.jpg"
height="200"
/></p>
<p>Haskell, for example:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode haskell"><code class="sourceCode haskell"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ot">toSlug ::</span> <span class="dt">T.Text</span> <span class="ot">-&gt;</span> <span class="dt">T.Text</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>toSlug <span class="ot">=</span></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> T.intercalate (T.singleton <span class="ch">&#39;-&#39;</span>) <span class="op">.</span> T.words <span class="op">.</span> T.toLower <span class="op">.</span> clean</span></code></pre></div>
</section>
</article>
</main>
]]></description>
<pubDate>Mon, 21 Sep 2020 00:00:00 UT</pubDate>
<guid>https://my-site.com/hello-world.html</guid>
<dc:creator>My Name</dc:creator>
</item>
</channel>
</rss>

23
sitemap.xml Normal file
View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>https://my-site.com</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://my-site.com/hola-mundo.html</loc>
<lastmod>2020-09-23T12:00:00Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://my-site.com/hello-world.html</loc>
<lastmod>2020-09-22T12:00:00Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
</urlset>