Skip to content

Commit

Permalink
action fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
xndr78 committed Jul 4, 2024
1 parent f65d8a9 commit c5752af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: benmatselby/hugo-deploy-gh-pages@main
env:
HUGO_VERSION: 0.127.0
HUGO_EXTENDED: true
TARGET_REPO: xndr78/xndr78.github.io
TARGET_BRANCH: master
TOKEN: ${{ secrets.TOKEN }}
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# My fabulous homepage

Source files for my [Hugo](https://gohugo.io/ "Hugo website")-powered static homepage, hosted currently on GitHub Pages.
Source files for my [Hugo](https://gohugo.io/ "Hugo website")-powered static homepage.

Deployed automatically on push to `master` by [hugo-remote](https://github.com/victoriadrake/hugo-remote) action. It basically builds hugo project, then commits and pushes all files to another repository with GitHub Pages environment. Current build is always here: [github.com/xndr78/xndr78.github.io](https://github.com/xndr78/xndr78.github.io)

Final result: https://xndr.name
It's here: https://xndr.name
10 changes: 0 additions & 10 deletions config.toml

This file was deleted.

4 changes: 4 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
baseURL = "https://xndr.name/"
languageCode = "en-us"
title = "/home/xndr_78"
googleAnalytics = "UA-9638300-1"

0 comments on commit c5752af

Please sign in to comment.