Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gadomski/gadomski.github.io

Personal wobsite
https://github.com/gadomski/gadomski.github.io

geospatial open-source python rust software-engineering

Last synced: 20 days ago
JSON representation

Personal wobsite

Awesome Lists containing this project

README

        

# gadomski.github.io

My personal wobsite.

## Adding a new post

First, install [zola](https://www.getzola.org/):

```sh
brew install zola
```

Then:

1. Create a new file in `content/posts`.
2. Write the post.
3. Run `zola serve` to check it out.