Skip to content

Commit

Permalink
Merge pull request #8 from 1bl4z3r/staging
Browse files Browse the repository at this point in the history
Multiple Changes(Read Notes)
  • Loading branch information
1bl4z3r authored Jul 22, 2023
2 parents 59c7e5e + 7628c31 commit 366c101
Show file tree
Hide file tree
Showing 14 changed files with 73 additions and 1,882 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Build and Deploy Hugo Site
on:
push:
branches:
- main
- deploy
pull_request:
branches:
- main
- deploy
jobs:
build-and-deploy-site:
name: Build and Deploy Hugo
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand All @@ -30,10 +31,10 @@ jobs:
with:
directory: "./public"
arguments: --only-4xx --check-favicon --check-html --assume-extension --empty-alt-ignore --disable-external
continue-on-error: true
continue-on-error: false

- name: Deploy to GitHub Pages
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/deploy'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Deploy Releases
name: Release
on:
push:
tags:
- "*"
jobs:
release:
name: Release
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hugo theme Hermit - V2

### Why Am I maintaing a fork?
### Why Am I maintaining a fork?

Initially, when I started my Blog journey, I was enthralled by this very theme and I am using it since. However, original developer has ceased maintaining the theme and it is riddled with many bugs. Hence, I have taken upon myself to maintain this theme.

Expand All @@ -9,6 +9,7 @@ I fully intend to keep the essence of the theme as-it-is and only add minor upda
> Let's make __Hermit__ great again
DEMO : [Hermit-V2](https://1bl4z3r.github.io/hermit-V2/)
GoHugo Theme : [https://themes.gohugo.io/themes/hermit-v2/](https://themes.gohugo.io/themes/hermit-v2/)
---
# Original README follows below

Expand Down
17 changes: 0 additions & 17 deletions content/about-hugo.md

This file was deleted.

1,142 changes: 0 additions & 1,142 deletions content/posts/creating-a-new-theme.md

This file was deleted.

Loading

0 comments on commit 366c101

Please sign in to comment.