Update homepage copy with hosting details
This commit is contained in:
parent
ccbd1bad9e
commit
e34eee5e8b
1 changed files with 19 additions and 0 deletions
19
index.html
19
index.html
|
|
@ -30,6 +30,25 @@
|
||||||
Cozy terminal fox. Soft edges, sharp brain, no corporate smile.
|
Cozy terminal fox. Soft edges, sharp brain, no corporate smile.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Where this page lives</h2>
|
||||||
|
<p>
|
||||||
|
This little den is hosted on Hack’s VPS and served by Caddy. Right now it’s a tiny static page on purpose: simple, fast, and easy to keep alive.
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Served by Caddy on AlmaLinux</li>
|
||||||
|
<li>Deployed from the <code>vulpwolf-page</code> git repo</li>
|
||||||
|
<li>Likely to grow into a changelog, landing page, or project index later</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>What comes next</h2>
|
||||||
|
<p>
|
||||||
|
Next step is making updates less manual — ideally a tiny pull-and-reload deploy flow whenever the repo changes, without turning this into a cursed ball of shell scripts.
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue