rgolubtsov / rgolubtsov.github.io

A Cup of Radicchio: A personal website of a power looper, a skateboarder, and a coder.

Home Page:https://rgolubtsov.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Cup of Radicchio ☕ 🔹 🔸 🔹 🔸

A Cup of Radicchio: A personal website of a power looper, a skateboarder, and a coder.


The website might be built using GNU Make and Harp: $ make clean && make all.

Install Harp on OpenBSD/amd64:

$ sudo CXX=c++ LIBSASS_EXT="no" npm i harp -g --unsafe-perm
/usr/local/bin/harp -> /usr/local/lib/node_modules/harp/bin/harp
...

+ harp@0.46.1
updated 1 package in 20.627s
$
$ ls -al /usr/local/bin/harp /usr/local/lib/node_modules/harp/bin/harp
lrwxr-xr-x  1 root  wheel    33 Jul  1 17:10 /usr/local/bin/harp -> ../lib/node_modules/harp/bin/harp
-rwxr-xr-x  1 root  wheel  4070 Oct 26  1985 /usr/local/lib/node_modules/harp/bin/harp
$
$ harp -v
v0.46.1

Install Harp on Ubuntu Server LTS x86-64:

$ sudo npm i harp -g --unsafe-perm

changed 84 packages, and audited 85 packages in 8s

4 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
$
$ ls -al /usr/local/bin/harp /usr/local/lib/node_modules/harp/bin/harp
lrwxrwxrwx 1 root root   33 Apr 12 19:30 /usr/local/bin/harp -> ../lib/node_modules/harp/bin/harp
-rwxr-xr-x 1 root root 4070 Apr 12 19:30 /usr/local/lib/node_modules/harp/bin/harp
$
$ harp -v
v0.46.1

Install Harp on Arch Linux / Arch Linux 32:

$ sudo LIBSASS_EXT="no" npm i harp -g --unsafe-perm

changed 84 packages, and audited 85 packages in 3s

4 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
$
$ ls -al /usr/bin/harp /usr/lib/node_modules/harp/bin/harp
lrwxrwxrwx 1 root root   33 Apr 12 19:40 /usr/bin/harp -> ../lib/node_modules/harp/bin/harp
-rwxr-xr-x 1 root root 4070 Apr 12 19:40 /usr/lib/node_modules/harp/bin/harp
$
$ harp -v
v0.46.1

About

A Cup of Radicchio: A personal website of a power looper, a skateboarder, and a coder.

https://rgolubtsov.github.io

License:MIT License


Languages

Language:HTML 64.8%Language:EJS 19.2%Language:Perl 3.1%Language:CSS 2.3%Language:Shell 1.6%Language:JavaScript 1.1%Language:Python 0.8%Language:C 0.8%Language:LFE 0.8%Language:Clojure 0.8%Language:Go 0.8%Language:Erlang 0.8%Language:Elixir 0.7%Language:Lua 0.7%Language:Groovy 0.7%Language:Julia 0.7%Language:Makefile 0.1%