diff options
author | Alexandre Jesus <adbjesus@gmail.com> | 2023-08-01 13:11:30 +0100 |
---|---|---|
committer | Alexandre Jesus <adbjesus@gmail.com> | 2023-08-01 13:11:30 +0100 |
commit | 264f9b94f2ae416cf80e540ee38d8f5171c24808 (patch) | |
tree | 2814001030b98c7ce20e92edf74a44bca2270b3f /README.md | |
parent | 67c55d5bfed4ed4cccd332f9f691d9f61e249d27 (diff) | |
download | adbjesus.com-264f9b94f2ae416cf80e540ee38d8f5171c24808.tar.gz adbjesus.com-264f9b94f2ae416cf80e540ee38d8f5171c24808.zip |
Fix markdown lint issues
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,23 +1,23 @@ # Source code for my personal website -### About +## About This repository contains the source code for my personal website -available at [https://adbjesus.com]. +available at <https://adbjesus.com>. -### Build +## Build First install [Zola](https://getzola.org) on your system. Then, run `zola build` to build the website to the `public/` folder for deployment, or run `zola serve` to serve it locally. -##### Nix +### Nix If you're using nix (with flakes), you can run `nix develop` to get a development shell with everything that is needed. You can also use `nix build` to build the website, or `nix run` to serve locally. -### License +## License The source code of the website is under the MIT License, and available at <https://git.adbjesus.com/website>. |