My website https://satchlj.com
Go to file
Satya Johnson e59986fab0 removed most of tim's stuff and worked on rhino 2021-09-23 20:59:41 +00:00
.github Update FUNDING.yml 2021-09-06 23:08:49 -04:00
content removed most of tim's stuff and worked on rhino 2021-09-23 20:59:41 +00:00
static removed most of tim's stuff and worked on rhino 2021-09-23 20:59:41 +00:00
templates Commit all initial files 2021-09-06 22:42:26 -04:00
themes/zenn Update color about.md make landing 3 lines 2021-09-07 01:15:22 -04:00
.gitignore Update .gitignore to ignore mac dotfile .DS_Store 2021-09-06 23:42:04 -04:00
LICENSE add license 2021-09-07 01:35:00 -04:00
README.md remove a bit i dont need 2021-09-07 01:37:19 -04:00
config.toml removed most of tim's stuff and worked on rhino 2021-09-23 20:59:41 +00:00

README.md

satch.xyz

My new website is mostly a complete copy of Tim Visée's site. But that is slowly (slowly) changing as I add my own content and remove his.

Content

The majority of the content is formatted in Markdown, located in the ./content directory. It includes a custom theme as well (zenn) for the visuals, by Tim Visée.

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

Any pull requests for changes on the website are welcome.

Usage

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

# Clone the repository
git clone https://github.com/satchlj/satch.xyz
cd satch.xyz

# 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.