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
- Host: GitHub
- URL: https://github.com/rcdexta/rcdexta.github.io
- Owner: rcdexta
- License: mit
- Created: 2020-08-02T06:34:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T01:45:00.000Z (almost 6 years ago)
- Last Synced: 2025-11-05T00:02:01.597Z (8 months ago)
- Language: HTML
- Size: 2.73 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!