Skip to content

markcerqueira/markcerqueira.github.com

Repository files navigation

mark.gg - a blog by Mark Cerqueira

Introduction

This repository is automatically transformed by Jekyll into a static site. The source for this branch exists on the master branch and GitHub Pages automatically produces the site that mark.gg points to.

Set-Up

  • See this helpful GitHub page on setting up Jekyll - specifically the Installing Jekyll section.
  • To reset your RubyGem state: mv Gemfile.lock Gemfile.lock.backup && sudo bundle clean --force && bundle install
  • If rbenv is having issues installing on M1 try LDFLAGS="-L/opt/homebrew/opt/capstone/lib" CPPFLAGS="-I/opt/homebrew/opt/capstone/include" rbenv install 3.1.2

Common Tasks and Commands

  • jekyll serve --watch to run the blog locally
  • rake post title="New Post" to create a new blog post

Credits

License

The following files/directories and their contents are Copyright Mark Cerqueira. You may not reuse anything therein without my permission:

  • _posts/
  • assets/
  • about.md
  • archive.html
  • fitness.html
  • projects.html
  • blog.html
  • 404.html
  • index.html
  • resume.pdf

All other directories and files are MIT licensed.