Posts

Getting Hugo and Neocities to play nice with IPFS

Neocities 1 supports IPFS 2 archiving by default. Versions of the entire site are stored by hash. Hash values are available at URLs of the form: https://neocities.org/site/<site>/archives. Under a default Hugo 3 configuration, a DNS-based base URL will be set in the Hugo configuration (typically baseURL in config.toml). This will cause Hugo to generate all links and URLs in the site as absolute URLs incorporating the full DNS path. This, unfortunately, makes the site IPFS-unfriendly, as every link will take the user off of their IPFS node.
Read more

Using devtools-6 SCL on CentOS 7.4

Compiling Apache MiNiFi - C++ 1 with Lua support requires a newer compiler than GCC 4.8, which is what CentOS 7.4 includes. The GCC 6.x compiler is supported, and can be installed via SCL: yum-config-manager --enable rhel-server-rhscl-7-rpms yum install devtoolset-6 scl enable devtoolset-6 bash # Now follow usual build instructions https://github.com/apache/nifi-minifi-cpp Apache NiFi - MiNiFi - C++ [return]

Hello

Site generated using Hugo This is the first post using Hugo 1. Hugo was an acceptable choice because it’s written in Go and therefore is extremely simple to install and use. Site hosted using neocities Neocities 2 has a decent free plan, supports Bitcoin, and is somewhat decentralized (content is archived to IPFS 3. https://gohugo.io Hugo | A Fast and Flexible Website Generator [return] https://neocities.org/ Neocities [return] https://ipfs.io IPFS is the Distributed Web [return]