Commit Graph

1357 Commits

Author SHA1 Message Date
Philipp Oppermann
0fa31a0e15 Fix: don't assume that light mode is active on initial theme switch 2021-10-17 16:34:59 +02:00
Philipp Oppermann
5ff1aab7b5 Improve layout on mobile and clean up sass code 2021-10-17 16:34:24 +02:00
Philipp Oppermann
76b6c445e4 Add a switch for going back to system theme 2021-10-17 15:40:48 +02:00
Philipp Oppermann
69917e234c Remember chosen theme in localStorage
This way, the selected theme is kept when changing pages, and for subsequent visits. To prevent flickering, we set the selected theme in a blocking script directly on load. To speed things up further, we now use a `data-theme` attribute instead of classes on the body tag, this way we don't need to wait until the body element is loaded.
2021-10-17 15:05:11 +02:00
Philipp Oppermann
96ab77fd1e Implement a switch for switching between light and dark mode 2021-10-17 14:20:08 +02:00
Philipp Oppermann
adaaa3238a Add meta tag that we support both light and dark mode 2021-10-16 17:27:48 +02:00
Philipp Oppermann
d8c27c7fcc Add a note that dark mode is experimental 2021-10-16 17:27:33 +02:00
Philipp Oppermann
990169b631 Make the background less dark to be easier on the eyes 2021-10-16 17:27:13 +02:00
Philipp Oppermann
9b02a5e77a Force a white background for all images for now
Our current images with transparency assume a white background.
2021-10-16 17:26:55 +02:00
Philipp Oppermann
874f79a8f9 Change colors depending on preferred color scheme 2021-10-16 16:41:36 +02:00
Philipp Oppermann
faae44a477 Add fonts heading and autoformat 2021-10-16 16:25:12 +02:00
Philipp Oppermann
b16c0c861f Migrate CSS files to SASS to prepare for dark mode 2021-10-16 16:23:23 +02:00
Philipp Oppermann
5155e18ba1 Use Iosevka font for code blocks and inline code
The advantage of Iosevka is its narrow width that allows us to show more columns in code examples without reducing font size.
2021-10-16 15:51:47 +02:00
Philipp Oppermann
5654201a09 Add note above comments and link to GitHub discussion 2021-10-16 15:20:12 +02:00
Philipp Oppermann
9dd6588edf Merge pull request #993 from woodyZootopia/translate_post_09_ja
Translate 09 paging implementation to Japanese
2021-10-08 08:07:14 +02:00
Shu W. Nakamura
893c1cf447 Update blog/content/edition-2/posts/09-paging-implementation/index.ja.md 2021-10-08 12:19:07 +09:00
woodyZootopia
f57bded691 Fix for the advice given by @garasubo 2021-10-07 22:41:09 +09:00
Jon Gillham
3e87916b6c Fix typos (#1051) 2021-09-19 10:36:20 +00:00
Philipp Oppermann
dbe43c203d Remove "about me" section from sidebar 2021-09-16 19:14:48 +02:00
Shu W. Nakamura
4472eed23c Apply suggestions from code review
Co-authored-by: garasubo <garasubo@gmail.com>
2021-09-14 11:19:03 +09:00
Shu W. Nakamura
0fe6d6aaec Apply suggestions from code review and Add garasubo as a co-translator
Co-authored-by: garasubo <garasubo@gmail.com>
2021-09-11 16:43:57 +09:00
woodyZootopia
282ed23a99 翻訳をさらに校正 2021-08-24 12:09:28 +09:00
Dmitry Kozlovtsev
559f1fbecd Fix link typos for #1043 (#1046) 2021-08-22 18:32:31 +02:00
woodyZootopia
575547963d Fix links to Japanese articles 2021-08-15 15:15:20 +09:00
woodyZootopia
803d2e6c7a Translate till the end 2021-08-15 14:55:48 +09:00
woodyZootopia
ed14ee779d 翻訳を進めた 2021-08-13 13:33:55 +09:00
woodyZootopia
fcabba0751 rebase to current origin/main 2021-08-13 11:57:33 +09:00
woodyZootopia
21516fe821 Add file and translate a bit 2021-08-10 21:31:06 +09:00
woodyZootopia
841b9deea3 Add the translation file and translated a bit 2021-08-10 21:31:06 +09:00
Philipp Oppermann
27ab4518ac Replace fathom analytics with goatcounter 2021-08-08 20:05:36 +02:00
Philipp Oppermann
c1e6a66e35 Fix link: The const_fn unstable feature no longer exists
There is now a description of `const` functions in the Rust reference, so we can link there instead.
2021-08-07 10:25:17 +02:00
Philipp Oppermann
d8eff6ba3e Merge pull request #1031 from Foo-x/1030-update-versions
docs: update version of crates
2021-08-07 10:10:58 +02:00
Philipp Oppermann
eb1e22582b Merge pull request #1034 from adi-g15/patch-1
Replace MS doc link in german
2021-08-07 10:08:42 +02:00
Kalbiq
f9fb942ba8 fix: typo (#1040) 2021-08-04 11:00:31 +00:00
MrZlo
0edd05ccac Translate first two posts into Russian (#1029)
* preabule

* Introduction

* Introduction

* Disactivation

* Disablaing std

* no_std

* panic_handler

* eh_personality

* unwiding

* start

* entry point

* summary

* what's next

* Details

* fix:
title

* config

* next post fix

* tabs into spaces

* fix: correct link to 02 post

* fix: bad gateway

* fix: typo error

* TRANSITION TO SECOND POST

* HEADER

* PREAMBULE

* BOOT SEQUENCE

* BOOT BIOS

* MULTIBOOT

* UEFI

* MINIMAL KERNEL

* NIGHTLY INSTALL

* SPECIFICATION JSON

* BUILD

* INTRISICS

* DEFAULT TARGET

* PRINTING TO SCREEN

* BOOTIMAGE

* FIRST BOOT

* FINISH

* RED ZONE

* SIMD

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* FIX: CONTROVERSIAL MOMENTS

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/disable-red-zone/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/disable-simd/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/disable-simd/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* Update blog/content/edition-2/posts/02-minimal-rust-kernel/index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* LANGUAGE ITEM

* ALL OTHER MOMENTS

* standarD

* ADDITIONAL SETUP FILES

* Update blog/content/_index.ru.md

Co-authored-by: SnejUgal <contact@snejugal.ru>

* WRONG LINKS

Co-authored-by: SnejUgal <contact@snejugal.ru>
2021-07-19 12:14:39 +02:00
Foo-x
6fbcd8527a docs: fix typo (#1036) 2021-07-14 14:57:50 +02:00
Pablo Baeyens
6ac7b5bb9d Use English Windows documentation 2021-07-13 20:06:39 +02:00
Foo-x
dcef701d04 fix: typo (#1035) 2021-07-13 13:46:01 +02:00
Foo-x
4653711620 fix: typo (#1032) 2021-07-06 07:29:33 +02:00
Philipp Oppermann
7f36fe6693 Don't check anchors on https://doc.rust-jp.rs/book-ja 2021-06-30 13:27:25 +02:00
Foo-x
8270e1e12e docs: remove &mut
Replace `&mut InterruptStackFrame` to `InterruptStackFrame` due to the version updating.

Closes #1030
2021-06-30 19:55:25 +09:00
Foo-x
ff9a7c10d3 docs: update version of crates
Closes #1030
2021-06-30 19:02:42 +09:00
Foo-x
c2d6645392 docs: fix link to next post (#1026)
Refs #906
2021-06-28 11:08:57 +00:00
Foo-x
8b2ee6a4b8 docs: clean indent of JSONs (#1028)
Closes #1027
2021-06-28 11:07:58 +00:00
Conor
4942a8e50e Fix typo (#1023) 2021-06-21 10:33:26 +02:00
kahirokunn
218a2754c7 Translate post-12 to Japanese (#977)
* Added Japanese translation of Async/Await.

* This is a review response.

* This is a review response.

* This is a review response.

* Unified expression.

* This is a review response.

* This is a review response.

* This is a review response.

* This is a review response.

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Yuki Okushi <jtitor@2k36.org>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update index.ja.md

Added translators and reviewers

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* This is a review response.

* I've translated more

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: garasubo <garasubo@gmail.com>

* Apply suggestions from code review

Co-authored-by: garasubo <garasubo@gmail.com>

* Waker -> ウェイカー

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Update blog/content/edition-2/posts/12-async-await/index.ja.md

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>

Co-authored-by: Shu W. Nakamura <30687489+woodyZootopia@users.noreply.github.com>
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
Co-authored-by: garasubo <garasubo@gmail.com>
2021-06-14 10:09:34 +02:00
Philipp Oppermann
c7743a23ed Move comments_notice on translated posts to end of comments 2021-06-12 17:11:25 +02:00
Philipp Oppermann
afb20aae74 Use original English title for mapping discussions to translated posts 2021-06-12 17:07:48 +02:00
Philipp Oppermann
27b1528a65 giscus: Append page lang code to search term for translated posts 2021-06-12 17:02:23 +02:00
Philipp Oppermann
963eb3e659 Make it possible to set discussion thread manually per post 2021-06-12 16:52:18 +02:00