Compare commits
No commits in common. "a5a14d1226a8f23df8e735b32c1d7edb5b6d75e3" and "d528b65bf2f94bf6d95a6a968fcf23f5195c3120" have entirely different histories.
a5a14d1226
...
d528b65bf2
4 changed files with 7 additions and 28 deletions
13
package.json
13
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "butterflyvu",
|
||||
"type": "module",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.3",
|
||||
"license": "GPL-3.0-only",
|
||||
"author": {
|
||||
"name": "SudoVanilla"
|
||||
|
@ -32,12 +32,11 @@
|
|||
"docker:push": "docker push ark.sudovanilla.org/korbs/butterflyvu:amd64"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "4.0.0-beta.5",
|
||||
"@astrojs/prism": "3.2.0-beta.0",
|
||||
"@minpluto/zorn": "^0.4.71",
|
||||
"astro": "5.0.0-beta.12",
|
||||
"@astrojs/mdx": "4.0.0-beta.2",
|
||||
"@astrojs/prism": "3.0.0-beta.0",
|
||||
"astro": "5.0.0-beta.5",
|
||||
"astro-analytics": "^2.7.0",
|
||||
"astro-breadcrumbs": "^3.2.2",
|
||||
"astro-breadcrumbs": "^3.2.0",
|
||||
"astro-bun-adapter": "^1.0.2",
|
||||
"astro-feelback": "^0.3.4",
|
||||
"astro-pagefind": "^1.6.0",
|
||||
|
@ -45,6 +44,6 @@
|
|||
"markdoc": "^0.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.81.0"
|
||||
"sass": "^1.80.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@ Title: Components
|
|||
---
|
||||
|
||||
import { Prism } from '@astrojs/prism';
|
||||
import { Zorn } from "@minpluto/zorn";
|
||||
|
||||
Documentation template for the Astro Web Framework.
|
||||
|
||||
|
@ -80,16 +79,4 @@ This is the source code to the splash template layout.
|
|||
|
||||
<video controls src="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm" poster="https://md.sudovanilla.org/images/eay-p-v.jpg"></video>
|
||||
|
||||
The source of both videos above are on a network with limited upload speed, the buffer rate is high.
|
||||
|
||||
|
||||
## Zorn
|
||||
|
||||
<Zorn
|
||||
Poster="https://md.sudovanilla.org/images/eay-p-v.jpg"
|
||||
Video="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm"
|
||||
Milieu
|
||||
BigPlayButton
|
||||
/>
|
||||
|
||||
The source of both videos above are on a network with limited upload speed, the buffer rate is high.
|
|
@ -11,7 +11,6 @@ import Head from '@components/global/Head.astro'
|
|||
import Header from '@components/global/Header.astro'
|
||||
import Sidebar from '@components/Sidebar.astro'
|
||||
import FeelbackYesNo from "astro-feelback/components/FeelbackYesNo.astro"
|
||||
import {Zorn} from "@minpluto/zorn"
|
||||
|
||||
// Styles
|
||||
import "@styles/index.scss"
|
||||
|
@ -46,8 +45,6 @@ import "@styles/prism.css"
|
|||
} -->
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<Zorn is:raw PlayerName="zorn_null" Poster="#" Video="#"/>
|
||||
<div class="footer">
|
||||
<div class="footer-start">
|
||||
<p>© {SiteSettings.OrgName}. All right reserved.</p>
|
||||
|
@ -65,7 +62,4 @@ import "@styles/prism.css"
|
|||
}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Zorn is broken if a player is not already set -->
|
||||
<style is:global>#zorn-player-zorn_null {display: none}</style>
|
||||
</div>
|
|
@ -10,7 +10,6 @@ const { frontmatter } = Astro.props
|
|||
import Head from '@components/global/Head.astro'
|
||||
import Header from '@components/global/Header.astro'
|
||||
import FeelbackYesNo from "astro-feelback/components/FeelbackYesNo.astro";
|
||||
import {Zorn} from "@minpluto/zorn"
|
||||
|
||||
// Styles
|
||||
import "@styles/index.scss";
|
||||
|
|
Loading…
Reference in a new issue