Compare commits

..

No commits in common. "849ae10da89518a3cf0735e87bd2e9030e83361f" and "1db5b28f2d9ceb664ed4bcb5c321a134f19db849" have entirely different histories.

2 changed files with 3 additions and 18 deletions

View File

@ -1,18 +0,0 @@
---
name: Generate and upload hugo website
on:
push:
jobs:
generate_and_uplaod_site:
runs-on: ubuntu-latest
steps:
- name: Install Hugo
run: sudo apt install -y hugo
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: ls ${{ gitea.workspace }}

3
hugo.toml Normal file
View File

@ -0,0 +1,3 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'