split into multiple soupault sites

This commit is contained in:
Alexander 2025-06-10 13:07:54 -04:00
parent 988b14da4d
commit 864544624c
209 changed files with 221 additions and 1416 deletions

1
acl.cool Submodule

@ -0,0 +1 @@
Subproject commit fd249264cd9617a0ff8b3306e8d94538c47f1759

10
build.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
builtin pushd acl.cool
rm -rf serve/
soupault
popd
builtin pushd ytheleus.org
rm -rf serve/
soupault
popd

View file

@ -56,56 +56,56 @@
@font-face {
font-family: 'BodySerif';
src: url('../assets/fonts/STIXTwoText/STIXTwoText_Regular.otf') format('opentype');
src: url('../assets/fonts/Alegreya/static/Alegreya-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'BodySerif';
src: url('../assets/fonts/STIXTwoText/STIXTwoText_Italic.otf') format('opentype');
src: url('../assets/fonts/Alegreya/static/Alegreya-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'BodySerif';
src: url('../assets/fonts/STIXTwoText/STIXTwoText_Bold.otf') format('opentype');
src: url('../assets/fonts/Alegreya/static/Alegreya-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'BodySerif';
src: url('../assets/fonts/STIXTwoText/STIXTwoText_BoldItalic.otf') format('opentype');
src: url('../assets/fonts/Alegreya/static/Alegreya-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'BodySans';
src: url('../assets/fonts/Source_Sans_3/static/SourceSans3-Regular.ttf') format('truetype');
src: url('../assets/fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'BodySans';
src: url('../assets/fonts/Source_Sans_3/static/SourceSans3-Italic.ttf') format('truetype');
src: url('../assets/fonts/Alegreya_Sans/AlegreyaSans-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'BodySans';
src: url('../assets/fonts/Source_Sans_3/static/SourceSans3-SemiBold.ttf') format('truetype');
src: url('../assets/fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'BodySans';
src: url('../assets/fonts/Source_Sans_3/static/SourceSans3-SemiBoldItalic.ttf') format('truetype');
src: url('../assets/fonts/Alegreya_Sans/AlegreyaSans-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@ -138,17 +138,29 @@
font-style: italic;
}
:root {
--base-font-size: 1.2rem;
@font-face {
font-family: "Quote";
src: url('../assets/fonts/Alegreya_Sans/AlegreyaSans-Italic.ttf') format('woff2');
}
@font-face {
font-family: 'Math';
src: url('../assets/fonts/STIXTwo/STIXTwoMath-Regular.woff2') format('woff2');
}
:root {
--base-font-size: 1.25rem;
}
/* Setting the line height here apparently stops "normal" from varying
across the course of <body>. */
body {
font-size: var(--base-font-size);
line-height: var(--read-spacing);
}
.font-hidpi body {
font-family: "BodySerif", sans-serif;
line-height: 1.43;
}
.font-lodpi body {
@ -169,12 +181,12 @@ h6 {
font-family: "Subheading";
font-style: italic;
font-weight: normal;
line-height: normal;
line-height: var(--ui-spacing);
}
h1 {
margin-block: 0.67em;
font-size: calc(2.25 * var(--base-font-size));
font-size: calc(2.22 * var(--base-font-size));
}
h2 {
@ -199,5 +211,5 @@ h6 {
code {
font-family: "Mono";
font-size: calc(0.9 * var(--base-font-size));
font-size: calc(0.845 * var(--base-font-size));
}

70
css/looks.css Normal file
View file

@ -0,0 +1,70 @@
code:not(pre code) {
font-weight: bold;
}
:root {
--darkest-color: rgb(10, 5, 0);
--middle-color: rgb(60, 55, 50);
--lighter-color: rgb(95, 85, 80);
--ui-spacing: 1.25;
--read-spacing: 1.5;
}
pre {
background-color: white;
overflow-x: auto;
border-style: solid;
border-radius: 3px;
border-width: 2px;
border-color: gainsboro;
padding-left: 0.35em;
padding-top: 0.1em;
padding-bottom: 0.2em;
}
body {
background-color: rgb(255, 255, 255);
color: var(--middle-color);
}
h2,
h3,
h4,
h5,
h6 {
color: var(--middle-color);
}
h1 {
color: var(--darkest-color);
}
blockquote {
font-family: "Quote";
font-size: 1.18em;
line-height: normal;
border-left: 4px solid var(--darkest-color);
padding-left: 0.45em;
margin: 0;
}
a:link {
color: var(--darkest-color)
}
table, th, td {
background-color: white;
overflow-x: auto;
border-style: solid;
border-radius: 3px;
border-width: 2px;
border-color: gainsboro;
padding-left: 0.35em;
padding-right: 0.35em;
border-collapse: collapse;
}
img {
width: 100%;
height: auto;
}

Binary file not shown.

Binary file not shown.

View file

@ -1,4 +1,4 @@
Copyright 2010-2020 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries.
Copyright 2011 The Alegreya Project Authors (https://github.com/huertatipografica/Alegreya)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:

View file

@ -1,34 +1,30 @@
Source Sans 3 Variable Font
===========================
Alegreya Variable Font
======================
This download contains Source Sans 3 as both variable fonts and static fonts.
This download contains Alegreya as both variable fonts and static fonts.
Source Sans 3 is a variable font with this axis:
Alegreya is a variable font with this axis:
wght
This means all the styles are contained in these files:
SourceSans3-VariableFont_wght.ttf
SourceSans3-Italic-VariableFont_wght.ttf
Alegreya-VariableFont_wght.ttf
Alegreya-Italic-VariableFont_wght.ttf
If your app fully supports variable fonts, you can now pick intermediate styles
that arent available as static fonts. Not all apps support variable fonts, and
in those cases you can use the static font files for Source Sans 3:
static/SourceSans3-ExtraLight.ttf
static/SourceSans3-Light.ttf
static/SourceSans3-Regular.ttf
static/SourceSans3-Medium.ttf
static/SourceSans3-SemiBold.ttf
static/SourceSans3-Bold.ttf
static/SourceSans3-ExtraBold.ttf
static/SourceSans3-Black.ttf
static/SourceSans3-ExtraLightItalic.ttf
static/SourceSans3-LightItalic.ttf
static/SourceSans3-Italic.ttf
static/SourceSans3-MediumItalic.ttf
static/SourceSans3-SemiBoldItalic.ttf
static/SourceSans3-BoldItalic.ttf
static/SourceSans3-ExtraBoldItalic.ttf
static/SourceSans3-BlackItalic.ttf
in those cases you can use the static font files for Alegreya:
static/Alegreya-Regular.ttf
static/Alegreya-Medium.ttf
static/Alegreya-SemiBold.ttf
static/Alegreya-Bold.ttf
static/Alegreya-ExtraBold.ttf
static/Alegreya-Black.ttf
static/Alegreya-Italic.ttf
static/Alegreya-MediumItalic.ttf
static/Alegreya-SemiBoldItalic.ttf
static/Alegreya-BoldItalic.ttf
static/Alegreya-ExtraBoldItalic.ttf
static/Alegreya-BlackItalic.ttf
Get started
-----------

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,93 @@
Copyright 2013 The Alegreya Sans Project Authors (https://github.com/huertatipografica/Alegreya-Sans)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more