remove that post
parent
ba2690a3d9
commit
4a26c256b2
@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Another Test
|
||||
layout: post
|
||||
date: 2022-09-22 19:58:42
|
||||
permalink: /blog/2022/SEP/22-another-test.php
|
||||
excerpt_separator: <!--more-->
|
||||
---
|
||||
|
||||
Remind me to delete this later.
|
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
commit=$@
|
||||
|
||||
git add *
|
||||
git commit -m "$commit"
|
||||
git push origin master
|
Loading…
Reference in New Issue