aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 7574c5cfdc2c26faed21445a38a752ccf3754c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!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">
                <header itemscope itemtype="https://schema.org/WPHeader">
                    <nav>
                        <a href="/">Home</a>
                        <a href="#">Archives</a>
                        <a href="#">Categories</a>
                        <a href="#">Tags</a>
                        <a href="#">Atom</a>
                    </nav>
                </header>
                <article itemscope itemtype="https://schema.org/CreativeWork">
                    <header>
                        <h2><a href="#">Simple 1.0.0</a></h2>
                        <small>
                            <time class="entry-date published" itemprop="datePublished" datetime="2021-05-08T05:00:00+02:00">
                                <span>
                                    Posted on November 9, 2021 in <a href="#">News</a>
                                </span>
                            </time> by
                            <span itemprop='author' itemscope itemtype="https://schema.org/Person">
                                <span itemprop="name">
                                    <a href="#" itemprop="url"
                                       title="Article author">Anonymous</a>
                                </span>
                            </span>
                        </small>
                    </header>
                    <div>
                        <div><p><a href="https://c.fridu.us/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://c.fridu.us/">Git</a>.</p>
                        </div>
                        <div class="button-container">
                            <a class="button" href="./post.html">
                                Continue reading
                            </a>
                        </div>
                    </div>
                    <hr>
                </article>
                <footer class="credits" itemscope itemtype="https://schema.org/WPFooter">
                    <p>© 2021 - 2022 | 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>
                    <p>
                        <a itemprop="license" href="/librejs.html" data-jslicense="1">Licencias de JavaScript</a>
                    </p>
                </footer>
            </main>
        </div>
        <script src="dist/js/switch-storage.js"></script>
    </body>
</html>