GitXplorerGitXplorer
d

website

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
6aa4a5299328f30eddfa8d8e918f2670e54c5378

Use regular diff instead of patdiff, since it does not require modifying Content Security Policy.

ddimitrijer committed 6 months ago
Unverified
e2e7a90425260a5e5ac2056aad232d62c2103ecc

Add tftp to ROS syntax.

ddimitrijer committed 6 months ago
Unverified
893f25c19bdc2a68c82fc63b318388d6aec77f8a

Tweak image.

ddimitrijer committed 6 months ago
Unverified
d1813884980b5d870b62323d25d15e6a42048a27

Add a post on building my homelab, focus on netboot.

ddimitrijer committed 6 months ago
Unverified
f0cbc6b5d7eba8a2849f9aa19cde4ad935237ab9

Add more ROS syntax

ddimitrijer committed 6 months ago
Unverified
0311935f4608d9726c9b6fc0959013428ef80e2b

Add tftp parameters to ROS syntax.

ddimitrijer committed 6 months ago

README

The README file for this repository.

dimitrije.website

This is source of https://dimitrije.website. The website is built with Hakyll.

Building and serving

You will need Nix package manager:

$ nix-shell

To serve locally, run make watch. This will rebuild static files and start Hakyll local web server on port 8082 in watch mode. All local changes will be detected, rebuilt and served.

To build CV PDF, run make cv.

To deploy, run make deploy.

Licensing

Source code is released under LGPL-3.0.

Text, images and other non-source code content are released under CC BY 4.0.