Changeset c43e516
- Timestamp:
- Jan 20, 2020, 12:26:47 AM (5 years ago)
- Branches:
- master
- Children:
- 863f5d5
- Parents:
- 4f85fd0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
.emacs
r4f85fd0 rc43e516 63 63 64 64 :html-head " 65 <link rel=\"shortcut icon\" href=\"/public/favicon. ico\">65 <link rel=\"shortcut icon\" href=\"/public/favicon.png\"> 66 66 <link rel=\"stylesheet\" href=\"/public/css/mini.css\" type=\"text/css\"/> 67 67 <link rel=\"stylesheet\" href=\"/public/css/custom.css\" type=\"text/css\"/> … … 122 122 ;; Set output folder 123 123 (setq httpd-root (concat current-folder "/dist/")) 124 125 (setq org-image-actual-width nil) -
content/index.org
r4f85fd0 rc43e516 2 2 #+OPTIONS: toc:nil 3 3 4 * Посты4 * Статьи 5 5 6 6 #+BEGIN_SRC emacs-lisp :exports results :results html -
content/legal.org
r4f85fd0 rc43e516 52 52 адресу: <http://www.gnu.org/licenses/>. 53 53 54 ** Прочее 55 Favicon сайта, он же файл [[../public/favicon.png][./public/favicon.png]] был модифицирован и 56 распространяется под лицензией Creative Commons Attribution-Share 57 Alike 2.5 Generic ([[https://creativecommons.org/licenses/by-sa/2.5/deed.en][CC BY-SA 2.5]]), автор [[https://de.wikipedia.org/wiki/Benutzer:Jwdietrich2][Benutzer:Jwdietrich2]]. 58 54 59 ** In english 55 60 Same information is available in english at: [[../public/COPYING.txt][COPYING file]] -
content/sitemap.org
r4f85fd0 rc43e516 1 1 #+TITLE: @w96k 2 2 3 - [[file:index.org][@w96k]] 3 4 - [[file:legal.org][legal]] 5 - [[file:about.org][about]] 6 - [[file:404.org][404]] 4 7 - [[file:cv.org][cv]] 5 - [[file:404.org][404]]6 - [[file:about.org][about]]7 - [[file:index.org][@w96k]]8 8 - posts 9 - [[file:posts/reproducible-builds.org][Воспроизводимые сборки]] 9 10 - [[file:posts/libreboot-x200t.org][libreboot-x200t]] 10 11 - [[file:posts/pirogov-o-fp.org][Алексей Пирогов про ФП]] -
public/css/custom.css
r4f85fd0 rc43e516 7 7 max-width: calc(80ch + 4em); 8 8 border-radius: 0.em; 9 margin: 0var(--universal-padding);9 margin: var(--universal-padding); 10 10 padding: 1em; 11 11 background: #fefefe; … … 18 18 } 19 19 20 article h1:first-child, 21 article h2:first-child, 22 article h3:first-child, 23 article h4:first-child, 24 article h5:first-child, 25 article h6:first-child { 20 article h2 { 26 21 margin-top: 0; 27 22 padding: 0; … … 147 142 display: block; 148 143 text-align: left; 149 max-width: 40ch;144 max-width: 38ch; 150 145 } 151 146 … … 184 179 } 185 180 181 .src { 182 background: #2d2d2d; 183 color: #cccccc; 184 border-left: 0.25rem solid #cc99cc; 185 } 186 187 .src::before { 188 display: block; 189 } 190 186 191 .src span { 187 192 font-family: monospace; 188 193 } 194 195 figure { 196 text-align: center; 197 } 198 199 .org-svg { 200 width: auto; 201 }
Note:
See TracChangeset
for help on using the changeset viewer.