feat: add 'coming soon' empty state for projects page & gitignore public dir
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 48s
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 48s
- Add animated coming-soon card when no projects exist - Add Grafana shortcode and gebrauchtwagen-datenbank project - Add hugo/eliaskohout.de/public/ to .gitignore and remove from tracking
This commit is contained in:
13
hugo/eliaskohout.de/layouts/shortcodes/grafana.html
Normal file
13
hugo/eliaskohout.de/layouts/shortcodes/grafana.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="grafana-embed">
|
||||
<iframe
|
||||
src="{{ .Get "url" }}"
|
||||
width="{{ .Get "width" | default "100%" }}"
|
||||
height="{{ .Get "height" | default "450" }}"
|
||||
frameborder="0"
|
||||
scrolling="no"
|
||||
allowfullscreen
|
||||
loading="lazy"
|
||||
style="border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; overflow: hidden;"
|
||||
>
|
||||
</iframe>
|
||||
</div>
|
||||
Reference in New Issue
Block a user