[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:
parent
6625086173
commit
bc760c1ab5
|
@ -1,3 +1,4 @@
|
||||||
|
set -x
|
||||||
ssh netbox 'rm -rf ~/output-tfb'
|
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/"'
|
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/"'
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
output/*
|
|
@ -0,0 +1,5 @@
|
||||||
|
================
|
||||||
|
General archives
|
||||||
|
================
|
||||||
|
|
||||||
|
At the moment, none exist. `Return to the document root? </>`_
|
|
@ -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/>`_
|
|
@ -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>`_
|
|
@ -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>`_
|
Loading…
Reference in New Issue