My personal website https://satchlj.com
  • SCSS 42.3%
  • HTML 38.5%
  • JavaScript 19.2%
Find a file
Satya Benson a966e1265d Update source code link to git.benson.earth
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 15:11:16 +00:00
content initial commit 2026-05-24 15:08:15 +00:00
sass initial commit 2026-05-24 15:08:15 +00:00
static initial commit 2026-05-24 15:08:15 +00:00
templates Update source code link to git.benson.earth 2026-05-24 15:11:16 +00:00
.gitignore initial commit 2026-05-24 15:08:15 +00:00
config.toml Update source code link to git.benson.earth 2026-05-24 15:11:16 +00:00
LICENSE initial commit 2026-05-24 15:08:15 +00:00
README.md initial commit 2026-05-24 15:08:15 +00:00

satchlj.com

My website began as a complete copy of Tim Visée's site, but that changed long ago as I added my own content. Now it is based on the zerm Zola theme, but I have made lots of changes and I am not actually using any theme directly.

Content

The majority of the content is formatted in Markdown, located in the ./content directory.

This website is built with Zola, a static website generator. See its documentation for more information on how this project is structured.

Usage

To run a local instance of this website, be sure to install zola first. Then run:

# Clone the repository
git clone https://tildegit.org/satchlj/satchlj.com
cd satchlj.com

# Change base_url in config.toml

# Build and serve a local instance
zola serve --open

# Open: 127.0.0.1:1111
# Edit files in ./content, view live changes your browser

# Build and deploy
zola build

# serve static files in public directory to web

License

This project is released under the GNU AGPL-3.0 license. Check out the LICENSE file for more information.