summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-06-13 04:49:20 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-06-13 04:49:20 -0600
commit0c8910a53a1d730b025975ca0bc651c9992750a9 (patch)
treeb2f1c0e13072ed795a8cfc323bc4f02a54597fa6
parent6d5eefd8ecd4f8357766efd718afb25082dae4b2 (diff)
fix error on config section
-rw-r--r--db/db_blog.psv2
-rw-r--r--live/blog/a/manga_server_with_komga.html4
-rw-r--r--live/blog/rss.xml2
-rw-r--r--src/blog/a/manga_server_with_komga.md2
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 &quot;cbz&quot; # downloads as pdf by defaul
mangal config set -k installer.user -v &quot;luevano&quot; # 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&rsquo;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&rsquo;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 &quot;cbz&quot; # downloads as pdf by defaul
mangal config set -k installer.user -v &quot;luevano&quot; # 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&rsquo;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&rsquo;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: