No description
- CSS 42.1%
- HTML 29.1%
- Shell 25.9%
- JavaScript 2.9%
|
|
||
|---|---|---|
| .reuse | ||
| LICENSES | ||
| source | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .woodpecker.yml | ||
| build.sh | ||
| build_article.sh | ||
| build_blog_feed.sh | ||
| build_blog_index.sh | ||
| README.md | ||
pleroma.social
This repository contains the source code of https://pleroma.social. Woodpecker automatically deploys the website when changes are pushed or merged to the master branch of this repository. The Woodpecker workflow can also be triggered manually on master.
Setting up a local development environment
Dependencies:
- POSIX Shell
- libxml's
xmllint - lowdown
Note: Be sure to have Git LFS set up for this repository.
Building is simply done via ./build.sh
Deployment
Woodpecker builds the site and deploys build/ to gitlabci@pleroma.social:/var/www/www-data/pleroma.social/ with rsync.
Required Woodpecker secret:
deploy_key: SSH private key authorized for thegitlabciuser onpleroma.social.