Skip to content

zebp/blog

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MDX 85.9%
  • TypeScript 9.4%
  • CSS 3.2%
  • JavaScript 1.5%