diff options
-rw-r--r-- | db/db_blog.psv | 2 | ||||
-rw-r--r-- | live/blog/a/manga_server_with_komga.html | 4 | ||||
-rw-r--r-- | live/blog/rss.xml | 2 | ||||
-rw-r--r-- | src/blog/a/manga_server_with_komga.md | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/db/db_blog.psv b/db/db_blog.psv index 10b34b5..f6f0a70 100644 --- a/db/db_blog.psv +++ b/db/db_blog.psv @@ -22,4 +22,4 @@ a/updated_pyssg_pymdvar_and_website.md|1683376754.7018104|0.0|442ad5da7342439101 a/al_fin_tengo_fibra_opticona.md|1683622740.1853704|0.0|949b8fd2aca929d74d8217474c990515|rant,short,spanish,update
a/learned_go_and_lua_hard_way.md|1685763137.7581403|0.0|493f86ce317f7b182b62c3438e5f7a8a|english,rant,short,tools
a/updating_creating_entries_titles_to_setup.md|1685764004.1478639|0.0|2bcf247ed5c2aa9fd5f4b542043123fe|english,short,update
-a/manga_server_with_komga.md|1686425767.8936074|1686651346.02445|2d88e4c16f719392283083b4150d712c|code,english,server,tools,tutorial
+a/manga_server_with_komga.md|1686425767.8936074|1686653315.6535006|7c33a7604565de1300710ce0add53944|code,english,server,tools,tutorial
diff --git a/live/blog/a/manga_server_with_komga.html b/live/blog/a/manga_server_with_komga.html index 1dc3242..70095c3 100644 --- a/live/blog/a/manga_server_with_komga.html +++ b/live/blog/a/manga_server_with_komga.html @@ -186,7 +186,7 @@ mangal config set -k formats.use -v "cbz" # downloads as pdf by defaul mangal config set -k installer.user -v "luevano" # points to my scrapers repository which contains a few extra scrapers and fixes, defaults to metafates' one; this is important if you're using my fork, don't use otherwise as it uses extra stuff I added mangal config set -k logs.write -v true # I like to get logs for what happens </code></pre> -<p><strong>Note</strong>: For testing purposes (if you want to explore <code>mangal</code>) set <code>downloader.path</code> later, then set it to where you want once ready to start to populate the Komga library directory (could be after finishing the <a href="#komga">Komga</a> section).</p> +<p><strong>Note</strong>: For testing purposes (if you want to explore <code>mangal</code>) set <code>downloader.path</code> once you’re ready to start to populate the Komga library directory (at <a href="#populate-manga-library">Komga: populate manga library</a>).</p> <p>For more configs and to read what they’re for:</p> <pre><code class="language-sh">mangal config info </code></pre> @@ -489,7 +489,7 @@ default:other::r-x <div class="article-info"> <p>By David LuĂ©vano</p> <p>Created: Sat, Jun 10, 2023 @ 19:36 UTC</p> - <p>Modified: Tue, Jun 13, 2023 @ 10:15 UTC</p> + <p>Modified: Tue, Jun 13, 2023 @ 10:48 UTC</p> <div class="article-tags"> <p>Tags: <a href="https://blog.luevano.xyz/tag/@code.html">code</a>, <a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@server.html">server</a>, <a href="https://blog.luevano.xyz/tag/@tools.html">tools</a>, <a href="https://blog.luevano.xyz/tag/@tutorial.html">tutorial</a> </p> diff --git a/live/blog/rss.xml b/live/blog/rss.xml index db48783..6a21a21 100644 --- a/live/blog/rss.xml +++ b/live/blog/rss.xml @@ -132,7 +132,7 @@ mangal config set -k formats.use -v "cbz" # downloads as pdf by defaul mangal config set -k installer.user -v "luevano" # points to my scrapers repository which contains a few extra scrapers and fixes, defaults to metafates' one; this is important if you're using my fork, don't use otherwise as it uses extra stuff I added mangal config set -k logs.write -v true # I like to get logs for what happens </code></pre> -<p><strong>Note</strong>: For testing purposes (if you want to explore <code>mangal</code>) set <code>downloader.path</code> later, then set it to where you want once ready to start to populate the Komga library directory (could be after finishing the <a href="#komga">Komga</a> section).</p> +<p><strong>Note</strong>: For testing purposes (if you want to explore <code>mangal</code>) set <code>downloader.path</code> once you’re ready to start to populate the Komga library directory (at <a href="#populate-manga-library">Komga: populate manga library</a>).</p> <p>For more configs and to read what they’re for:</p> <pre><code class="language-sh">mangal config info </code></pre> diff --git a/src/blog/a/manga_server_with_komga.md b/src/blog/a/manga_server_with_komga.md index 36acdf2..52af3a9 100644 --- a/src/blog/a/manga_server_with_komga.md +++ b/src/blog/a/manga_server_with_komga.md @@ -118,7 +118,7 @@ mangal config set -k installer.user -v "luevano" # points to my scrapers reposit mangal config set -k logs.write -v true # I like to get logs for what happens ``` -**Note**: For testing purposes (if you want to explore `mangal`) set `downloader.path` later, then set it to where you want once ready to start to populate the Komga library directory (could be after finishing the [Komga](#komga) section). +**Note**: For testing purposes (if you want to explore `mangal`) set `downloader.path` once you're ready to start to populate the Komga library directory (at [Komga: populate manga library](#populate-manga-library)). For more configs and to read what they're for: |