My website https://satchlj.com
Go to file
Satya L. Johnson 52f83e7674 okay..? 2021-09-24 09:11:59 -04:00
.github remove github funding 2021-09-23 16:54:43 -04:00
content delete tim's projects 2021-09-24 07:05:37 -04:00
static we're good :) 2021-09-23 17:30:10 -04:00
templates Commit all initial files 2021-09-06 22:42:26 -04:00
themes/zenn okay..? 2021-09-24 09:11:59 -04:00
.gitignore update .gitignore 2021-09-23 17:26:43 -04:00
README.md remove a bit i dont need 2021-09-07 01:37:19 -04:00
config.toml fix watch and add name guide 2021-09-23 23:22:53 -04: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.