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

https://github.com/rcdexta/rcdexta.github.io

My homepage
https://github.com/rcdexta/rcdexta.github.io

Last synced: 3 months ago
JSON representation

My homepage

Awesome Lists containing this project

README

          

# rcdexta.com

My homepage

### How to get started

First install Zola. You can find installation instructions [on the Zola website](https://www.getzola.org/documentation/getting-started/installation/).

1. Now in your `config.toml` file, choose the theme by setting `theme = "simple-dev-blog"`.

2. That's it! Now build your site by running the following command, and navigate to `127.0.0.1:111`:

```sh
zola serve
```

You should now have a speedy simple dev blog up and running, have fun!