Skip to content

ReflectsLight/terry.reflectslight.io

 
 

Repository files navigation

About

terry.reflectslight.io is a nanoc website created in memory of Terry Davis (1969 – 2018). The website also serves as an example of how to use nanoc with webpack via 0x1eef/nanoc-webpack.rb.

Requirements

The following languages and tools have to be installed to build the website from source:

  • Ruby 3.1 (or later)
  • NodeJS v18.15 (or later)
  • tidy-html5

Development

# Clone
git clone https://github.com/ReflectsLight/terry.reflectslight.io
cd terry.reflectslight.io

# Setup build environment
bin/setup

# List tasks
rake -T

# Build website (dev build)
rake nanoc:build

# Build website (production build)
rake nanoc:build[production]

# Start web server
rake server

Sources

License

The source code of this repository is released into the public domain

About

In memory of Terry Davis (1969 - 2018)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 79.2%
  • TypeScript 7.2%
  • Ruby 6.8%
  • HTML 3.0%
  • JavaScript 2.2%
  • Shell 1.6%