opatry / opatry.github.io

Olivier Patry's home page (available at https://opatry.net/ and https://opatry.github.io/)

Home Page:https://opatry.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build, test and deploy Status

Olivier Patry

The content is, most of the time, written using [M↓] Markdown and served by nanoc.

This website is available at https://opatry.net using 🔥 Firebase hosting and https://opatry.github.io/ using 📄 GitHub Pages both thanks to 🤖 GitHub Actions.

🛠 Requirements & Initial setup

$ gem install bundler
$ bundle install
$ bundle exec nanoc compile

Debug Ruby code 🔎 💎

See details…

Using Visual Studio Code and ruby-debug-ide, initial setup requires to install binstubs for few binaries:

$ bundle install
$ bundle binstubs bundler nanoc ruby-debug-ide

Then, debug launch configuration should work out of the box in VS Code (put a breakpoint (in Rules#preprocess for example) then press F5).

JavaScript development

$ npm install && npm install --only=dev
$ ./node_modules/.bin/eslint --init

About

Olivier Patry's home page (available at https://opatry.net/ and https://opatry.github.io/)

https://opatry.net

License:Apache License 2.0


Languages

Language:CSS 52.9%Language:Ruby 36.3%Language:HTML 9.2%Language:Shell 1.5%