diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 7c1c343..d17d42e 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -21,13 +21,13 @@ jobs: - name: Updating website. uses: appleboy/ssh-action@master with: - host: based.cooking - username: based - key: ${{ secrets.based_ssh }} - passphrase: ${{ secrets.based_ssh_pass }} - port: ${{ secrets.based_port }} + host: ${{ secrets.ssh_host }} + username: ${{ secrets.ssh_user }} + key: ${{ secrets.ssh_key }} + passphrase: ${{ secrets.ssh_pass }} + port: ${{ secrets.ssh_port }} script: | cd repo git stash git pull --force origin master - hugo -s . -d ../based.cooking/ + hugo -s . -d ../montevideo.restaurant/ diff --git a/config.toml b/config.toml index e277fe1..d0bd381 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ -baseURL = 'https://based.cooking/' +baseURL = 'https://montevideo.restaurant/' languageCode = 'en-us' -title = 'Based Cooking' +title = 'Restaurantes en Montevideo' theme = 'lugo' [markup] diff --git a/content/_index.md b/content/_index.md index 3194799..d27ebdc 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,14 @@ --- -title: "🍲 Based Cooking 🍳" +title: "🇺🇾 Restaurantes en Montevideo 🍖" --- -## What do you want to cook? +## ¿Dónde quieres comer? + +## Buscar por categoría + +{{< tagcloud >}} + +## O puedes buscar por restaurante...