Changeset 1d577b1 for content


Ignore:
Timestamp:
Aug 29, 2022, 12:53:28 AM (2 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
29d69bd
Parents:
7123feb
Message:

Optimize website

Location:
content
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • content/404.org

    r7123feb r1d577b1  
    33#+BEGIN_EXPORT html
    44<article style="text-align: center; overflow-y: hidden;">
    5   <h2>404
    6     <small>Page not found</small>
    7   </h2>
     5  <h2>404</h2>
     6  <p><small>Page not found</small></p>
    87  <div>
    98    <a class="button" href="/">To main page</a>
    109  </div>
    11   <img id="youmu" src="/public/images/youmu.png">
    1210</article>
    1311#+END_EXPORT
  • content/articles.org

    r7123feb r1d577b1  
    6868    (concat "<ul>" (mapconcat 'make-links list-of-posts "\n") "</ul>")
    6969  #+END_SRC
    70  
    71 * Authors from RSS feed
    72   #+BEGIN_SRC emacs-lisp :exports results :results html
    73     (let ((org-webring-items-total 8)
    74           (org-webring-items-per-source 2)
    75           (org-webring-header nil)
    76           (org-webring-summary-max-length 60)
    77           (org-webring-planet-display-description nil)
    78           (org-webring-display-version nil)
    79           (org-webring-display-attribution nil)
    80           (org-webring-display-generation-time nil)
    81           (org-webring-urls '(;; "http://guix.trop.in/feeds/blog.atom"
    82                               "https://drewdevault.com/blog/index.xml"
    83                               "https://wingolog.org/feed/atom"
    84                               "https://dthompson.us/feed.xml"
    85                               ;;"https://ambrevar.xyz/atom.xml"
    86                               ;; "https://stallman.org/rss/rss.xml"
    87                               "https://static.fsf.org/fsforg/rss/news.xml"
    88                               "https://planet.gnu.org/rss20.xml")))
    89       (org-webring-generate-webring))
    90   #+end_SRC   
  • content/index.org

    r7123feb r1d577b1  
    2020#+BEGIN_EXPORT html
    2121<article>
    22   <div class="row">
    23     <div style="background: #f8f8f8; border: 1px solid rgba(0,0,0,.1); border-radius: 0.25em; box-shadow: 0 1px 2px rgba(0,0,0,.1); padding: 0.5em 1em;">
    24           <img loading="lazy" src="/public/images/w96k.gif" align="left" style="margin-right: 1em; width: 210px;">
    25       <h2 style="background: rgba(0,0,0,.05); border-radius: 0.3em; text-align: center;">Mikhail Kirillov</h2>
    26 
    27       <p>Developer. Profesionally I do mostly web backends.  I like
    28         functional programming, LISP and free software movement.  I use
    29         only libre software on my
    30         librebooted <a href="https://w96k.dev/posts/libreboot-x200t.html">Thinkpad
    31         X200T</a>.  I'm a long-time user of
    32         <a href="http://guix.gnu.org">GNU Guix</a> OS, text editor
    33         <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>
    34         and <a href="https://www.gnu.org/gnu/linux-and-gnu.html">GNU/Linux
    35         systems</a> in general.
    36       </p>
    37 
    38       <ul style="margin-top: 1em; text-align: center;">
    39         <li style="display:
    40         inline-block;"><a href="mailto:w96k.ru@gmail.com"><span class="icon-mail"></span>Email</a> <span style="color:
    41         #ccc;">|</span></li>
    42         <li style="display:
    43         inline-block;"><a href="https://fosstodon.org/@w96k"><span class="icon-share"></span>Mastodon</a> <span style="color:
    44         #ccc;">|</span></li>
    45         <li style="display:
    46         inline-block;"><a href="https://git.sr.ht/~w96k/"><span class="icon-link"></span>Sourcehut</a></li>
    47       </ul>
    48     </div>
    49   </div>
     22  <img loading="lazy" src="/public/images/w96k.ico" align="left" style="margin-right: 1em; width: 95px;">
     23   I'm developer. Profesionally I do mostly web backends.  I like
     24    functional programming, LISP and free software movement and use
     25    only libre software on my
     26    librebooted <a href="https://w96k.dev/posts/libreboot-x200t.html">Thinkpad
     27      X200T</a>.  I'm a long-time user of
     28    <a href="http://guix.gnu.org">GNU Guix</a> OS, text editor
     29    <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>
     30    and <a href="https://www.gnu.org/gnu/linux-and-gnu.html">GNU/Linux
     31      systems</a> in general.
    5032</article>
    5133#+END_EXPORT
Note: See TracChangeset for help on using the changeset viewer.