Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate gh-pages to master #5

Merged
merged 13 commits into from
Jul 9, 2024
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ Thumbs.db
##############

_site
Gemfile.lock
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tonysansone.me
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

source "https://rubygems.org"

# gem "rails"

# gem "jekyll", "~> 4.3"
gem "github-pages", "~> 231", group: :jekyll_plugins
3 changes: 3 additions & 0 deletions _config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ incremental: false
highlighter: rouge
gist:
noscript: false
markdown: kramdown
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
domain: tonysansone.me # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
url: https://www.tonysansone.me # the base hostname and protocol for your site, e.g. http://example.com