Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abjarna committed Jun 29, 2024
1 parent 7610fc3 commit c1ccfa0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rit/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
extensions = [
'sphinxcontrib.tikz',
'sphinx_sitemap', # Búa til sitemap.xml skrá
'sphinx_favicon',
'sphinx_favicon', # Setja inn favicon
'sphinx_copybutton', # Takki til að taka afrit af kóðablokkum
]

Expand Down Expand Up @@ -444,12 +444,12 @@ def apply_styles(text, styles):

# -- sphinx_favicon configuration --------------------------------------------

#favicons = [
# {"rel": "icon", "href": "favicon/favicon.ico", "sizes": "32x32"},
# {"rel": "icon", "href": "favicon/icon.svg", "type": "image/svg+xml"},
# {"rel": "apple-touch-icon", "href": "favicon/apple-touch-icon.png"},
# {"rel": "manifest", "href": "/webmanifest.json"},
#]
favicons = [
{"rel": "icon", "href": "favicon/favicon.ico", "sizes": "32x32"},
{"rel": "icon", "href": "favicon/icon.svg", "type": "image/svg+xml"},
{"rel": "apple-touch-icon", "href": "favicon/apple-touch-icon.png"},
{"rel": "manifest", "href": "/webmanifest.json"},
]



Expand Down
5 changes: 5 additions & 0 deletions yml/azure-ritsafn-dev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ runs:
mv json/azure-ritsafn-dev/staticwebapp.config.json rit/_build/html/
shell: bash

- name: MAIN - Add manifest.json
run: |
mv json/manifest.json rit/_build/html/
shell: bash

- name: DEV - Delete sitemap.xml
run: |
rm rit/_build/html/sitemap.xml
Expand Down
5 changes: 5 additions & 0 deletions yml/azure-ritsafn-main/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ runs:
run: |
mv txt/robots.txt rit/_build/html/
shell: bash

- name: MAIN - Add manifest.json
run: |
mv json/manifest.json rit/_build/html/
shell: bash

0 comments on commit c1ccfa0

Please sign in to comment.