adding favicon
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ VENV := .venv
|
|||||||
PY := $(VENV)/bin/python
|
PY := $(VENV)/bin/python
|
||||||
PIP := $(VENV)/bin/pip
|
PIP := $(VENV)/bin/pip
|
||||||
|
|
||||||
all: clean-output build search clean-venv
|
all: clean-output clean-venv build search
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@echo "Building project..."
|
@echo "Building project..."
|
||||||
|
|||||||
BIN
assets/icons/apple-touch-icon.png
Normal file
BIN
assets/icons/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 226 KiB |
BIN
assets/icons/icons8-favicon-50.png
Normal file
BIN
assets/icons/icons8-favicon-50.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/icons/icons8-film-tape-100.png
Normal file
BIN
assets/icons/icons8-film-tape-100.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
BIN
assets/icons/icons8-z-key-64.png
Normal file
BIN
assets/icons/icons8-z-key-64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/sketchnotes/25-01-26-retro.png
Normal file
BIN
assets/sketchnotes/25-01-26-retro.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
@@ -6,3 +6,21 @@
|
|||||||
#+COMMENTS: t
|
#+COMMENTS: t
|
||||||
#+SLUG: 25-01-26-week-review
|
#+SLUG: 25-01-26-week-review
|
||||||
|
|
||||||
|
- This week I completed the following tasks:
|
||||||
|
- Add scopes for the tracker events API to the TMC database
|
||||||
|
- Safely Introduce the send-one-way-request Policy Into APIOps
|
||||||
|
- Create mock backend and review the impact of introducing the send-one-way-request policy
|
||||||
|
|
||||||
|
19/01/26 - 8 hours
|
||||||
|
|
||||||
|
20/01/26 - 8 hours
|
||||||
|
|
||||||
|
21/01/26 - 7.5 hours
|
||||||
|
|
||||||
|
22/01/26 - 7.25 hours
|
||||||
|
|
||||||
|
23/01/26 - 7.25 hours
|
||||||
|
|
||||||
|
TOTAL = 38 hours
|
||||||
|
|
||||||
|
[[../../../assets/sketchnotes/25-01-26-retro.png]]
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
See the categories: @@html:<a href="../home/categories.html">Categories</a>@@
|
See the categories: @@html:<a href="../home/categories.html">Categories</a>@@
|
||||||
|
|
||||||
* Blogs:
|
* Blogs:
|
||||||
- [[file:2026/2026-list.org][2026 List]] @@html:<span class="post-date">24-01-2026 00:00</span>@@
|
- [[file:2026/2026-list.org][2026 List]] @@html:<span class="post-date">30-01-2026 08:13</span>@@
|
||||||
- [[file:2025/2025-list.org][2025 List]] @@html:<span class="post-date">24-01-2026 00:00</span>@@
|
- [[file:2025/2025-list.org][2025 List]] @@html:<span class="post-date">30-01-2026 08:13</span>@@
|
||||||
- [[file:2026/01-january/18-01-week-review.org][[18-01-2026] - Weekly Review]] @@html:<span class="post-date">18-01-2026 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
- [[file:2026/01-january/18-01-week-review.org][[18-01-2026] - Weekly Review]] @@html:<span class="post-date">18-01-2026 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
||||||
- [[file:2026/01-january/25-01-week-review.org][[25-01-2026] - Weekly Review]] @@html:<span class="post-date">18-01-2026 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
- [[file:2026/01-january/25-01-week-review.org][[25-01-2026] - Weekly Review]] @@html:<span class="post-date">18-01-2026 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
||||||
- [[file:2026/01-january/11-01-week-review.org][[11-01-2026] - Weekly Review]] @@html:<span class="post-date">11-01-2026 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
- [[file:2026/01-january/11-01-week-review.org][[11-01-2026] - Weekly Review]] @@html:<span class="post-date">11-01-2026 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
||||||
|
|||||||
@@ -38,7 +38,9 @@
|
|||||||
(require 'htmlize)
|
(require 'htmlize)
|
||||||
|
|
||||||
(defvar z-shared-head
|
(defvar z-shared-head
|
||||||
"
|
"
|
||||||
|
<link rel=\"icon\" type=\"image/png\" sizes=\"48x48\" href=\"/assets/icons/icons8-film-tape-100.png\" />
|
||||||
|
|
||||||
<link rel=\"stylesheet\" href=\"/assets/styles/style.css\" />
|
<link rel=\"stylesheet\" href=\"/assets/styles/style.css\" />
|
||||||
<link rel=\"stylesheet\" href=\"/assets/styles/bigger-picture.min.css\" />
|
<link rel=\"stylesheet\" href=\"/assets/styles/bigger-picture.min.css\" />
|
||||||
<link rel=\"stylesheet\" href=\"/assets/styles/comments.css\" />
|
<link rel=\"stylesheet\" href=\"/assets/styles/comments.css\" />
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
See the categories: @@html:<a href="../home/categories.html">Categories</a>@@
|
See the categories: @@html:<a href="../home/categories.html">Categories</a>@@
|
||||||
|
|
||||||
* Posts:
|
* Posts:
|
||||||
- [[file:career/career-list.org][Career List]] @@html:<span class="post-date">24-01-2026 00:00</span>@@
|
- [[file:career/career-list.org][Career List]] @@html:<span class="post-date">30-01-2026 08:13</span>@@
|
||||||
- [[file:career/database-permissions.org][Database permissions, roles and accounts]] @@html:<span class="post-date">18-01-2026 23:00</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
- [[file:career/database-permissions.org][Database permissions, roles and accounts]] @@html:<span class="post-date">18-01-2026 23:00</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
||||||
- [[file:career/monitoring-and-logging.org][Monitoring and Logging]] @@html:<span class="post-date">18-01-2026 23:00</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
- [[file:career/monitoring-and-logging.org][Monitoring and Logging]] @@html:<span class="post-date">18-01-2026 23:00</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
||||||
- [[file:career/pipelines.org][Pipelines and how they work]] @@html:<span class="post-date">18-01-2026 23:00</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
- [[file:career/pipelines.org][Pipelines and how they work]] @@html:<span class="post-date">18-01-2026 23:00</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#+OPTIONS: toc:nil num:nil
|
#+OPTIONS: toc:nil num:nil
|
||||||
|
|
||||||
* Recently Updated (top 26 files - per lima's request)
|
* Recently Updated (top 26 files - per lima's request)
|
||||||
- [[file:blogs/2026/01-january/25-01-week-review.org][[25-01-2026] - Weekly Review]] @@html:<span class="post-date">2026-01-21 14:12</span>@@
|
- [[file:blogs/2026/01-january/25-01-week-review.org][[25-01-2026] - Weekly Review]] @@html:<span class="post-date">2026-01-26 08:44</span>@@
|
||||||
- [[file:blogs/2026/01-january/18-01-week-review.org][[18-01-2026] - Weekly Review]] @@html:<span class="post-date">2026-01-18 23:05</span>@@
|
- [[file:blogs/2026/01-january/18-01-week-review.org][[18-01-2026] - Weekly Review]] @@html:<span class="post-date">2026-01-18 23:05</span>@@
|
||||||
- [[file:home/backlog.org][Backlog]] @@html:<span class="post-date">2026-01-18 23:03</span>@@
|
- [[file:home/backlog.org][Backlog]] @@html:<span class="post-date">2026-01-18 23:03</span>@@
|
||||||
- [[file:posts/career/monitoring-and-logging.org][Monitoring and Logging]] @@html:<span class="post-date">2026-01-18 23:03</span>@@
|
- [[file:posts/career/monitoring-and-logging.org][Monitoring and Logging]] @@html:<span class="post-date">2026-01-18 23:03</span>@@
|
||||||
|
|||||||
Reference in New Issue
Block a user