202402021841

This commit is contained in:
nelle 2024-02-02 18:41:54 -07:00
parent 6f1a3dbaa5
commit 7b5bbf317f
4 changed files with 121 additions and 0 deletions

12
dist/blog/index.html vendored
View file

@ -69,6 +69,18 @@
This is the first post of my new blog.
</p>
</a>
</li>
</ul><ul role="list" class="link-card-grid">
<li class="link-card astro-3ZWAQ7YM">
<a href="/posts/post-2" class="informational astro-3ZWAQ7YM">
<h2 class="astro-3ZWAQ7YM">
My Secpmd Blog Post
<span class="astro-3ZWAQ7YM">&rarr;</span>
</h2>
<p class="astro-3ZWAQ7YM">
This is the secpmd post of my new blog.
</p>
</a>
</li>
</ul>
</main>

96
dist/posts/post-2/index.html vendored Normal file
View file

@ -0,0 +1,96 @@
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Personal website to LimePotato">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo.svg">
<meta name="generator" content="Astro v2.10.7">
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
<title></title>
<link rel="stylesheet" href="/_astro/about.d362780f.css" /><script type="module">document.addEventListener("DOMContentLoaded",()=>{Array.prototype.slice.call(document.querySelectorAll(".navbar-burger"),0).forEach(t=>{t.addEventListener("click",()=>{const e=t.dataset.target,a=document.getElementById(e);t.classList.toggle("is-active"),a.classList.toggle("is-active")})})});
</script></head>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="/assets/branding/IMG_0934_square.JPG" style="border-radius: 20%">
<span class="text-gradient">LimePot</span>
</a>
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu" id="navMenu">
<div class="navbar-start">
<a class="navbar-item" href="/about">
<span class="text-gradient">About Me</span>
</a>
<a class="navbar-item" href="/projects">
<span class="text-gradient">Projects</span>
</a>
</div>
</div>
<div class="navbar-end">
<a class="navbar-item" href="https://ko-fi.com/limepot">
<img src="/assets/other-branding/ko-fi-button-red.png">
</a>
</div>
<!-- This JS is required for mobile users to navigate the site, working on a mobile alternative -->
<!-- This JS is required for mobile users to navigate the site, working on a mobile alternative -->
</nav>
<center>
<h1 class="title">My Secpmd Blog Post</h1>
<h2 class="subtitle"><em>Summary: This is the secpmd post of my new blog. - Written by LimePotato on 2023-10-29</em></h2>
<br>
</center>
<p>Welcome to my <em>new blog</em> this is a test post while I make the framework.</p>
<center>
<footer class="footer">
<div class="content has-text-centered">
<!--Badges-->
<a href="https://limepot.xyz/"><img src="/assets/badges/limepotxyz-badge00.gif"></a>
<br>
<a href="https://jointhefediverse.net/"><img src="/assets/badges/FEDERATE-NOW.jpg"></a>
<a href="https://gnu.org"><img src="/assets/badges/gnu-linux.gif"></a>
<a href="https://fuckoffgoogle.de/"><img src="/assets/badges/google_stand.gif"></a>
<a href="https://privacytests.org/"><img src="/assets/badges/chrmevil.gif"></a>
<br>
<img src="/assets/badges/browser.gif">
<a href="https://tuxcrafting.online/"><img src="/assets/badges/tctek.gif"></a>
<iframe src="//incr.easrng.net/badge?key=limepot" style="background: url(//incr.easrng.net/bg.gif)" title="increment badge" width="88" height="31" frameborder="0"></iframe>
<a href="https://cybercriminal.eu"><img src="/assets/badges/cbrmnl.png"></a>
<br>
<!--Badges-->
<br><br>
<a href="https://astro.build">
<img src="https://astro.badg.es/v1/built-with-astro/tiny.svg" alt="Built with Astro" width="109" height="20">
</a>
<a href="https://bulma.io">
<img src="https://bulma.io/images/made-with-bulma--semiwhite.png" alt="Made with Bulma" width="128" height="24">
</a>
<br>
<a href="https://github.com/catppuccin/catppuccin">
<img src="https://img.shields.io/badge/Catppuccin-Mocha%20Mauve-%23cba6f7" width="185" height="20">
</a>
<a href="https://git.ouroboros.group/LimePotato/limepot-xyz">
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="94.2" height="20">
</a>
<br>
<a href="https://up.ouroboros.group/status/obos"><u>Experiencing downtimes?</u></a>
<a href="/policy"><u>Security, Privacy, & Credits</u></a>
</div>
</footer></center>

13
src/pages/posts/post-2.md Normal file
View file

@ -0,0 +1,13 @@
---
layout: ../../layouts/MDPost.astro
title: 'My Second Blog Post'
pubDate: 2023-10-29
description: 'This is the second post of my new blog.'
author: 'LimePotato'
image:
url: '/assets/branding/obo.svg'
alt: 'Website Icon'
tags: ["second", "blogging"]
---
Welcome to my _new blog_ this is a test post while I make the framework.

View file