Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gadomski/gadomski.github.io
- Owner: gadomski
- License: mit
- Created: 2014-06-05T11:33:52.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T14:04:54.000Z (23 days ago)
- Last Synced: 2024-12-02T14:44:46.253Z (23 days ago)
- Topics: geospatial, open-source, python, rust, software-engineering
- Language: SCSS
- Homepage: https://www.gadom.ski/
- Size: 46.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.