Added docs.

This commit is contained in:
aminecmi 2022-05-22 11:04:44 +02:00
parent 2fb3d27910
commit 684f0aace4
5 changed files with 84 additions and 2 deletions

View File

@ -5,6 +5,8 @@
- Basic auth
* Self signed certs
* Timeout + 408
* Timeout + 408
- Clean HTTP login
- Clean HTTP login
- DB loading and actions
- Code cleaning

3
docs/_config.yml Normal file
View File

@ -0,0 +1,3 @@
theme: jekyll-theme-cayman
plugins:
- jekyll-redirect-from

BIN
docs/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
docs/images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

77
docs/index.html Normal file
View File

@ -0,0 +1,77 @@
---
redirect_from: "/ReaderforSelfoss/"
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Reader for Selfoss</title>
<meta name="description" content="A Selfoss RSS Reader">
<meta name="keywords" content="rss,feed,reader,android,free,app,play,store,selfoss,download,opensource,code,kotlin">
<meta name="author" content="Amine Bouabdallaoui">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<style type="text/css">
html {
height: 100%;
}
#main {
width: 100%;
height: 100%;
background-color: #00bfa5;
color: #ffffff;
text-align: center;
margin: 0px;
}
#container {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
}
h1 {
font-size: 22px;
}
h2 {
font-size: 14px;
}
#logo {
height: 100px;
width: auto;
}
#links {
display: flex;
justify-content: space-around;
}
#store img {
width: 100px;
}
#links iframe {
margin-top: 5px;
}
</style>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body id="main">
<div id="container" itemscope itemtype="http://schema.org/SoftwareApplication">
<div id="titles"><h1 itemprop="name">Reader For Selfoss</h1><h2>A new <span itemprop="operatingSystem">Android</span> Selfoss RSS reader</h2></div>
<div>
<img src="images/icon.png" id="logo" itemprop="image">
</div>
<div id="links">
<a class="github-button" href="https://github.com/aminecmi/readerforselfoss" data-size="large" aria-label="Star aminecmi/readerforselfoss on GitHub">Star</a>
</div>
<meta itemprop="url" content="https://github.com/aminecmi/readerforselfoss">
<meta itemprop="applicationCategory" content="News & Magazines">
</div>
</body>
</html>