Skip to content

Commit

Permalink
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
Browse files Browse the repository at this point in the history
index c986e2f..17a6fcd 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages

 on:
   push:
-    branches: ["main"]
+    branches: ["ma*"]

   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch:
diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2024-11-16-hello-gnostr.md
similarity index 100%
rename from _posts/2014-3-3-Hello-World.md
rename to _posts/2024-11-16-hello-gnostr.md
  • Loading branch information
RandyMcMillan committed Nov 16, 2024
1 parent 1db0d91 commit fc5cd1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _posts/2024-11-16-hello-gnostr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
title: You're up and running!
---

Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).

![_config.yml]({{ site.baseurl }}/images/config.png)

The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub.

0 comments on commit fc5cd1f

Please sign in to comment.