diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-30 17:26:31 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-30 17:26:31 +0700 |
commit | 23ecafa3cfd6fcbf62d97dc46b804cf4e6b55e44 (patch) | |
tree | 992bcdb07692b5868c74f492d2f05979362c2222 | |
parent | e6e5f0661cd49b372ed22a564d9a6dbec9153d34 (diff) | |
download | blog-23ecafa3cfd6fcbf62d97dc46b804cf4e6b55e44.tar.gz |
Move book reviews to a separate section
-rw-r--r-- | content/book-reviews/_index.md | 13 | ||||
-rw-r--r-- | content/book-reviews/relevant-search.md (renamed from content/posts/book-review-relevant-search.md) | 2 | ||||
-rw-r--r-- | content/book-reviews/xkcd-what-if.md | 23 |
3 files changed, 37 insertions, 1 deletions
diff --git a/content/book-reviews/_index.md b/content/book-reviews/_index.md new file mode 100644 index 0000000..4da636c --- /dev/null +++ b/content/book-reviews/_index.md @@ -0,0 +1,13 @@ +--- +categories: ["book review"] +title: "Book reviews" +--- + +I review books as I read. Each review will contain: + +- metadata: book name, author(s), ISBN, genres, language (please tell if there + are some more helpful information) +- summary: wrap up the content of the book; it should not no more than 5 + subsections of 150 words each +- comments: my thoughts on the book -- what I like and don't like about it + diff --git a/content/posts/book-review-relevant-search.md b/content/book-reviews/relevant-search.md index 6241ed6..e5be78f 100644 --- a/content/posts/book-review-relevant-search.md +++ b/content/book-reviews/relevant-search.md @@ -1,5 +1,5 @@ --- -categories: [blog, "book review"] +categories: ["book review"] title: "[Book review] Relevant Search" date: 2021-05-06T16:35:08+07:00 tags: [book, review, search, programming, algorithm] diff --git a/content/book-reviews/xkcd-what-if.md b/content/book-reviews/xkcd-what-if.md new file mode 100644 index 0000000..f656f3e --- /dev/null +++ b/content/book-reviews/xkcd-what-if.md @@ -0,0 +1,23 @@ +--- +categories: [blog, "book review"] +title: "[Book review] XKCD: What If?" +date: 2021-05-07T16:35:08+07:00 +tags: [book, review, science, hypothetical, xkcd, whatif] +draft: true +--- + +# Metadata + +| Book | XKCD: What If? | +|---------|------------------------------| +| Author | Randall Munroe | +| ISBN | | +| Genres | | +| Language| English | + +# Summary +# Comments + +## What I like + +## What I don't like |