Skip to content

Commit

Permalink
Small prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed Feb 23, 2024
1 parent 999e20d commit 4709e6d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hugo-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.115.1
HUGO_VERSION: 0.115.1
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -40,6 +40,7 @@ jobs:
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass

Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,24 @@ This site is ...
- built with [Hugo](https://gohugo.io/) using [Coder](https://themes.gohugo.io/hugo-coder/) theme
- hosted on [Github Pages](https://pages.github.com/)
- inspired by [LeaveIt](https://themes.gohugo.io/leaveit/) theme

## Running locally

### Pre-requisites

- [Hugo](https://gohugo.io/)

### Installation

After clone update the theme Git submodule

```sh
git submodule init
git submodule update
```

Then

```sh
hugo server
```

0 comments on commit 4709e6d

Please sign in to comment.