Skip to content

taiamiti/taiamiti.github.io

Repository files navigation

My personal website

This website is built from the agency jekyll theme from this Github project. The theme was modified to :

  • replace the Formspree contact form
  • change layout in the "about me" section
  • remove the team section
  • add an aknowledgement page

For more information on the original template, visit the original theme project page.

RubyGems Downloads LICENSE

Installation as a remote theme for github pages

Update your _config.yml file and your Gemfile.

1. Build locally to test your site

Install gems.

$ bundle install

To test the theme, run this. (Using the --trace flag for verbose errors.)

$ bundle exec jekyll serve --trace

Then open your browser at:

2. Build for Github pages

Follow this tutorial to understand how to setup github pages.

Key sections are :

  • Creating a repo with the proper name and settings for publishing
  • Understanding Github Actions for building the site when the repo is updated and view build/action status here

License

The theme is available as open source under the terms of the MIT License.