Changeset 6596178 for .emacs


Ignore:
Timestamp:
Apr 21, 2022, 7:34:43 AM (3 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
527ee10
Parents:
3cc0a68
Message:

Add guix page. Add Articles page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .emacs

    r3cc0a68 r6596178  
    1010(setq current-folder (file-truename "./"))
    1111
    12 (defvar peertube-iframe-format
    13   ;; You may want to change your width and height.
    14   (concat "<iframe id=\"ivplayer\" type=\"text/html\""
    15           "src=\"https://peervideo.ru/videos/embed/%s\""
    16           " frameborder=\"0\""
    17           " allowfullscreen>%s</iframe>"))
    18 
    1912(defvar youtube-iframe-format
    2013  ;; You may want to change your width and height.
    2114  (concat "<iframe id=\"ivplayer\" type=\"text/html\""
    22           "src=\"https://yewtu.be/embed/%s\""
     15          "src=\"https://youtube.host.w96k.dev/embed/%s\""
    2316          " frameborder=\"0\""
    2417          " allowfullscreen>%s</iframe>"))
     
    9790<header class=\"navbar\">
    9891<a href=\"/\" class=\"button logo\">~w96k</a>
     92<a class=\"button\" href=\"/articles.html\">Articles</a>
    9993<a class=\"button\" href=\"/cv.html\">CV</a>
    10094<a class=\"button\" href=\"/music.html\">Music</a>
    10195<a class=\"button\" href=\"/emacs.html\">Emacs</a>
     96<a class=\"button\" href=\"/guix.html\">Guix</a>
    10297</header>"
    10398
Note: See TracChangeset for help on using the changeset viewer.