My website
https://satchlj.com
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.github | 2 years ago | |
content | 1 year ago | |
static | 1 year ago | |
templates | 2 years ago | |
themes/zenn | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
config.toml | 1 year ago |
README.md
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.
Content
The majority of the content is formatted in Markdown, located in the
./content
directory.
It includes 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://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.