Skip to content

rafaelh/rafaelh.github.io

Repository files navigation

rafaelhart.com

A tech blog built with Jekyll and deployed on GitHub Pages.

Live site: https://rafaelhart.com

Structure

  • _config.yml: Jekyll configuration.
  • _data/: site data files.
  • _drafts/: unpublished draft posts.
  • _includes/: shared HTML partials.
  • _layouts/: page layout templates.
  • _pages/: standalone pages (about, contact, etc).
  • _posts/: blog posts.
  • _projects/: project entries.
  • _sass/: Sass source files.
  • assets/: images and other static assets.
  • css/ and js/: compiled/static frontend files.
  • .github/workflows/: GitHub Actions deployment workflow.

Technologies

  • Jekyll static site generator.
  • Ruby and Bundler for dependency management.
  • Jekyll plugins used by this site:
    • jekyll-paginate
    • jekyll-sitemap
    • jekyll-feed
  • GitHub Pages for hosting.

Installation (Arch Linux)

# Install Ruby and development tools
sudo pacman -S --needed ruby base-devel

# Install Bundler
gem install bundler

# From the project directory
bundle install

Installation (macOS)

# Install Homebrew if needed: https://brew.sh

# Install Ruby (recommended over system Ruby)
brew install ruby

# Ensure Homebrew Ruby is first in PATH (zsh)
echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc

# Install Bundler and project gems
gem install bundler
bundle install

Running

Local site: http://localhost:4000

bundle exec jekyll serve
# Browse to http://localhost:4000

Post Template

---
title: title
date: 2021-01-30
layout: post
published: false
permalink: /2017/03/windows-10-privacy/
featured_image: /assets/img/2017/2017-03-27-windows-10-privacy.jpg
excerpt: info goes here
---

URL:
[Amass](https://github.com/OWASP/Amass#-owasp-amass)

Image:
![Views on DevOps]({{site.baseurl}}/assets/img/2018/2018-02-23-devops-ecosystem.jpg)

More Info

About

A security tech blog to store my shameless self-promotion.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages