Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Dec 9, 2023
1 parent b0e181b commit 7ac3eb2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ defaults:
shell: bash

jobs:
# Build job
build:
deploy:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.121.0
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Install Hugo CLI
run: |
Expand All @@ -57,20 +58,15 @@ jobs:
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./public

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v3


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ El jotason es la copla informática por excelencia. Consiste en un híbrido entr

Visita https://jotason.es para verlas.

<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://jotasones.es">Jotasones</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-ND 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nd.svg?ref=chooser-v1"></a></p>
Jotasones usa la licencia [CC BY-NC-ND 4.0](http://creativecommons.org/licenses/by-nc-nd/4.0/).
4 changes: 2 additions & 2 deletions layouts/partials/extend_footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer class="footer">
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
<p xmlns:cc="https://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
© 2023 Héctor Sanjuán. <a href="https://jotasones.es" property="dct:title" rel="cc:attributionURL">
Jotasones</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-nd/4.0/" rel="license noopener noreferrer" style="display:inline-block;" target="_blank">CC BY-NC-ND 4.0
Jotasones</a> usa la licencia <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/" rel="license noopener noreferrer" style="display:inline-block;" target="_blank">CC BY-NC-ND 4.0
<img src="cc.svg" style="height:22px!important;margin-left:3px;">
<img src="by.svg" style="height:22px!important;margin-left:3px;">
<img src="nc.svg" style="height:22px!important;margin-left:3px;">
Expand Down

0 comments on commit 7ac3eb2

Please sign in to comment.