Skip to content

Commit 82f83e6

Browse files
author
GitHub Actions
committed
Deploy derdilla/personal-website to derdilla/personal-website:gh-pages
0 parents  commit 82f83e6

25 files changed

+1074
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Not found</title>
6+
</head>
7+
<body style="background:#000;color:#FFF">
8+
<h1>Nothing to see here, <a style="color:#3dbeff" href="https://derdilla.com">move along</a>.</h1>
9+
</body>
10+
</html>

assets/android-levels.svg

Lines changed: 3 additions & 0 deletions
Loading

assets/btn-progress.svg

Lines changed: 121 additions & 0 deletions
Loading

assets/kinetik-windows-1.webm

1.34 MB
Binary file not shown.

atom.xml

Lines changed: 181 additions & 0 deletions
Large diffs are not rendered by default.

blog-entry.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blog.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blog/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!doctype html><html lang=en><head><meta charset=UTF-8><meta content="width=200,initial-scale=1" name=viewport><meta content=tmp name=description><title>
2+
3+
Blog
4+
5+
</title><style>@import "https://fonts.googleapis.com/css2?family=Varela+Round&display=swap";body,html{color:#fff;text-rendering:optimizelegibility;background:#000;margin:0;font-family:Varela Round,sans-serif;font-style:normal;font-weight:400}main{padding-left:max(3vw,50% - min(max(100ch,30vw),100%)/2);padding-right:max(3vw,50% - min(max(100ch,30vw),100%)/2)}aside{float:right;margin-right:1ch}a{color:#3dbeff}a:visited{color:#007dbd}main+footer{background:#1f1f1f;width:100vw;padding-top:.5em;padding-bottom:.5em}footer .space{flex-wrap:wrap;justify-content:space-around;width:100%;display:flex}footer .space *{padding:10px}footer p{padding:1em}header>:is(h1,h2):has(+time){margin-bottom:-.2em}header>:is(h1,h2)+time{margin-left:.2em;font-size:small}.layout-link-button{width:90%;padding:4px 4px 4px 1em;display:block}.blog article{border-left-style:solid;border-left-width:3px;margin-bottom:2em;padding-left:4px}.blog p{margin-top:.2em;margin-bottom:.2em}.blog>article{border-left-color:#3dbeff;border-radius:1px}.layout-link-button:after{content:"";vertical-align:middle;background:url(/assets/btn-progress.svg) 1em 0/contain no-repeat;width:20px;height:20px;display:inline-block}</style><body><main><h1 class=title>Blog</h1><p>Niche posts about niche subjects so can be shared and get picked up by search engines.<section class=blog><article><header><h2>How many lines of code are in Android 14?</h2><time datetime=2024-08-23>2024-08-23</time></header><p>Here is how I found out that the AOSP has in fact nearly 200 million lines of code and comments.</p><a class=layout-link-button href=https://derdilla.com/blog/size-aosp14/><span style=padding-right:8px>Open</span><img alt="Open post" src=assets/btn-progress.svg width=12px></a></article><article><header><h2>Hacking window movement</h2><time datetime=2024-01-27>2024-01-27</time></header><p>A short tale on the joy of microprojects.</p><a class=layout-link-button href=https://derdilla.com/blog/kinetic-windows/><span style=padding-right:8px>Open</span><img alt="Open post" src=assets/btn-progress.svg width=12px></a></article><article><header><h2>How many lines of code are in Android?</h2><time datetime=2024-01-02>2024-01-02</time></header><p>Here is how I found out that the AOSP has 2.5 million lines of code.</p><a class=layout-link-button href=https://derdilla.com/blog/size-aosp/><span style=padding-right:8px>Open</span><img alt="Open post" src=assets/btn-progress.svg width=12px></a></article></section></main><footer><address class=space><a href=https://derdilla.com>Homepage</a> <a href=mailto:[email protected]>[email protected]</a> <a href=https://github.com/derdilla>GitHub</a></address><div class=space><a href=/rss.xml>RSS-feed</a><a href=/atom.xml>Atom-feed</a></div><p><i>Except where otherwise noted, content on this site is licensed under a <a href=https://creativecommons.org/licenses/by/4.0/>Creative Commons Attribution 4.0</a> International license.</i></footer>

0 commit comments

Comments
 (0)