Changeset a8c08e1


Ignore:
Timestamp:
Oct 31, 2024, 3:42:01 PM (2 weeks ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
a6f4efb
Parents:
7f82568
Message:

Publish immigration blog post

Files:
8 added
5 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r7f82568 ra8c08e1  
    22.git
    33.firebase
     4*.~undo-tree~
     5*~
  • content/about.org

    r7f82568 ra8c08e1  
    2727experience using PHP + Symfony and Javascript.
    2828
     29** Free software
     30I host Trac for my free software projects: https://wkz-devel.org
     31
    2932** Contact
    3033- Email: [[mailto:w96k@runbox.com][w96k@runbox.com]]
  • content/index.org

    r7f82568 ra8c08e1  
    55#+BEGIN_EXPORT html
    66<article>
    7   <img loading="lazy" src="/public/images/w96k.ico" align="left" style="margin-right: 1em; width: 95px;">
    8   I'm developer. Profesionally I do mostly web backends.  I like
    9   functional programming, LISP and free software movement. I use
    10   mostly libre software on my
    11   librebooted <a href="/posts/libreboot-x200t.html">Thinkpad
    12     X200T</a>.  I'm a long-time user of
     7  <img loading="lazy" src="/public/images/w96k.ico" align="left" style="margin-right: 1em; height: 4.5em;">
     8  I'm a developer. Profesionally I do web backends.
     9  I like LISP, free software movement and computing in general.
     10  I use mostly libre software.  I'm a long-time user of
    1311  <a href="http://guix.gnu.org">GNU Guix</a> OS, text editor
    1412  <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>
    1513  and <a href="https://www.gnu.org/gnu/linux-and-gnu.html">GNU/Linux
    16     systems</a> in general. More on <a href="/about.html">about page</a>.
     14    systems</a> in general. More at <a href="/about.html">about</a>.
    1715</article>
    1816#+END_EXPORT
  • content/sitemap.org

    r7f82568 ra8c08e1  
    11#+TITLE: @w96k
    22
     3- [[file:music.org][@w96k: Music]]
     4- [[file:legal.org][@w96k: Legal Information]]
     5- [[file:guix.org][@w96k: GNU Guix]]
     6- [[file:emacs.org][Конфигурация GNU Emacs]]
     7- [[file:donate.org][@w96k: Donations]]
     8- [[file:cv.org][CV]]
     9- [[file:articles.org][@w96k: Articles]]
    310- [[file:404.org][404: Page not found]]
     11- [[file:projects.org][@w96k: Projects]]
    412- [[file:about.org][About website]]
    5 - [[file:articles.org][@w96k: Articles]]
    6 - [[file:cv.org][CV]]
    7 - [[file:emacs.org][Конфигурация GNU Emacs]]
    813- [[file:index.org][@w96k]]
    9 - [[file:guix.org][@w96k: GNU Guix]]
    10 - [[file:donate.org][@w96k: Donations]]
    11 - [[file:legal.org][@w96k: Legal Information]]
    12 - [[file:music.org][@w96k: Music]]
    13 - [[file:projects.org][@w96k: Projects]]
    1414- posts
    1515  - [[file:posts/libreboot-x200t.org][Обзор Lenovo Thinkpad X200T с Libreboot]]
  • public/css/custom.css

    r7f82568 ra8c08e1  
    77}
    88
    9 :link { color: #0000EE; }
    10 :visited { color: #551A8B; }
    11 :visited:hover { color: blue; }
     9a:link { color: #0000EE; }
     10a:visited { color: #551A8B; }
     11a:visited:hover { color: blue; }
    1212
    1313html {
     
    4949    font-weight: 300;
    5050    border-radius: var(--universal-border-radius);
    51     padding: 4px 2.5em;
     51    padding: 4px;
    5252    box-shadow: 0px 2px 0 rgba(0,0,255,.2);
    5353    background: rgba(0,0,255,0.05);
Note: See TracChangeset for help on using the changeset viewer.