zebp / blog

nullpt.rs website

Home Page:https://nullpt.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nullpt.rs

nullpt.rs

Technical blog with ideas from various authors.

Creating a new post

Creating a post is fairly simple, you just need to create a mdx file src/posts/<year>/<month number>/<post-name>.mdx and start with this header:

---
slug: slug-for-the-post
date: Aug 1 2023
author: authorname
name: Your Amazing Post Title
excerpt: A beautiful summary of the blog post
keywords: comma,separated,keyword,list
---

And continue writing using GitHub Flavored Markdown :)

Special Thanks

  • @alii for creating a lovely starting template that I further modified to fit my needs.
  • All nullptrs authors for sharing their ideas

About

nullpt.rs website

https://nullpt.rs


Languages

Language:MDX 85.9%Language:TypeScript 9.4%Language:CSS 3.2%Language:JavaScript 1.5%