Added to the Home page.
This commit is contained in:
@@ -3,7 +3,7 @@ const today = new Date();
|
|||||||
---
|
---
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© {today.getFullYear()} Your name here. All rights reserved.
|
© {today.getFullYear()} Seans.Cloud by Sean Wilkinson. All rights reserved.
|
||||||
<div class="social-links">
|
<div class="social-links">
|
||||||
<a href="https://m.webtoo.ls/@astro" target="_blank">
|
<a href="https://m.webtoo.ls/@astro" target="_blank">
|
||||||
<span class="sr-only">Follow Astro on Mastodon</span>
|
<span class="sr-only">Follow Astro on Mastodon</span>
|
||||||
|
|||||||
@@ -14,29 +14,20 @@ import { SITE_DESCRIPTION, SITE_TITLE } from '../consts';
|
|||||||
<Header />
|
<Header />
|
||||||
<main>
|
<main>
|
||||||
<h1>Sean's Cloud!</h1>
|
<h1>Sean's Cloud!</h1>
|
||||||
|
<h2>Infrastructure • Cloud • Systems Thinking • Leadership</h2>
|
||||||
<p>
|
<p>
|
||||||
seans.cloud is an evolving space focused on building, testing, and refining modern IT and cloud practices with an eye toward what’s next. It serves as a foundation for future projects in cloud architecture, automation, security, and operational excellence—along with the leadership thinking that supports sustainable systems.
|
seans.cloud is an evolving space focused on building, testing, and refining modern IT and cloud practices with an eye toward what’s next. It serves as a foundation for future projects in cloud architecture, automation, security, and operational excellence—along with the leadership thinking that supports sustainable systems.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
As this site grows, it will become a place to share practical insights, real-world experiments, and lessons learned from working with infrastructure at scale. Future content may include technical guides, architecture patterns, tooling evaluations, and perspectives on how technology, process, and people intersect to create resilient organizations.
|
As this site grows, it will become a place to share practical insights, real-world experiments, and lessons learned from working with infrastructure at scale. Future content may include technical guides, architecture patterns, tooling evaluations, and perspectives on how technology, process, and people intersect to create resilient organizations.
|
||||||
</p>
|
</p>
|
||||||
<p>Here are a few ideas on how to get started with the template:</p>
|
<p>On this site you’ll find:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Edit this page in <code>src/pages/index.astro</code></li>
|
<li>Technical experiments and lab notes</l>
|
||||||
<li>Edit the site header items in <code>src/components/Header.astro</code></li>
|
<li>Cloud and infrastructure architecture thinking</l>
|
||||||
<li>Add your name to the footer in <code>src/components/Footer.astro</code></li>
|
<li>Reflections on reliability, security, and process</l>
|
||||||
<li>Check out the included blog posts in <code>src/content/blog/</code></li>
|
<li>Lessons learned from real-world systems</l></p>
|
||||||
<li>Customize the blog post page layout in <code>src/layouts/BlogPost.astro</code></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
|
||||||
Have fun! If you get stuck, remember to
|
|
||||||
<a href="https://docs.astro.build/">read the docs</a>
|
|
||||||
or <a href="https://astro.build/chat">join us on Discord</a> to ask questions.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Looking for a blog template with a bit more personality? Check out
|
|
||||||
<a href="https://github.com/Charca/astro-blog-template">astro-blog-template</a>
|
|
||||||
by <a href="https://twitter.com/Charca">Maxi Ferreira</a>.
|
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|||||||
Reference in New Issue
Block a user