Compare commits
33 Commits
hugo
...
5ac2cf8632
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ac2cf8632 | ||
|
|
bd7be47ff9 | ||
|
|
808e4df573 | ||
|
|
0ab0f9d0ec | ||
|
|
dd50a134ec | ||
|
|
56a09d4593 | ||
|
|
eaf4f0444a | ||
|
|
7efb329ba5 | ||
|
|
d952a8e9bc | ||
|
|
e9b2298c78 | ||
|
|
454ec4350a | ||
|
|
129bfeb3e7 | ||
|
|
fba8a611e3 | ||
|
|
c77bf8fff9 | ||
|
|
ca556b1243 | ||
|
|
64b3ddb238 | ||
|
|
e3506f9f4c | ||
|
|
bb2cba781b | ||
|
|
a9fce04e16 | ||
|
|
dc951d1590 | ||
|
|
d12056092a | ||
|
|
3689c9a6e9 | ||
|
|
d920c28dfe | ||
|
|
f9c877431e | ||
|
|
6251993def | ||
|
|
292c4bc948 | ||
|
|
0d58d53743 | ||
|
|
6d64934677 | ||
|
|
37fc8c1f1f | ||
|
|
ca7a650ba6 | ||
|
|
01efcb6210 | ||
|
|
76a33703bf | ||
|
|
c5e4134782 |
14
.gitattributes
vendored
Normal file
14
.gitattributes
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
content/images/placeholder/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/portfolio/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/2008-03-workfest/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/2016-10-04-pi-pan-tilt-2/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/2016-10-12-pi-pan-tilt-3/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/2016-09-25-pi-pan-tilt-1/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/2010-12-cyanotypes/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/2010-12-macro/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/2011-06-slide-film/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/2008-04-work/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/2008-05-hardware/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/2010-11-venue222/** filter=lfs diff=lfs merge=lfs -text
|
||||
content/images/2007-2008-old-wordpress/** filter=lfs diff=lfs merge=lfs -text
|
||||
static/gatech_notes/** filter=lfs diff=lfs merge=lfs -text
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -34,5 +34,4 @@ Temporary Items
|
||||
|
||||
*~
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
/public
|
||||
|
||||
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
image: monachus/hugo
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
pages:
|
||||
script:
|
||||
- hugo
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
@@ -1,2 +0,0 @@
|
||||
[lfs]
|
||||
url = https://5f7bd828-f7e2-4481-83c3-178851380a2b.netlify.app/.netlify/large-media
|
||||
34
config.toml
34
config.toml
@@ -9,6 +9,9 @@ languageCode = "en-us"
|
||||
|
||||
theme = "hugo-notepadium"
|
||||
|
||||
# This is for when I am running on GitLab's URL:
|
||||
relativeURLs = true
|
||||
|
||||
#PygmentsCodeFences = true
|
||||
#PygmentsStyle = "monokai"
|
||||
|
||||
@@ -34,6 +37,8 @@ use = "mathjax" # option: "katex", "mathjax". default: "katex"
|
||||
# "none", or "categories"
|
||||
# If you have too many categories to fit in the top nav menu, set this to "none"
|
||||
topmenu="categories"
|
||||
style="auto"
|
||||
#slogan="slogan whatever"
|
||||
|
||||
# none of this is taking any effect despite
|
||||
# https://gohugo.io/getting-started/configuration-markup#highlight:
|
||||
@@ -51,8 +56,12 @@ use = "mathjax" # option: "katex", "mathjax". default: "katex"
|
||||
# tabWidth = 4
|
||||
|
||||
[params.nav]
|
||||
showCategories = true # /categories/
|
||||
showTags = true # /tags/
|
||||
#showCategories = true # /categories/
|
||||
#showTags = true # /tags/
|
||||
|
||||
[[params.nav.custom]]
|
||||
title = "Home"
|
||||
url = "/"
|
||||
|
||||
[[params.nav.custom]]
|
||||
title = "Posts"
|
||||
@@ -66,15 +75,24 @@ url = "/about"
|
||||
title = "Links"
|
||||
url = "/links"
|
||||
|
||||
[[params.nav.custom]]
|
||||
title = "Old Crap"
|
||||
url = "/old_crap"
|
||||
|
||||
# Big TODO: Move this elsewhere.
|
||||
[[params.nav.custom]]
|
||||
title = "Works"
|
||||
url = "/works/front"
|
||||
|
||||
[[params.nav.custom]]
|
||||
title = "Hugo"
|
||||
url = "https://gohugo.io/"
|
||||
title = "Archive"
|
||||
url = "/archive"
|
||||
|
||||
# Disable these for now until I fix the tags/categories a bit:
|
||||
# [[params.nav.custom]]
|
||||
# title = "Tags"
|
||||
# url = "/tags"
|
||||
|
||||
# [[params.nav.custom]]
|
||||
# title = "Categories"
|
||||
# url = "/categories"
|
||||
|
||||
#[[params.nav.custom]]
|
||||
#title = "Hugo"
|
||||
#url = "https://gohugo.io/"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1228632f316bb4be07a77800df0f72d81a2f48cdce45f5476faa2420f1e56c3
|
||||
size 9963
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/010.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/010.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a1ee34e1dba36c1053672a31dd66168a36032c6b737c46e7bdc015eb1389366
|
||||
size 130012
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/011.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/011.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74c0c7ba96d7472fef8c28a08b0b744347e140ec6da68affaa8bad61c9f00c8a
|
||||
size 42021
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee264a71f995719f0ca43f6aa22650a60461e1137e8579aac6305f0baf5f4c19
|
||||
size 1659
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:594a782ba14e99c6d59af6ddb2daa5a7df2d06827c19b0b75e5cabed09c22bf7
|
||||
size 1662
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6253.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6253.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb88a5ead381cfb87a901600c34b9e6efe12c3d88e068bbd22525119afac43a7
|
||||
size 246636
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6262.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6262.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d68440268b1ee3787f5d0b1b42e3bc3465006ee9392b5ff358350d6f7eed63ea
|
||||
size 188906
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6282.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6282.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f75c3701656f8d5b786e67f14a1e1d605ea1db81bdb0eb7df59a6f6785da01a
|
||||
size 600283
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6285.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6285.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74e084457107bbd25477aa6ad6e30adbe5824b7449a323796ac68c5de42e8e5c
|
||||
size 346877
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6289.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6289.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af20e3bc438154dcbd210dfedd8ff8377e56250f4b255b60cf1bd000357015b6
|
||||
size 311293
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6292.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6292.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:383ecb64e222a1b20118c6614712e3af52c88cc4769033d49f84db328579084d
|
||||
size 533566
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6306.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6306.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd05409dde54f27dd406b99ea083db650958589d84c59dd93b931beff2b7ebeb
|
||||
size 518806
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6310.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6310.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b07b949c035b67eec7af27d2164348f3e65072c8e6d4da7030058905ddfca871
|
||||
size 502828
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6318.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6318.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2767ebb33da8421101b0cb937135759fab9b5d5b31e85379270fcb2e15bfa4c
|
||||
size 507591
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6338.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6338.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:016356a6a45adc7accfacb0286ad020e194b02507977e09a00e7a3df39c40363
|
||||
size 613265
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6341.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6341.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d1c0f450a35d12af9c68ec12c9c9c13896b92d6b778096e8830a16c3895f900
|
||||
size 656167
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6348.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6348.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfeb888178db185f38fc0b9c4b455642dbcbffadfd4bfdf83d38ca0e3669c0b9
|
||||
size 200126
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6367e.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6367e.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6e48f2510e61ef5ee8d438eea8bf4f67e05e6b758cefae3c01340b7d5091754
|
||||
size 367811
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6369e.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6369e.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db255406e4f5906d2a83d843257c9c81cecd80b855758fa9aeb62fcd7374176e
|
||||
size 411679
|
||||
3
content/images/2007-2008-old-wordpress/2008/03/6389e.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/03/6389e.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8149b51ada2dcc09d82ebef9a8c06e85c807ef53094871fc9f3600bbd9400470
|
||||
size 511336
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee1ed7a34226838fa95701656439c2357fd1c89adda12caf3822505ddedfedc1
|
||||
size 309406
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82174c322c982c4c07482d6675aa07769f75c318bd5f1e0f41769b8a18669d3e
|
||||
size 177703
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3117a2403dc1ed9e3a2d7b49c938711afccf43f390fdf7145eda51130fb157d
|
||||
size 58417
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb4e73efd82c4291fec7d37d4520628e69f7f91a73fd0e6c787503b35abb4add
|
||||
size 46941
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bb8eaba0de7afa4c6350d64baed05da2e60f88e834e044a5151c492be5e91ec
|
||||
size 99310
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac596b522ae8f6c6c88b5c84ef7330708ffc9cb8fe78b5ba453866551c699fe3
|
||||
size 35076
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:319fddbd74c8bf59d1c9a14532dbd4a97f0d5787905abbeb34c6010903f68c08
|
||||
size 1131
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:813844cffbb96eafb9ec80e089240fb48a02b3b35cb428ee884643765c647c8b
|
||||
size 84489
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:185a797b72a3307fd6587f6b32f980cb5bd4c3efff2e6b74a14e68b75b8b91ab
|
||||
size 13290
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65343f4a20c456ea1e213be3b35dcab1d5e81669be07fd3b0f61c5ab4d54c7aa
|
||||
size 1240025
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:473c5410a05c34d98a111f414d33811483bbc3d75f39e4a52a6db17bb6f0ab22
|
||||
size 1483840
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c5233d3b06feb2cc890aa6bc29b43d90c84ad8c27f0f59ead58c055f0f030cd
|
||||
size 40741
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14a661ef11496fc8d4b1de875755a30a104ec800799dd66597d201868935b220
|
||||
size 204981
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aad6d02789df25b1b5c953d0592ee21bc32f6a8706cdd5405d5572a125f77c32
|
||||
size 144098
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5add7c4b8b53a8215e6dcb959eb43898cb6d22ecf72af16d3260872761244b4b
|
||||
size 289134
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a72bf1aade2b1a83bf39432337546d6b8d200eaae707b7ef921367bf7b94a8a
|
||||
size 90037
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ffa6cc7a87b446e7b74282ee895c0a888d48bbdcf83565e00518810438d4dbd
|
||||
size 64099
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6dd9703f272c0a2e621081755ec12eb8a25d1dd546f7c4a01c1d2275aee0302
|
||||
size 229993
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce74e0d1c2785bdf443c6f37d995263cc80332eb68f24e3ced0a2bee16ea5a78
|
||||
size 36810
|
||||
3
content/images/2007-2008-old-wordpress/2008/04/6422e.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/04/6422e.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0d92f39a7a0361e0e0f42a30461b6bd2ba509a436d431d3d1014d74ecebb845
|
||||
size 512139
|
||||
3
content/images/2007-2008-old-wordpress/2008/04/6425e.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/04/6425e.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:830bbbd2402cc38d1f1ce76b8ddb2328e395f013b0fceeaaa7de7e2e16fd9c5e
|
||||
size 321210
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d6756a07298b24b03bd670665191945a27206934c8f38c2eac52b870b3b88c7
|
||||
size 198867
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f133e0a5a2b2c1dd5083e721104ef1984b7ab35dd1d9f1ccdfdf5908a7eaf109
|
||||
size 14666
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:668fcb2d745a1f85757b62675bfdd6eda8f1d6d99aef3100b9aa37fad82c6e48
|
||||
size 358724
|
||||
3
content/images/2007-2008-old-wordpress/2008/04/may.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/04/may.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cfe248799c6f17b57718fb8cb3803ba0a1a21387a9c2f4493a98e8bfe172fa6
|
||||
size 33282
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:594b4f7e13ddb76a8eb632772647b7ef9fbefde48e08a57b6463a4da15d7bb78
|
||||
size 57581
|
||||
3
content/images/2007-2008-old-wordpress/2008/05/6547.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/05/6547.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31a95babfe440e59133abbfe5e0f0b780de944bd86d10c552f55c8ea795bb3b9
|
||||
size 166406
|
||||
3
content/images/2007-2008-old-wordpress/2008/05/6549.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/05/6549.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfa80171f31f05c4f14d22455868e6014ee32b52c573390913beaada48f3f15d
|
||||
size 261028
|
||||
3
content/images/2007-2008-old-wordpress/2008/05/6553.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/05/6553.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34fef02b31eebe4de99be403969378cf013ccae3ce3f090fc9d331e989a7d96f
|
||||
size 213792
|
||||
3
content/images/2007-2008-old-wordpress/2008/05/6554.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/05/6554.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49450a7dbcdeeb6f107c7a91698756503fb6fe0798f86c452ceced53cfc085c7
|
||||
size 213866
|
||||
3
content/images/2007-2008-old-wordpress/2008/05/6555.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/05/6555.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:243e4462d3d73cc319e03fb65860380ac5dc53c2f7ef8425e9e207628ee51182
|
||||
size 82018
|
||||
3
content/images/2007-2008-old-wordpress/2008/05/6556.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/05/6556.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c3be19b76faa6e21ebcf2ea2c80dd03743afa97c1cacf03130fb025e3c58966
|
||||
size 149316
|
||||
3
content/images/2007-2008-old-wordpress/2008/05/6557.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/05/6557.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b7119e1de997bb1db4a91c2d3347705efcab71f44153849c9a1c076dd350a86
|
||||
size 145263
|
||||
3
content/images/2007-2008-old-wordpress/2008/05/6562.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/05/6562.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fba698342967bc79113c9d8e4294480b9d193b9a282f1aa36d771318989cb99c
|
||||
size 205968
|
||||
3
content/images/2007-2008-old-wordpress/2008/05/6563.jpg
Normal file
3
content/images/2007-2008-old-wordpress/2008/05/6563.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b96c8fea29f7bb5ad865058bf88441ef47ba070ce11d42ba73189a83624d1adc
|
||||
size 246095
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69db46b7dd04ab6d8341f2d5f2717e9ef5e82a886e756614d8b933625a2cedeb
|
||||
size 597488
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3049baac9093d152c0bb72ac44248168cc98f85e984cc7b7888ee88c86ecfa6b
|
||||
size 495619
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2f8dc5f7d75589001e00865e85c8c995ac4bd1381633865570151218082ef74
|
||||
size 546675
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dfba32979cee330a5d6458027af1a7ddae409988e36ba33a5a7a356db2fdb97
|
||||
size 564811
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2ffcbf331b854dec0f642e7a1a90e37b83e9f8decd08007679d880f792726c2
|
||||
size 700277
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df12eb815852e21c524bb4779776d677cb365635148670e20259e10141eabf9c
|
||||
size 406617
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8065fc963f6a08ceb76ce13fb5d8e9b9ef72551224fce374334325573a906511
|
||||
size 386804
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d259de9f3a31dfcb7c3309361932750b99bbd4d33be9eedfdb0f62db768f94a
|
||||
size 338903
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cfa3f0d4b5f8d38bf6c43667fdef2cc366388fa8fd51ccb6c80a42c23ac475d
|
||||
size 355815
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33653af0cf6864553c5eaf142f2bcaf838125eabaf1fac05e505e84493ba04ca
|
||||
size 371936
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e80ead1627c96cd09229b4601219310b96002f441b630ba04ade8d47ed1f026d
|
||||
size 418946
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3d5d9e7720c614fe10cc3b19a10d5abe32d8418409d26f38785ce94c72efb82
|
||||
size 436014
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:273a20e7a6cf5c2e3e768284c4c939b7d282ef5e3e52a6aa8e05b868494d69b9
|
||||
size 386637
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8724ea5dcb34be2dcee9d34a16147abdafbf39509d0d266900733c7d56172e9
|
||||
size 264398
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aede3eafbfe70062245be21f01825761703cbdf915ccaa29cac72673937be4a5
|
||||
size 247318
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91ff1a56759df3c6549e52c89b10a0f28ccbf652d73b7f30a3c7496ffa402bcb
|
||||
size 488673
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0720a0a88f76c3c588c762c328c32e2055ae0651001e135212f1270b0b78db9e
|
||||
size 414999
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f75c3701656f8d5b786e67f14a1e1d605ea1db81bdb0eb7df59a6f6785da01a
|
||||
size 600283
|
||||
oid sha256:6f10726fea7a430bc3c74e00f2d0b9878e28129f80f839f1d85f041ec6bca77c
|
||||
size 564512
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74e084457107bbd25477aa6ad6e30adbe5824b7449a323796ac68c5de42e8e5c
|
||||
size 346877
|
||||
oid sha256:37b46d6d099b25fa0dfe491c1b1c32780fd2d4d2f7262dead12a71c32366ac9d
|
||||
size 335403
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af20e3bc438154dcbd210dfedd8ff8377e56250f4b255b60cf1bd000357015b6
|
||||
size 311293
|
||||
oid sha256:259e53d7d0a2882a349d9d3a50597def0706395657db1bcba1a4e69c5eddd89a
|
||||
size 301127
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:383ecb64e222a1b20118c6614712e3af52c88cc4769033d49f84db328579084d
|
||||
size 533566
|
||||
oid sha256:55df8f0cb6776c16d606b68098b1973f987c29e214a4e809d833a286a9de49a2
|
||||
size 514370
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd05409dde54f27dd406b99ea083db650958589d84c59dd93b931beff2b7ebeb
|
||||
size 518806
|
||||
oid sha256:4342a12c7d56a3371612074ac7dc6122a8dc06a7dc7c2a8073e6e681c9f7957e
|
||||
size 506050
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b07b949c035b67eec7af27d2164348f3e65072c8e6d4da7030058905ddfca871
|
||||
size 502828
|
||||
oid sha256:24bc42074c2e76a3cc2cef3cfef765094076db07a0da278df5e1101c2be28ca8
|
||||
size 485491
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2767ebb33da8421101b0cb937135759fab9b5d5b31e85379270fcb2e15bfa4c
|
||||
size 507591
|
||||
oid sha256:a836f35cd488061047f92ad003efcf5f3fc563eed3929e4149efaf234a13d29b
|
||||
size 491936
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:016356a6a45adc7accfacb0286ad020e194b02507977e09a00e7a3df39c40363
|
||||
size 613265
|
||||
oid sha256:e3034769a8d8942c433ee1c9c73366c9aba1f5a7375c18c84e9ddaf8154b9a28
|
||||
size 588688
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d1c0f450a35d12af9c68ec12c9c9c13896b92d6b778096e8830a16c3895f900
|
||||
size 656167
|
||||
oid sha256:585ea6b525283398192854b9ebc5872b8670b7f9f12c7ecb7ff7cb46b7c3c1be
|
||||
size 628918
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfeb888178db185f38fc0b9c4b455642dbcbffadfd4bfdf83d38ca0e3669c0b9
|
||||
size 200126
|
||||
oid sha256:b008f68b07736bf9499dca121aa0f1425136b73af97c8f7900d3e1ad0afaa929
|
||||
size 196868
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6e48f2510e61ef5ee8d438eea8bf4f67e05e6b758cefae3c01340b7d5091754
|
||||
size 367811
|
||||
oid sha256:f83d65a20aafc3eca5c31f03d34dba15966dd0d71cc92a273cfb50746b2735fe
|
||||
size 347423
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db255406e4f5906d2a83d843257c9c81cecd80b855758fa9aeb62fcd7374176e
|
||||
size 411679
|
||||
oid sha256:d184687e85f8cae796d1135202f271e419cca03146c308a8e70a94ca55b5b3b0
|
||||
size 397650
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8149b51ada2dcc09d82ebef9a8c06e85c807ef53094871fc9f3600bbd9400470
|
||||
size 511336
|
||||
oid sha256:b30b9ed9d5d76f47cecd66c4cd3eb98c6c3af884d9f47f3ec3fb135287d0c6f4
|
||||
size 490013
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0d92f39a7a0361e0e0f42a30461b6bd2ba509a436d431d3d1014d74ecebb845
|
||||
size 512139
|
||||
oid sha256:eabf9313ca2c09c27047f68366cfef81b5460646f3c328f851b66ea76e81a355
|
||||
size 489143
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:830bbbd2402cc38d1f1ce76b8ddb2328e395f013b0fceeaaa7de7e2e16fd9c5e
|
||||
size 321210
|
||||
oid sha256:2b97fe0d60c074cd2218ffed3cd0b5dddb4631777ab61c02e8018b8b475d3c1f
|
||||
size 310797
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb88a5ead381cfb87a901600c34b9e6efe12c3d88e068bbd22525119afac43a7
|
||||
size 246636
|
||||
oid sha256:3e38bd874ed015baf8a3cfdedb315144a6a8e30cbec0d752155e5219a2f7f6e6
|
||||
size 238036
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65343f4a20c456ea1e213be3b35dcab1d5e81669be07fd3b0f61c5ab4d54c7aa
|
||||
size 1240025
|
||||
oid sha256:d116543672588c4d86a57be4bab7857fe36946492773da16e16bfd1742777a62
|
||||
size 1153790
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:473c5410a05c34d98a111f414d33811483bbc3d75f39e4a52a6db17bb6f0ab22
|
||||
size 1483840
|
||||
oid sha256:66ecf1ec58529d351f3fbd90eb9422691b6a4b743a57dbdfbcbd837c449d0468
|
||||
size 1361990
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dba9c97043baf49fbbe1630ced4963771cc757498345445ad34d415b3e8fd0ee
|
||||
size 1225433
|
||||
oid sha256:11012913933cb60b6223f46ca53bc667200dbda6a358f30b694c4cebf6e69ab3
|
||||
size 1135210
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81e1d4dd42d0f1924771d45db08954bdbbadd71c6631288f6c92b4df4e4d7dce
|
||||
size 1155405
|
||||
oid sha256:daa711722d45238b4fdd47b6847df378aeeba0b55e5cd088ed56e8f31f752b1c
|
||||
size 1083495
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:668fcb2d745a1f85757b62675bfdd6eda8f1d6d99aef3100b9aa37fad82c6e48
|
||||
size 358724
|
||||
oid sha256:a3f90358793d2e50a6198628911984ceb2ee1d295551aae37f2005b10fe18244
|
||||
size 345069
|
||||
|
||||
3
content/images/2008-04-work/cubicleart.jpg
Normal file
3
content/images/2008-04-work/cubicleart.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d6756a07298b24b03bd670665191945a27206934c8f38c2eac52b870b3b88c7
|
||||
size 198867
|
||||
3
content/images/2008-05-hardware/6547.jpg
Normal file
3
content/images/2008-05-hardware/6547.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31a95babfe440e59133abbfe5e0f0b780de944bd86d10c552f55c8ea795bb3b9
|
||||
size 166406
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user