diff --git a/config.toml b/config.toml index 40b394c..ced0b17 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,8 @@ googleAnalytics = "" enableRobotsTXT = true disqusShortname = "" +staticDir = ["static"] + [params.info] homeTitle = "Sysadmin Apprentice" poweredby = true diff --git a/content/posts/xmpp-sprint.md b/content/posts/xmpp-sprint.md index c5c11d7..9f598f7 100644 --- a/content/posts/xmpp-sprint.md +++ b/content/posts/xmpp-sprint.md @@ -61,12 +61,8 @@ And remotely: At the beginning of the sprint, here is roughly what we planned to work on: -1. Bookmarks: Sync PEP and Private XML -2. Message attaching -3. IBR in clients that don't support it (namely dino and poezio) -4. Reactions -5. Consistent color generation -5. Hats + +![Hard working developers](/xmpp-sprint/xmpp-sprint-1.jpg) ## Accomplishments diff --git a/static/xmpp-sprint/xmpp-sprint-1.jpg b/static/xmpp-sprint/xmpp-sprint-1.jpg new file mode 100644 index 0000000..905f276 Binary files /dev/null and b/static/xmpp-sprint/xmpp-sprint-1.jpg differ