Skip to content

Commit

Permalink
Updated theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Jan 30, 2024
1 parent dec0de8 commit 8465f89
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/[email protected]
with:
hugo-version: '0.121.1'
hugo-version: '0.122.0'
extended: true

- name: Get number of CPU cores
Expand Down
1 change: 1 addition & 0 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
minimalUI = true
disableScale = true
description = "Experimental blogs"
debug = false

[params.preview]
outputPrefix = "ogPreview-overlay"
Expand Down
8 changes: 1 addition & 7 deletions content/future/models/jar/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
title: Beispiel A-Frame
js:
- https://aframe.io/releases/1.5.0/aframe.min.js
- https://unpkg.com/[email protected]/dist/aframe-environment-component.min.js
- https://unpkg.com/[email protected]/dist/aframe-orbit-controls.min.js
css:
- scss/3d-model.scss
---

Ein Viewer realisiert mit [A-Frame](https://aframe.io/).

{{< glb src="model/Dose.glb" style="height: 300px; width: 100%;" class="" >}}
{{< aframe-3d-model src="model/Dose.glb" style="height: 300px; width: 100%;" class="" >}}
1 change: 1 addition & 0 deletions content/future/models/jar/model/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dose/*
21 changes: 0 additions & 21 deletions layouts/shortcodes/glb.html

This file was deleted.

0 comments on commit 8465f89

Please sign in to comment.