👤 my portfolio website
Go to file
sophie d97c29ad15 write about refresh 2024-04-26 06:03:58 +01:00
.vscode * 2023-07-18 05:11:27 +01:00
caddy funny sidebart 2024-04-26 01:07:34 +01:00
scripts remove --fsync 2024-04-26 01:21:53 +01:00
src write about refresh 2024-04-26 06:03:58 +01:00
.gitignore add chronic the hemphog saga 2022-05-30 12:31:27 +01:00
LICENSE Initial commit 2019-05-26 12:28:50 +01:00
README.md * 2024-02-14 03:59:56 +00:00
make.js silly 2024-04-26 01:30:40 +01:00
wiki.js * 2024-03-13 01:17:38 +00:00

README.md

zvava.org

static website generator (html and gemini) for my personal website zvava.org

[to do] rewrite no. 4

re write the whole website again but in wren and yeah

contributing

the qjs wiki.js utility is provided to help me (and you!) to create modifications to the wiki. it has usage information built in, the most useful of which are new and make. to make development faster you may alias wiki="qjs wiki.js"

new page

create a new wiki page with placeholder content

usage: qjs wiki.js new page [args...]

general arguments:

  • -h --help: display usage information
  • -f --force: don't abort if page already exists

add metadata:

  • -t --title: set new page's title
  • -C --created: set new page's created date
  • -m --modified: set new page's modified date
  • -T --thumb: set new page's thumbnail
  • -c --category: add a category to the page

add content:

  • -h1 --header: add a # header to the page
  • -h2 --sub: add a ## header to the page
  • -h3 --subsub: add a ### header to the page
  • -p --text: add a paragraph to the page
  • -q --quote: add a block quote to the page
  • -l --link: add a link to the page
  • -i --image: add an image to the page
  • -a --alt: set alt text of previous image/link

development

run qjs make.js (or wiki make if you have the alias) to create out/, out/gemini/, and out/www/, then generate contents

run webserver 8080 out/www/ (npm i -g webserver) to debug html output https://github.com/mbrubeck/agate run agate --content out/gemini/ --host localhost to debug gemini output (agate)

production

make sure all changes are committed and pushed

run qjs wiki.js publish and enter password to sync changes with the webserver

remote server will fetch the latest version of this repo, and run the publish.sh script. this builds the site remotely and copies out/gemini/ to /var/gemini/content/ and out/www/ to /var/www/sass