No description
- CSS 93.2%
- HTML 5.5%
- Shell 1.3%
|
All checks were successful
/ build-and-deploy (push) Successful in 1m10s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .forgejo/workflows | ||
| infra | ||
| src | ||
| .gitignore | ||
| CLAUDE.md | ||
| LICENSE | ||
| README.md | ||
Personal Website
This repo has the content for https://www.jmsgrogan.com/
Building
The site is built with my dialann generator.
To set up the build environment do:
git clone https://git.jmsgrogan.com/jgrogan/dialann
cd dialann
python -m venv .venv
source .venv/bin/activate
pip install .
cd ..
To do the build:
cd personal-site/src
dialann --build_dir=../build
To deploy the build (assumes a particular server environment and local ssh setup):
cd ..
./infra/deploy.sh
License
Software and content in this repo are Copyright of James Grogan. You can use software under the GPLV3+, a copy of which can be found in the accompanying LICENSE file.
Other content can be used under a CC BY-SA 4.0 license, see here for details.