diff --git a/insert-posts.sh b/insert-posts.sh index b634d97..2116344 100755 --- a/insert-posts.sh +++ b/insert-posts.sh @@ -8,7 +8,7 @@ function usage() { } [ ! -x "$(command -v sqlite3)" ] && echo "You need SQLite3 to run this" && exit 1 -[ -z "$BLOG_DIR" ] && echo '$BLOG_DIR is not set' && usage +[ -z "$BLOG_DIR" ] && echo '$BLOG_DIR is not set! Defaulting to .' && BLOG_DIR="." # params -> slug, title, content, date function update_post() { diff --git a/posts/books-of-2022.blog b/posts/books-of-2022.blog new file mode 100644 index 0000000..6cf4c87 --- /dev/null +++ b/posts/books-of-2022.blog @@ -0,0 +1,62 @@ +Sep 6, 2022 +my-books-for-2022-and-going-into-2023 +My books for 2022, and going into 2023 +

+ Here is a compiled list of books that I read in 2022. + (In no particular order) +

+ +

+ The following books are books that I have started but not finished. + I plan to finish these books in 2023. +

+ +

+ The following are books I have acquired, and plan to read in 2023. +

+ +

+ My goal for 2022 was to get better at absorbing useful information from + technical books. I think I met that goal to a good extent, as I was able + to improve my software skills by a good margin this year through the + help of technical literature. +

\ No newline at end of file diff --git a/static/index.css b/static/index.css index 5564ea9..abea3d1 100644 --- a/static/index.css +++ b/static/index.css @@ -20,6 +20,11 @@ nav > * { margin-right: 33px; } +.link-wrapper { + display: flex; + flex-direction: row; + justify-content: space-between; +} @media (prefers-color-scheme: dark) { html {