Remove ISO Iframe, fix links, change order of items on homepage
This commit is contained in:
parent
fc1c9920a6
commit
e9d3901d47
|
@ -1,4 +0,0 @@
|
||||||
export default () => <iframe
|
|
||||||
src="https://pub.solar/os/download/"
|
|
||||||
className="ps-iso-iframe"
|
|
||||||
></iframe>;
|
|
|
@ -3,7 +3,6 @@ import Head from '../Head.tsx';
|
||||||
import Background from '../Background.tsx';
|
import Background from '../Background.tsx';
|
||||||
import Homelink from '../Homelink.tsx';
|
import Homelink from '../Homelink.tsx';
|
||||||
import HakkenDates from '../HakkenDates.tsx';
|
import HakkenDates from '../HakkenDates.tsx';
|
||||||
import ISOIFrame from '../ISOIFrame.tsx';
|
|
||||||
|
|
||||||
export default ({
|
export default ({
|
||||||
title,
|
title,
|
||||||
|
@ -15,7 +14,6 @@ export default ({
|
||||||
cacheBust,
|
cacheBust,
|
||||||
|
|
||||||
showHakkenDates,
|
showHakkenDates,
|
||||||
showISOIFrame,
|
|
||||||
}) => <>
|
}) => <>
|
||||||
<html>
|
<html>
|
||||||
<Head
|
<Head
|
||||||
|
@ -51,7 +49,6 @@ export default ({
|
||||||
></div>
|
></div>
|
||||||
|
|
||||||
{showHakkenDates ? <HakkenDates lang="en" className="ps-page--section-contents" /> : null}
|
{showHakkenDates ? <HakkenDates lang="en" className="ps-page--section-contents" /> : null}
|
||||||
{showISOIFrame ? <ISOIFrame /> : null}
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section
|
<section
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
.ps-iso-iframe {
|
|
||||||
width: 100%;
|
|
||||||
aspect-ratio: 16 / 10;
|
|
||||||
border: 0;
|
|
||||||
border-top: 1px solid var(--foreground);
|
|
||||||
}
|
|
|
@ -29,6 +29,5 @@ html {
|
||||||
@import './background';
|
@import './background';
|
||||||
@import './footer';
|
@import './footer';
|
||||||
@import './homelink';
|
@import './homelink';
|
||||||
@import './iso-iframe.scss';
|
|
||||||
@import './hakken-dates.scss';
|
@import './hakken-dates.scss';
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ content:
|
||||||
|
|
||||||
## What will we be doing?
|
## What will we be doing?
|
||||||
|
|
||||||
There is only one set agenda point: riding with Critical Mass. In general, we'll be hakking on pub.solar related stuff like [PubSolarOS](https://git.b12f.io/pub-solar/os "PubSolarOS git repo") or [our Infra](https://git.b12f.io/pub-solar/infra "pub.solar infra repo").
|
There is only one set agenda point: riding with Critical Mass. In general, we'll be hakking on pub.solar related stuff like [PubSolarOS](/os "PubSolarOS git repo") or [our Infra](https://git.b12f.io/pub-solar/infra "pub.solar infra repo").
|
||||||
|
|
||||||
Stuff we've done so far:
|
Stuff we've done so far:
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ content:
|
||||||
|
|
||||||
## Was machen wir denn so?
|
## Was machen wir denn so?
|
||||||
|
|
||||||
Es gibt nur einen festen Programmpunkt: bei der Critical Mass mitradeln. Tendenziell hakken wir danach an pub.solar relatierten sachen wie z.B. [PubSolarOS](https://git.b12f.io/pub-solar/os "PubSolarOS git repo") oder [unsere Infra](https://git.b12f.io/pub-solar/infra "pub.solar infra repo").
|
Es gibt nur einen festen Programmpunkt: bei der Critical Mass mitradeln. Tendenziell hakken wir danach an pub.solar relatierten sachen wie z.B. [PubSolarOS](/os "PubSolarOS git repo") oder [unsere Infra](https://git.b12f.io/pub-solar/infra "pub.solar infra repo").
|
||||||
|
|
||||||
Was wir bisher so gemacht haben:
|
Was wir bisher so gemacht haben:
|
||||||
|
|
||||||
|
|
10
index.yml
10
index.yml
|
@ -4,17 +4,17 @@ links:
|
||||||
- href: https://en.wikipedia.org/wiki/Free_software
|
- href: https://en.wikipedia.org/wiki/Free_software
|
||||||
title: Fucking Free
|
title: Fucking Free
|
||||||
openInNewTab: true
|
openInNewTab: true
|
||||||
- href: /os
|
- href: https://cloud.pub.solar/
|
||||||
title: PubSolarOS
|
title: Nextcloud
|
||||||
|
openInNewTab: true
|
||||||
- href: https://chat.pub.solar/
|
- href: https://chat.pub.solar/
|
||||||
title: Matrix
|
title: Matrix
|
||||||
openInNewTab: true
|
openInNewTab: true
|
||||||
- href: https://mastodon.pub.solar/
|
- href: https://mastodon.pub.solar/
|
||||||
title: Mastodon
|
title: Mastodon
|
||||||
openInNewTab: true
|
openInNewTab: true
|
||||||
- href: https://cloud.pub.solar/
|
- href: /os
|
||||||
title: Nextcloud
|
title: PubSolarOS
|
||||||
openInNewTab: true
|
|
||||||
- href: ./hakken
|
- href: ./hakken
|
||||||
title: hakken.irl
|
title: hakken.irl
|
||||||
- href: ./about
|
- href: ./about
|
||||||
|
|
7
os.yml
7
os.yml
|
@ -1,7 +1,6 @@
|
||||||
layout: layouts/default.tsx
|
layout: layouts/default.tsx
|
||||||
|
|
||||||
title: PubSolarOS
|
title: PubSolarOS
|
||||||
showISOIFrame: true
|
|
||||||
|
|
||||||
content:
|
content:
|
||||||
en: |
|
en: |
|
||||||
|
@ -25,7 +24,11 @@ content:
|
||||||
$ sha256sum --check < ./PubSolarOS-latest.iso.sha256
|
$ sha256sum --check < ./PubSolarOS-latest.iso.sha256
|
||||||
```
|
```
|
||||||
|
|
||||||
## Other versions
|
## Other downloads
|
||||||
|
|
||||||
|
The full list of ISOs and their signatures can be found on our download page.
|
||||||
|
|
||||||
|
[View all ISO downloads](https://pub.solar/os/download/)
|
||||||
|
|
||||||
de: |
|
de: |
|
||||||
# PubSolarOS ist ein Betriebssystem
|
# PubSolarOS ist ein Betriebssystem
|
||||||
|
|
Loading…
Reference in a new issue