mark.gg - a blog by Mark Cerqueira
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.
- 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
jekyll serve --watch
to run the blog locallyrake post title="New Post"
to create a new blog post
- Using modified version of lanyon theme
- Source Sans Pro font from Google Fonts
- Web icons from Fairhead Creative's WebIcons Set
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.