add solar
This commit is contained in:
config.tomlrun.js
content
blog
private
2024-04-09-ai.md2024-04-10-yui.md2024-04-11-world.md2024-04-12-setting.md2024-04-13-gen.md2024-05-01-story.md2024-05-02-setting.md
story.mdlayouts/partials
readme.mdstatic
css
img
pkg
galaxy
solar
css
images
index.htmljs
CelestialBody.jsDetector.jsanimation.jscameraParameters.jscontrol.jsdata.jsindex.js
libs
FirstPersonControls.jsGPUParticleSystem.jsMTLLoader.jsOBJLoader.jsdat.gui.min.jsjquery-3.2.1.min.jsstats.min.jsthree.min.jstween.min.js
main.jsorbit.jsrenderers
shaders.jstime.jsres
callisto
comet
deimos
dione
earth
effects
europa
io
jupiter
loading
mars
mercury
moon
neptune
phobos
pluto
prompt
saturn
skybox
sol
space
titan
uranus
venus
@ -7,7 +7,7 @@
|
||||
{{ range .Data.Pages }}
|
||||
{{ $t := index (split .Permalink "/") 3 }}
|
||||
|
||||
{{ if or (eq $t "blog") (eq $t "novel") }}
|
||||
{{ if or (eq $t "blog") }}
|
||||
<li class="top">
|
||||
<a href="{{.Permalink}}">{{ $t }}</a> <a class="li-link-left" href="{{ .Site.BaseURL }}/{{ $t }}/index.xml"><i class="fa-solid fa-rss"></i></a>
|
||||
</li>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<iframe src="/pkg/galaxy/?star=fff700&in=fff700&out=fff700&bg=0x000000" allowfullscreen frameborder="0" style="width:100%;height:700px;"></iframe>
|
||||
<iframe src="/pkg/galaxy/?star=fff700&in=fff700&out=fff700&bg=0x000000" allowfullscreen frameborder="0" style="width:100%;height:600px;"></iframe>
|
||||
<!--
|
||||
<iframe src="/pkg/galaxy/" allowfullscreen frameborder="0" style="width:100%;height:700px;"></iframe>
|
||||
-->
|
||||
|
@ -30,12 +30,13 @@
|
||||
<script src=/bitcoin/chunk-vendors.js></script>
|
||||
<script src=/bitcoin/app.js></script>
|
||||
-->
|
||||
|
||||
|
||||
<a class="menu-link-left-black" href="https://card.syui.ai/ai"><span class="icon-card"></span></a>
|
||||
<a class="menu-link-left-black" href="https://manga.syui.ai"><span class="icon-book"></span></a>
|
||||
<a class="menu-link-left-black" href="https://vrm.syui.ai"><span class="icon-game"></span></a>
|
||||
<a class="menu-link-left-black" href="https://term.syui.ai"><span class="icon-aiterm"></span></a>
|
||||
<a class="menu-link-left-black" href="https://git.syui.ai/ai"><span class="icon-git"></span></a>
|
||||
<a class="menu-link-left-black" href="/private"><i class="fa-solid fa-list"></i></a>
|
||||
|
||||
</span>
|
||||
{{ end }}
|
||||
|
@ -1,6 +1,8 @@
|
||||
<div class="nasa">
|
||||
<iframe src="https://eyes.nasa.gov/apps/solar-system/#/sun/distance?to=earth" allowfullscreen frameborder="0" style="width:100%;height:700px;"></iframe>
|
||||
<iframe src="https://eyes.nasa.gov/apps/solar-system/#/sun/distance" allowfullscreen frameborder="0" style="width:100%;height:700px;"></iframe>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
https://eyes.nasa.gov/apps/solar-system/#/story/voyager_grand_tour?slide=slide_2
|
||||
https://eyes.nasa.gov/apps/solar-system/#/story/voyager_grand_tour?slide=slide_2
|
||||
<iframe src="https://eyes.nasa.gov/apps/solar-system/#/sun/distance?to=earth" allowfullscreen frameborder="0" style="width:100%;height:700px;"></iframe>
|
||||
-->
|
||||
|
1
layouts/partials/solar.html
Normal file
1
layouts/partials/solar.html
Normal file
@ -0,0 +1 @@
|
||||
<iframe src="/pkg/solar/" allowfullscreen frameborder="0" style="width:100%;height:700px;"></iframe>
|
Reference in New Issue
Block a user