GitXplorerGitXplorer
d

site

public
1 stars
1 forks
6 issues

Commits

List of commits on branch master.
Unverified
3500c3c95027fa69bc151247a91c9f0904df56e3

Fix typo

ddarrylabbate committed 3 years ago
Unverified
a13f9da375ef82ccb4e351c5b806b0262b77d429

Update plaintext pages

ddarrylabbate committed 3 years ago
Unverified
1f556cbbad18c24de592f6be44c056d6e4745cef

Tweak highlighting theme

ddarrylabbate committed 4 years ago
Unverified
b6e3e3807bee5f1087a741e5b0ad67a819fc0390

Fix highlighting with closing parens

ddarrylabbate committed 4 years ago
Unverified
395043c4d6db44e12565e12303067299b4da9cf2

Update Riff syntax file

ddarrylabbate committed 4 years ago
Unverified
3cb637a07cca7c0e765d0b56eee6be492c02d4cb

Tweak code snippet langs

ddarrylabbate committed 4 years ago

README

The README file for this repository.

This is my personal website, which contains basic information about myself as well as a blog and a place to showcase my projects.


Command-Line Minisite

Along with the typical browser view, there is also a minisite which can be accessed from the command-line with curl.

Available commands

  • curl darryl.cx - Seen in the above screenshot.
  • curl darryl.cx/about - A little about myself.
  • curl darryl.cx/contact - Contact info.
  • curl darryl.cx/posts - 5 latest blog posts (⌘ + click opens links in iTerm).
  • curl darryl.cx/pgp - My public PGP key.
    • curl darryl.cx/pgp | pbcopy to copy to macOS clipboard.
    • curl darryl.cx/pgp | gpg --import to add the key automatically.
  • curl darryl.cx/projects - Brief overview of some of my projects.