Add blocks post
This commit is contained in:
parent
fbb40d1ade
commit
da8ab4a12f
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
title: 'Introducing Blocks.Programming.Dev! Code snippet sharing'
|
||||||
|
date: 2024-02-27T23:38:32-05:00
|
||||||
|
author: "Ategon"
|
||||||
|
categories:
|
||||||
|
- Blocks
|
||||||
|
tags:
|
||||||
|
- Release
|
||||||
|
---
|
||||||
|
|
||||||
|
Introducing blocks.programming.dev! This is a site to add small code snippets you make for sharing easily in threads in programming.dev if you need to do something like put the same code in multiple spots.
|
||||||
|
|
||||||
|
The site is running using software called opengist and is essentially an equivalent to gists in github. Repo for it is here https://github.com/thomiceli/opengist.
|
||||||
|
|
||||||
|
Snippets are accessible both in the web interface and using git if you prefer adding in code from your text editor and then pushing it.
|
||||||
|
|
||||||
|
You can find the site here: https://blocks.programming.dev.
|
Loading…
Reference in New Issue