[CHANGE] first skeleton

- establish a skeleton of files for the site
- make a change to .deploy so we don't clobber beepboop.systems
This commit is contained in:
stupidcomputer 2024-11-04 02:54:26 -06:00
parent 6625086173
commit bc760c1ab5
6 changed files with 38 additions and 1 deletions

View File

@ -1,3 +1,4 @@
set -x
ssh netbox 'rm -rf ~/output-tfb'
scp -P 443 -r ./output-tfb ryan@beepboop.systems:~
scp -P 443 -r ./output ryan@beepboop.systems:~/output-tfb
ssh netbox 'sudo -S sh -c "rm -rf /var/www/tfb.beepboop.systems; mkdir /var/www/tfb.beepboop.systems; cp -r ./output-tfb/* /var/www/tfb.beepboop.systems/"'

1
src/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
output/*

5
src/archives/index.rst Normal file
View File

@ -0,0 +1,5 @@
================
General archives
================
At the moment, none exist. `Return to the document root? </>`_

9
src/index.rst Normal file
View File

@ -0,0 +1,9 @@
=======================================
the beepboop.systems' TFB document root
=======================================
This server contains various historical and informational archives regarding `The Franklin Band <https://thefranklinband.org>`_.
To see a list of changes to this website, see the `changelog </changelog.html>`_.
- `Librarian materials <librarian/>`_
- `General archives <archives/>`_

12
src/librarian/1/index.rst Normal file
View File

@ -0,0 +1,12 @@
=====================================================================
Dynamically Allocated Sections allocation schedule, as of 30 Oct 2024
=====================================================================
`Go back to the Librarian materials document root </librarian>`_.
`Return to the tfb.beepboop.systems document root </>`_.
**Notice**: Due to technical restrictions, this notice is not currently available.
- `View pdf <./1.pdf>`_
- `Download LaTeX source <./1.tex>`_

9
src/librarian/index.rst Normal file
View File

@ -0,0 +1,9 @@
========================
Librarian notice archive
========================
The Librarians occasionally issue informational notices -- they are archived here for future reference.
`Return to the tfb.beepboop.systems document root </>`_.
- `Dynamically Allocated Sections allocation schedule, as of 30 Oct 2024 <./1>`_