From 264f9b94f2ae416cf80e540ee38d8f5171c24808 Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Tue, 1 Aug 2023 13:11:30 +0100 Subject: Fix markdown lint issues --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 93a9766..cfd9641 100644 --- a/README.md +++ b/README.md @@ -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 . -### 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 . -- cgit v1.2.3