Skip to content

Instantly share code, notes, and snippets.

View abahgat's full-sized avatar

Alessandro Bahgat abahgat

View GitHub Profile
@abahgat
abahgat / config.yml
Last active February 29, 2020 08:03
A circle CI configuration to build a site with Hugo, test with html-proofer and then take screenshot tests via Percy.
version: 2
jobs:
hugo/build:
docker:
- image: cibuilds/hugo:0.55.6
steps:
- checkout
- run:
name: Checkout Submodules if Needed
command: |
@abahgat
abahgat / config.yml
Created August 10, 2019 16:17
Basic CircleCI config for building a site with Hugo, running html-proofer and testing the results.
version: 2.1
orbs:
hugo: circleci/[email protected]
jobs:
snapshot:
docker:
- image: buildkite/puppeteer:v1.15.0
steps:
@abahgat
abahgat / 2023day21.ipynb
Last active December 21, 2023 20:10
Advent of Code 2023 Day 21
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@abahgat
abahgat / 2023day20.ipynb
Last active December 21, 2023 20:10
Advent of Code 2023 Day 20
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.