initial commit, add Publish, add minimal theme, add content
This commit is contained in:
@@ -0,0 +1,538 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
|
||||
<head>
|
||||
<link href="https://gmpg.org/xfn/11" rel="profile" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
|
||||
<!-- Enable responsiveness on mobile devices-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
|
||||
|
||||
<title>
|
||||
|
||||
Blog · felixfoertsch.de
|
||||
|
||||
</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/favicon.png" />
|
||||
<link rel="shortcut icon" href="/favicon.png" />
|
||||
|
||||
<!-- RSS -->
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml" />
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body class="index">
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark navbar-expand-md ">
|
||||
<div class="container-fluid">
|
||||
|
||||
<a class="nav-link navbar-brand " href="/"><img src="/favicon.png" width="30" height="30" alt=""> </a>
|
||||
|
||||
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation-toggle" aria-controls="navigation-toggle" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navigation-toggle">
|
||||
<div class="navbar-nav">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="nav-link" href="/about">About</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="nav-link" href="/repositories">Repositories</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-expanded="false">Categories</a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a class="dropdown-item " href="/category/Design">Design</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a class="dropdown-item " href="/category/Programming">Programming</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a class="dropdown-item " href="/category/Tips">Tips</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a class="dropdown-item " href="/category/summaries">Summaries</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a class="dropdown-item " href="/category/tutorials">Tutorials</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<a class="nav-link" title="Tags" aria-label="Tags" href="/tags">Tags</a>
|
||||
|
||||
<a class="nav-link" title="Subscribe" aria-label="Subscribe" href="/feed.xml">RSS</a>
|
||||
|
||||
<span></span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main class="container py-3">
|
||||
<header class="row py-3">
|
||||
<div class="col">
|
||||
<h1 class="display-1">Blog</h1>
|
||||
</div>
|
||||
</header>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
|
||||
|
||||
<div class="pb-5">
|
||||
|
||||
<div class="card bg-dark p-2">
|
||||
<div class="card-body">
|
||||
|
||||
<h2 class="card-title">
|
||||
<a href="/2019/02/19/How-to-Begin-an-English-Sentence.html">
|
||||
How to Begin an English Sentence
|
||||
</a>
|
||||
</h2>
|
||||
|
||||
<div class="card-text">
|
||||
<div class="card-subtitle mb-2 text-muted">
|
||||
|
||||
<span class="">2019-02-19</span>
|
||||
|
||||
|
||||
<span class="post-categories">
|
||||
|
||||
•
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="/category/tutorials">Tutorials</a>
|
||||
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<p>During the writing of my thesis, I collected some English words you can use two empower your writing style.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<a href="/2019/02/19/How-to-Begin-an-English-Sentence.html" class="btn btn-sm btn-secondary">
|
||||
Read more <svg height="12" class="octicon octicon-chevron-right" viewBox="0 0 16 16" version="1.1" width="12" aria-hidden="true"><path fill-rule="evenodd" d="M6.22 3.22a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 010-1.06z"></path></svg>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pb-5">
|
||||
|
||||
<div class="card bg-dark p-2">
|
||||
<div class="card-body">
|
||||
|
||||
<h2 class="card-title">
|
||||
<a href="/2019/02/15/Use-PIP-via-Bookmarklet.html">
|
||||
Use Picture-in-Picture Mode on Mac and iPad with a Bookmarklet
|
||||
</a>
|
||||
</h2>
|
||||
|
||||
<div class="card-text">
|
||||
<div class="card-subtitle mb-2 text-muted">
|
||||
|
||||
<span class="">2019-02-15</span> •
|
||||
<span class=""><svg height="12" class="octicon octicon-sync" viewBox="0 0 16 16" version="1.1" width="12" aria-hidden="true"><path fill-rule="evenodd" d="M8 2.5a5.487 5.487 0 00-4.131 1.869l1.204 1.204A.25.25 0 014.896 6H1.25A.25.25 0 011 5.75V2.104a.25.25 0 01.427-.177l1.38 1.38A7.001 7.001 0 0114.95 7.16a.75.75 0 11-1.49.178A5.501 5.501 0 008 2.5zM1.705 8.005a.75.75 0 01.834.656 5.501 5.501 0 009.592 2.97l-1.204-1.204a.25.25 0 01.177-.427h3.646a.25.25 0 01.25.25v3.646a.25.25 0 01-.427.177l-1.38-1.38A7.001 7.001 0 011.05 8.84a.75.75 0 01.656-.834z"></path></svg> Updated: 2020-07-20</span>
|
||||
|
||||
|
||||
<span class="post-categories">
|
||||
|
||||
•
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="/category/Tips">Tips</a>
|
||||
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<p><a href="https://twitter.com/SnazzyQ">Quinn</a> from <a href="https://www.youtube.com/channel/UCO2x-p9gg9TLKneXlibGR7w">Snazzy Labs</a> just posted an <a href="https://www.youtube.com/watch?v=cqjpa8-Cp-s">interesting video</a> about some macOS utilities. I love small utilities, but I like it even better, when a problem can be solved with system functions. That is the case here. He mentions Helium - an app to use a form of picture in picture mode for websites that don’t support the native PIP.</p>
|
||||
|
||||
<p>However, there is a better solution! And this solution works on Mac as well as iPad!</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<a href="/2019/02/15/Use-PIP-via-Bookmarklet.html" class="btn btn-sm btn-secondary">
|
||||
Read more <svg height="12" class="octicon octicon-chevron-right" viewBox="0 0 16 16" version="1.1" width="12" aria-hidden="true"><path fill-rule="evenodd" d="M6.22 3.22a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 010-1.06z"></path></svg>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pb-5">
|
||||
|
||||
<div class="card bg-dark p-2">
|
||||
<div class="card-body">
|
||||
|
||||
<h2 class="card-title">
|
||||
<a href="/2018/09/15/Starting-an-Online-Business.html">
|
||||
Basic Things to Consider When Starting an Online Business
|
||||
</a>
|
||||
</h2>
|
||||
|
||||
<div class="card-text">
|
||||
<div class="card-subtitle mb-2 text-muted">
|
||||
|
||||
<span class="">2018-09-15</span> •
|
||||
<span class=""><svg height="12" class="octicon octicon-sync" viewBox="0 0 16 16" version="1.1" width="12" aria-hidden="true"><path fill-rule="evenodd" d="M8 2.5a5.487 5.487 0 00-4.131 1.869l1.204 1.204A.25.25 0 014.896 6H1.25A.25.25 0 011 5.75V2.104a.25.25 0 01.427-.177l1.38 1.38A7.001 7.001 0 0114.95 7.16a.75.75 0 11-1.49.178A5.501 5.501 0 008 2.5zM1.705 8.005a.75.75 0 01.834.656 5.501 5.501 0 009.592 2.97l-1.204-1.204a.25.25 0 01.177-.427h3.646a.25.25 0 01.25.25v3.646a.25.25 0 01-.427.177l-1.38-1.38A7.001 7.001 0 011.05 8.84a.75.75 0 01.656-.834z"></path></svg> Updated: 2019-03-25</span>
|
||||
|
||||
|
||||
<span class="post-categories">
|
||||
|
||||
•
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="/category/summaries">Summaries</a>
|
||||
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<p>This post is a really short excerpt from a flyer I found a while ago. It lists thing you should consider, if you want to try to start an online business. Think about it as a checklist.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<a href="/2018/09/15/Starting-an-Online-Business.html" class="btn btn-sm btn-secondary">
|
||||
Read more <svg height="12" class="octicon octicon-chevron-right" viewBox="0 0 16 16" version="1.1" width="12" aria-hidden="true"><path fill-rule="evenodd" d="M6.22 3.22a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 010-1.06z"></path></svg>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pb-5">
|
||||
|
||||
<div class="card bg-dark p-2">
|
||||
<div class="card-body">
|
||||
|
||||
<h2 class="card-title">
|
||||
<a href="/2018/06/03/Zusammenfassung-Malik.html">
|
||||
Zusammenfassung von Fredmund Maliks Führen, Leisten, Leben
|
||||
</a>
|
||||
</h2>
|
||||
|
||||
<div class="card-text">
|
||||
<div class="card-subtitle mb-2 text-muted">
|
||||
|
||||
<span class="">2018-06-03</span>
|
||||
|
||||
|
||||
<span class="post-categories">
|
||||
|
||||
•
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="/category/summaries">Summaries</a>
|
||||
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<p><a href="https://de.wikipedia.org/wiki/Fredmund_Malik">Fredmund Maliks</a> <a href="https://www.amazon.de/dp/3593501279/">Führen, Leisten, Leben</a> ist ein Management-Standardwerk. Es schildert wichtige Aspekte des Managements und die Philosophie des Autors. Dabei steht vor allem eine These im Zentrum: Gutes Management kann man lernen und ist <strong>keine</strong> gottgegebene Fähigkeit. Das Buch legt dar, wie man diese Fähigkeit lernen kann. Ich habe das Buch gelesen und für Dich zusammengefasst.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<a href="/2018/06/03/Zusammenfassung-Malik.html" class="btn btn-sm btn-secondary">
|
||||
Read more <svg height="12" class="octicon octicon-chevron-right" viewBox="0 0 16 16" version="1.1" width="12" aria-hidden="true"><path fill-rule="evenodd" d="M6.22 3.22a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 010-1.06z"></path></svg>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pb-5">
|
||||
|
||||
<div class="card bg-dark p-2">
|
||||
<div class="card-body">
|
||||
|
||||
<h2 class="card-title">
|
||||
<a href="/2018/05/21/Syncthing-auf-Uberspace.html">
|
||||
Install Syncthing on Uberspace 6 in a Subdomain
|
||||
</a>
|
||||
</h2>
|
||||
|
||||
<div class="card-text">
|
||||
<div class="card-subtitle mb-2 text-muted">
|
||||
|
||||
<span class="">2018-05-21</span> •
|
||||
<span class=""><svg height="12" class="octicon octicon-sync" viewBox="0 0 16 16" version="1.1" width="12" aria-hidden="true"><path fill-rule="evenodd" d="M8 2.5a5.487 5.487 0 00-4.131 1.869l1.204 1.204A.25.25 0 014.896 6H1.25A.25.25 0 011 5.75V2.104a.25.25 0 01.427-.177l1.38 1.38A7.001 7.001 0 0114.95 7.16a.75.75 0 11-1.49.178A5.501 5.501 0 008 2.5zM1.705 8.005a.75.75 0 01.834.656 5.501 5.501 0 009.592 2.97l-1.204-1.204a.25.25 0 01.177-.427h3.646a.25.25 0 01.25.25v3.646a.25.25 0 01-.427.177l-1.38-1.38A7.001 7.001 0 011.05 8.84a.75.75 0 01.656-.834z"></path></svg> Updated: 2020-07-18</span>
|
||||
|
||||
|
||||
<span class="post-categories">
|
||||
|
||||
•
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="/category/tutorials">Tutorials</a>
|
||||
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="alert alert-warning">
|
||||
<h2 class="alert-heading">Uberspace 6 has reached <a href="https://en.wikipedia.org/wiki/End-of-life_(product)">EOL</a></h2>
|
||||
<p>If you want to use Syncthing, you should create an Uberspace 7 and refer to the the <a href="https://lab.uberspace.de/guide_syncthing.html">Syncthing tutorial from the Uberlab</a>!</p>
|
||||
</div>
|
||||
|
||||
<p>This short tutorial explains how to install <a href="https://syncthing.net">Syncthing</a> on a <a href="https://uberspace.de">Uberspace</a>. It is based on the <a href="https://maxhaesslein.de/dachboden/syncthing-auf-uberspace/"><del>Tutorial</del></a> from <a href="http://maxhaesslein.blog">Max Haesslein</a>. Thanks Max!</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<a href="/2018/05/21/Syncthing-auf-Uberspace.html" class="btn btn-sm btn-secondary">
|
||||
Read more <svg height="12" class="octicon octicon-chevron-right" viewBox="0 0 16 16" version="1.1" width="12" aria-hidden="true"><path fill-rule="evenodd" d="M6.22 3.22a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 010-1.06z"></path></svg>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- end of paginator -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="container-fluid py-3">
|
||||
|
||||
<nav aria-label="page navigation">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<ul class="pagination justify-content-center">
|
||||
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="/">←</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="/">1</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="page-item active" aria-current="page">
|
||||
<span class="page-link">
|
||||
2
|
||||
</span>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link" href="#" tabindex="-1" aria-disabled="true">→</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<script src="/assets/js/bootstrap.min.js" crossorigin="anonymous"></script>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user