Skip to content

nmattia-autoupdate/nmattia.com

 
 

Repository files navigation

Build

$ nix-build

Watch

$ nix-shell -p 'haskellPackages.wai-app-static' --run 'warp -d result'

Deploy

Run the deploy script:

$ ./script/deploy

or run the following commands:

$ git worktree add gh-pages gh-pages
$ rsync -rv --exclude .git --exclude CNAME result/ gh-pages/ --delete
$ git -C gh-pages/ add -A
$ git -C gh-pages/ commit -m "foo"
$ git -C gh-pages/ push

Update the icons

RealFaviconGenerator is used for generating the icons (and some more). Go there and upload a picture. This is used for the android color:

#3b6484

Then download the generated zip and replace the current ./favicon_package_v0.16.zip and copy the generated HTML to templates/default.html.

About

Personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 76.1%
  • Haskell 8.3%
  • CSS 8.1%
  • Nix 4.2%
  • HTML 2.1%
  • Shell 1.2%