website

Portfolio website
git clone https://willem.vanzwol.com/git/website/repo.bundle
Log | Files | Refs | README | LICENSE

README.md (916B)


      1 # Website (willem.vanzwol.com)
      2 
      3 For now this site is very bland. This README will likely serve to document and/or roadmap. Honestly I'm not sure yet. But I do have stagit setup in a way I like now. Just run:
      4 
      5 ```bash
      6 nix run
      7 git bundle create git/website/repo.bundle HEAD master --all
      8 ```
      9 
     10 and that generates the stagit in git/website/ via the writeShellApplication in `flake.nix` 
     11 the second command creates a bundle so others can clone the repo without SSH or anything like that enabled.
     12 
     13 There is a lot more that I want to do with this though, this is not finished.
     14 
     15 The website is currently hosted on neocities.org.
     16 This means the most efficient way to push changes is with the neocities package:
     17 
     18 ```bash
     19 nix-shell -p neocities
     20 neocities push .
     21 ```
     22 > [!NOTE]
     23 > You will need to remove `git/` from the `.gitignore` file so neocities will
     24 > push that content
     25 > If you have logged in before, it will remember you.