-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b973bfb
commit a9f6a40
Showing
15 changed files
with
207 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- Markdown style --> | ||
<link rel="stylesheet" href="/assets/css/github-markdown.css"> | ||
<!-- Theme style --> | ||
<link rel="stylesheet" href="/assets/css/style.css"> | ||
<!-- Import syntax highlighting --> | ||
<link rel="stylesheet" href="/assets/css/native.css"> | ||
<!-- Import icon font --> | ||
<link rel="stylesheet" href="/assets/css/fontello.css"> | ||
<!-- RSS feed --> | ||
<link | ||
rel="alternate" | ||
type="application/rss+xml" | ||
href="feed.xml" | ||
title="Blog" /> | ||
<!-- Begin Jekyll SEO tag v2.8.0 --> | ||
<title>Image Test | Stefan です</title> | ||
<meta name="generator" content="Jekyll v4.3.3" /> | ||
<meta property="og:title" content="Image Test" /> | ||
<meta name="author" content="Stefan" /> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta name="description" content="This is just a post to test out the new image pipeline and GitHub Pages deployment. It will be deleted later." /> | ||
<meta property="og:description" content="This is just a post to test out the new image pipeline and GitHub Pages deployment. It will be deleted later." /> | ||
<link rel="canonical" href="https://exo.pm/2024/03/31/test/" /> | ||
<meta property="og:url" content="https://exo.pm/2024/03/31/test/" /> | ||
<meta property="og:site_name" content="Stefan です" /> | ||
<meta property="og:type" content="article" /> | ||
<meta property="article:published_time" content="2024-03-31T01:15:00+01:00" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="twitter:title" content="Image Test" /> | ||
<script type="application/ld+json"> | ||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Stefan"},"dateModified":"2024-03-31T01:15:00+01:00","datePublished":"2024-03-31T01:15:00+01:00","description":"This is just a post to test out the new image pipeline and GitHub Pages deployment. It will be deleted later.","headline":"Image Test","mainEntityOfPage":{"@type":"WebPage","@id":"https://exo.pm/2024/03/31/test/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://exo.pm/images/bowl2_2x.png"},"name":"Stefan"},"url":"https://exo.pm/2024/03/31/test/"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
|
||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header> | ||
<div id="header-top"> | ||
<a href="https://exo.pm/"> | ||
|
||
<div id="logo"> | ||
<img src="/images/bowl2_2x.png" width="50" alt="Logo"> | ||
</div> | ||
|
||
<div id="title"> | ||
<h1>Stefan です</h1> | ||
<small>Hi there!</small> | ||
</div> | ||
</a> | ||
</div> | ||
<div id="navigation"> | ||
|
||
|
||
<span class="navigation-item"> | ||
<a href="/"> | ||
Home | ||
</a> | ||
</span> | ||
|
||
<span class="navigation-item"> | ||
<a href="/about/"> | ||
About | ||
</a> | ||
</span> | ||
|
||
<span class="navigation-item"> | ||
<a href="/contact/"> | ||
Contact | ||
</a> | ||
</span> | ||
|
||
|
||
</div> | ||
</header> | ||
<section class="markdown-body"> | ||
<h1 class="post-title">Image Test</h1> | ||
<small class="post-info">by Stefan, 31 March 2024</small> | ||
|
||
<div class="post-content"> | ||
<p>This is just a post to test out the new image pipeline and GitHub Pages deployment. It will be deleted later.</p> | ||
|
||
<p><img src="/generated/images/test-800-1b4a193e8.jpg" srcset="/generated/images/test-400-1b4a193e8.jpg 400w, /generated/images/test-600-1b4a193e8.jpg 600w, /generated/images/test-800-1b4a193e8.jpg 800w, /generated/images/test-1000-1b4a193e8.jpg 1000w" /></p> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
<a href='https://exo.pm/'>back to home</a> | ||
|
||
<div class="post-comments"> | ||
<h3>Comments</h3> | ||
<p> | ||
Please don't enter any personal information. All comments are public! You can edit or delete your comment within 15 minutes of submitting it. | ||
</p> | ||
<script data-isso="https://isso.exo.pm/" | ||
data-isso-reply-to-self="true" | ||
data-isso-max-comments-top="10" | ||
src="https://isso.exo.pm/js/embed.min.js"> | ||
</script> | ||
<div id="isso-thread"></div> | ||
<noscript> | ||
In order to see the comments, you need to enable JavaScript in your browser. | ||
This website is hosted on GitHub Pages, so I can't serve the comments dynamically. | ||
The comments are using a self-hosted <a href="https://posativ.org/isso/">Isso</a> instance, | ||
so there's no tracking or anything involved here. 👍 | ||
</noscript> | ||
</div> | ||
|
||
<style> | ||
#isso-thread .input-wrapper { | ||
font-size: 12px; | ||
margin-right: 2px; | ||
} | ||
#isso-thread .textarea:focus { | ||
color: black; | ||
} | ||
#isso-thread > h4 { | ||
color: #C9CACC; | ||
} | ||
#isso-thread input[name="email"], #isso-thread input[name="website"], #isso-thread input[name="preview"] { | ||
display: none; | ||
} | ||
#isso-thread input[type="submit"] { | ||
font-size: 12px; | ||
} | ||
</style> | ||
|
||
</section> | ||
<footer> | ||
|
||
|
||
|
||
<p>Copyright ©2024 Stefan Peters. <a href="/impressum/">Impressum</a>. | ||
<br />Logo made by my flatmate Salo. Thanks. :3</p> | ||
|
||
|
||
</footer> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.