No description
|
Some checks failed
Build Website / build (push) Has been cancelled
This moves the output directory to docs for GitHub Pages and adds a workflow to automatically build the pages directory on push to main. One aside, it was necessary to fork meme-rs for this as it was dependent on old libraries that did not build on GitHub Actions. |
||
|---|---|---|
| .github/workflows | ||
| docs | ||
| orig | ||
| .gitignore | ||
| darmok.txt | ||
| generate.sh | ||
| index.html | ||
| README.md | ||
| template.png | ||
| upload.sh | ||
Darmok.com
This repository contains everything that is necessary to create darmok.com, a website that serves some common memes in the Tamarian language:
- The original GIF/JPG files
- The rules that map memes to the Tamarian language
- The script to generate the website
- A script to upload the data to the web server using FTP
Dependencies
meme-rs
(for creating the images)
git clone https://github.com/nbaztec/meme-rs
cd meme-rs
sudo make install
ncftp
(for uploading uploading to the webserver)
brew install ncftp
Create Website
./generate.sh
Upload Website
./upload.sh
This requires a file ~/bin/darmok.txt containing the FTP data in the following format:
host <hostname>
user <username>
pass <password>
Author
Michael Steil, mist64@mac.com, pagetable.com
License
2-clause BSD
Contributing
Contributions are highly appreciated:
- additional memes
- prettier website