Upload homepage.
This commit is contained in:
parent
5c979747e2
commit
8bb2c0dbcd
8
_scripts/upload-homepage.sh
Normal file
8
_scripts/upload-homepage.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
|
cd static
|
||||||
|
scp homepage.html root@codigoparallevar.com:/mnt/vols/misc/codigoparallevar/index.html
|
@ -63,14 +63,18 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>Código para llevar</h1>
|
<h1>Código para llevar</h1>
|
||||||
|
|
||||||
<p>This is kenkeiras' homepage. You can find a <a href="/blog">blog</a> (mainly about coding). I also develop some projects, and collaborate on others.</p>
|
<p>This is kenkeiras' homepage. You can find a <a href="/blog">blog</a> (mainly about coding and related topics). I also develop some projects, and collaborate on others.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<section>
|
<section>
|
||||||
<h2><a href="/blog">Blog</a></h2>
|
<h2><a href="/blog">Blog</a></h2>
|
||||||
<p>
|
<p>
|
||||||
Latest post: <a href="https://codigoparallevar.com/blog/2019/secure-websockets-esp8266-arduino/">[2019] Secure Websockets with ESP8266 and Arduino</a>
|
Latest posts:
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://codigoparallevar.com/blog/2022/get-process-progress-reading-file/">[2022] Get process's progress when reading a file</a></li>
|
||||||
|
<li><a href="https://codigoparallevar.com/blog/2022/a-simple-status-indicator/">[2022] A simple status indicator</a></li>
|
||||||
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
Loading…
Reference in New Issue
Block a user