Skip to content

Commit 772ab0e

Browse files
committed
Add shrimp advice post
1 parent 668ecf2 commit 772ab0e

File tree

16 files changed

+1432
-57
lines changed

16 files changed

+1432
-57
lines changed

archives/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ <h3 class="archive-entry-title entry-hint-parent">Lima Xbar Plugin 1.5.0
262262
<div class="archive-entry">
263263
<h3 class="archive-entry-title entry-hint-parent">Nanotank Setup
264264
</h3>
265-
<div class="archive-meta"><span title='2025-03-25 08:04:04 -0600 MDT'>March 25, 2025</span>&nbsp;·&nbsp;18 min&nbsp;·&nbsp;3790 words&nbsp;·&nbsp;Me</div>
265+
<div class="archive-meta"><span title='2025-03-25 08:04:04 -0600 MDT'>March 25, 2025</span>&nbsp;·&nbsp;20 min&nbsp;·&nbsp;4141 words&nbsp;·&nbsp;Me</div>
266266
<a class="entry-link" aria-label="post link to Nanotank Setup" href="https://unixorn.github.io/post/aquarium/nanotank-setup/"></a>
267267
</div>
268268
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h2 class="entry-hint-parent">Nanotank Setup
272272
<p>Nanotank Setup Advice You’ve seen some nice videos on YouTube of small tanks with fresh water shrimp. Here are some tips on setting a shrimp tank up for yourself.
273273
...</p>
274274
</div>
275-
<footer class="entry-footer"><span title='2025-03-25 08:04:04 -0600 MDT'>March 25, 2025</span>&nbsp;·&nbsp;18 min&nbsp;·&nbsp;3790 words&nbsp;·&nbsp;Me</footer>
275+
<footer class="entry-footer"><span title='2025-03-25 08:04:04 -0600 MDT'>March 25, 2025</span>&nbsp;·&nbsp;20 min&nbsp;·&nbsp;4141 words&nbsp;·&nbsp;Me</footer>
276276
<a class="entry-link" aria-label="post link to Nanotank Setup" href="https://unixorn.github.io/post/aquarium/nanotank-setup/"></a>
277277
</article>
278278

index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

page/7/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,26 @@
169169
</header>
170170
<main class="main">
171171

172+
<article class="post-entry">
173+
<header class="entry-header">
174+
<h2 class="entry-hint-parent">Deploying Openfaas
175+
<span class="entry-hint" title="Draft">
176+
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
177+
<path
178+
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
179+
</svg>
180+
</span>
181+
</h2>
182+
</header>
183+
<div class="entry-content">
184+
<p>cd faas-netes sudo kubectl apply -f namespaces.yml sudo kubectl apply -f yaml_armhf/ sudo kubectl get pods --all-namespaces --watch kc get deploy -n openfaas # looking for gateway https://www.youtube.com/watch?v=DjpVtNjiXSU
185+
Get cli
186+
Go to https://github.com/openfaas/faas-cli/releases </p>
187+
</div>
188+
<footer class="entry-footer"><span title='2019-07-24 18:57:01 -0600 MDT'>July 24, 2019</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;33 words&nbsp;·&nbsp;Me</footer>
189+
<a class="entry-link" aria-label="post link to Deploying Openfaas" href="http://localhost:1313/post/deploying-openfaas/"></a>
190+
</article>
191+
172192
<article class="post-entry">
173193
<header class="entry-header">
174194
<h2 class="entry-hint-parent">Replacing a ZFS Drive

post/aquarium/2025-05-29-advice-for-new-neocaridina-keepers/index.html

Lines changed: 476 additions & 0 deletions
Large diffs are not rendered by default.

post/aquarium/advice-for-new-neocaridina-keepers/index.html

Lines changed: 426 additions & 0 deletions
Large diffs are not rendered by default.

post/aquarium/nanotank-setup/index.html

Lines changed: 49 additions & 42 deletions
Large diffs are not rendered by default.

post/aquarium/new-neocaridina-keeper-advice/index.html

Lines changed: 426 additions & 0 deletions
Large diffs are not rendered by default.

post/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ <h2 class="entry-hint-parent">Nanotank Setup
234234
<p>Nanotank Setup Advice You’ve seen some nice videos on YouTube of small tanks with fresh water shrimp. Here are some tips on setting a shrimp tank up for yourself.
235235
...</p>
236236
</div>
237-
<footer class="entry-footer"><span title='2025-03-25 08:04:04 -0600 MDT'>March 25, 2025</span>&nbsp;·&nbsp;18 min&nbsp;·&nbsp;3790 words&nbsp;·&nbsp;Me</footer>
237+
<footer class="entry-footer"><span title='2025-03-25 08:04:04 -0600 MDT'>March 25, 2025</span>&nbsp;·&nbsp;20 min&nbsp;·&nbsp;4141 words&nbsp;·&nbsp;Me</footer>
238238
<a class="entry-link" aria-label="post link to Nanotank Setup" href="https://unixorn.github.io/post/aquarium/nanotank-setup/"></a>
239239
</article>
240240

post/page/7/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,26 @@ <h1>
182182
</h1>
183183
</header>
184184

185+
<article class="post-entry">
186+
<header class="entry-header">
187+
<h2 class="entry-hint-parent">Deploying Openfaas
188+
<span class="entry-hint" title="Draft">
189+
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
190+
<path
191+
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
192+
</svg>
193+
</span>
194+
</h2>
195+
</header>
196+
<div class="entry-content">
197+
<p>cd faas-netes sudo kubectl apply -f namespaces.yml sudo kubectl apply -f yaml_armhf/ sudo kubectl get pods --all-namespaces --watch kc get deploy -n openfaas # looking for gateway https://www.youtube.com/watch?v=DjpVtNjiXSU
198+
Get cli
199+
Go to https://github.com/openfaas/faas-cli/releases </p>
200+
</div>
201+
<footer class="entry-footer"><span title='2019-07-24 18:57:01 -0600 MDT'>July 24, 2019</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;33 words&nbsp;·&nbsp;Me</footer>
202+
<a class="entry-link" aria-label="post link to Deploying Openfaas" href="http://localhost:1313/post/deploying-openfaas/"></a>
203+
</article>
204+
185205
<article class="post-entry">
186206
<header class="entry-header">
187207
<h2 class="entry-hint-parent">Replacing a ZFS Drive

0 commit comments

Comments
 (0)