diff --git a/avatar-96.png b/avatar-96.png new file mode 100644 index 0000000..61a1436 Binary files /dev/null and b/avatar-96.png differ diff --git a/index.org b/index.org index 7de2934..55f186c 100644 --- a/index.org +++ b/index.org @@ -3,6 +3,9 @@ #+OPTIONS: toc:nil num:nil #+STARTUP: showall +#+ATTR_HTML: :id avatar :alt Angry black prinny (looking like Tux), playing on a PSP +[[file:avatar-96.png]] + Hi, welcome! This is my website. I'm a software developer. I love Free Software and Open Source Software, and all of my projects are available for anyone to use. I also would love for anyone to contribute to any of them. I can’t promise your contribution will be merged, but I can promise it will be considered and greatly appreciated regardless. * Gardening diff --git a/publish.el b/publish.el index a5786f7..a672e51 100644 --- a/publish.el +++ b/publish.el @@ -98,7 +98,7 @@ :base-directory "." :recursive t :exclude "^public/" - :base-extension "svg" + :base-extension "svg\\|png" :publishing-function org-publish-attachment :publishing-directory "public/") ("all" :components ("index" "posts" "assets")))) diff --git a/src/less/include/common.less b/src/less/include/common.less index 2c48933..75866bf 100644 --- a/src/less/include/common.less +++ b/src/less/include/common.less @@ -79,3 +79,5 @@ pre { font-size: 14pt; line-height: 100%; } + +p { margin: 0; } diff --git a/src/less/main.less b/src/less/main.less index 7d59b3f..682ef02 100644 --- a/src/less/main.less +++ b/src/less/main.less @@ -9,6 +9,11 @@ &:extend(.subtitle); } +#avatar { + float: left; + padding: 0.5rem 1rem; +} + #org-div-home-and-up { &:extend(.header-block); &:extend(.content-wrapper);