Skip to content

Commit

Permalink
ci: remove README.md -> _index.md hack
Browse files Browse the repository at this point in the history
  • Loading branch information
foxyseta committed Nov 1, 2024
1 parent 3be78f9 commit 51c8b9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
HUGO_ENVIRONMENT: production
run: |
find content -type l | xargs sed -i '' # see README
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
Expand Down
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,3 @@

Static [Hugo](https://gohugo.io) website for
[`visimp`](https://github.com/visimp/visimp).

Before invoking `hugo`, use

```bash
find content -type -l | xargs sed -i ''
```

This way, symbolic links in `visimp` will become copies of the respective
original files. The CI pipeline also takes care of this. Please do not commit
these changes. Our Hugo theme does not work well with symbolic links, but there
are sometimes important to maintain the codebase non-repetitive.

0 comments on commit 51c8b9e

Please sign in to comment.