diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..f1dc066 --- /dev/null +++ b/index.html @@ -0,0 +1,81 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>Simple</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <link rel="stylesheet" href="dist/css/normalize.min.css"> + <link rel="stylesheet" href="dist/css/home.min.css"> + </head> + <body> + <input type="checkbox" class="theme-switch" id="theme-switch"> + <div class="page"> + <aside class="aside"> + <h1 class="title">Simple</h1> + <p class="subtitle">The minimalist Pelican theme</p> + <form class="form" id="site-search" action="/search.html"> + <input type="search" name="q" class="search-box" required placeholder="Type to search..."> + </form> + <nav class="a-nav"> + <ul> + <li><a>about</a></li> + <li><a>contact</a></li> + </ul> + </nav> + <div class="a-social"> + <a href="#">cgit</a> + <a href="#">atom</a> + </div> + </aside> + <main class="main"> + <nav> + <a href="#">Home</a> + <a href="#">Archives</a> + <a href="#">Categories</a> + <a href="#">Tags</a> + <a href="#">Atom</a> + </nav> + <article> + <header> + <h2><a href="#">Simple 1.0.0</a></h2> + <time class="entry-date published" itemprop="datePublished" datetime="2021-05-08T05:00:00+02:00"> + <small> + Posted on November 9, 2021 in <a href="#">News</a> + </small> + </time> + </header> + <div> + <div><p><a href="https://hgit.conocimientoslibres.ga/software/simple.git">Simple theme</a> 1.0.0 first release!</p> + <p>New features include:</p> + <ul> + <li>Dark Theme version</li> + <li>Isso comments support</li> + <li>Tipue Search support</li> + <li>Update translations</li> + </ul> + <p>Fixes include:</p> + <ul> + <li>New social icons</li> + <li>Layout fixes</li> + <li>Compatibility with newer Pelican</li> + </ul> + <p>For more project check our <a href="https://hgit.conocimientoslibres.ga/">Git</a>.</p> + </div> + <div class="button-container"> + <a class="button" href="./post.html"> + Continue reading + </a> + </div> + </div> + <hr> + </article> + <footer class="credits"> + <p>© 2021 - This work is licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.txt" rel="license"> + <abbr title="GNU Affero General Public License version 3 or later"> GNU AGPL-3 </abbr></a> | Mode: <label for="theme-switch" class="switch-label"></label></p> + </footer> + </main> + </div> + <script src="dist/js/switch-storage.js"></script> + </body> +</html> |