2023-09-17 11:24:54 +00:00
|
|
|
# soc
|
2023-08-08 16:48:09 +00:00
|
|
|
|
2023-09-17 11:24:54 +00:00
|
|
|
Soc (stream of consciousness) is a personal website platform for introverts. It is
|
|
|
|
designed to run a blog as well as a microblog.
|
|
|
|
|
|
|
|
This codebase is currently geared for my own site, but can be easily adapted.
|
2023-08-08 16:48:09 +00:00
|
|
|
|
2023-08-19 15:46:43 +00:00
|
|
|
# Development environment
|
2023-08-08 16:48:09 +00:00
|
|
|
|
2023-08-19 15:46:43 +00:00
|
|
|
Uses [devenv](https://devenv.sh). If you wish to run outside of this you should
|
|
|
|
still be able to use `devenv.nix` as documentation of what is required.
|
2023-08-08 16:48:09 +00:00
|
|
|
|
2023-08-19 15:46:43 +00:00
|
|
|
# Deployment
|
2023-08-08 16:48:09 +00:00
|
|
|
|
2023-09-17 11:24:54 +00:00
|
|
|
The plan is to use Kamal for deployment.
|
2023-08-08 16:48:09 +00:00
|
|
|
|