This site is templated and extended from Keunhong Park's website. It is build with jekyll and bulma, and can be hosted for free on GitHub Pages. Feel free to re-use this page. It would be great if you link back to my homepage!
- change the personal information in
_config.yml
. - Make sure your
images
have an aspect ratio of 1:1 and are least 320px. - if you wish to use the submission form for emails, create your own Google AppScript for a GoogleSheet and replace the
googleAppScriptUrl
inindex.js
with your url. You can ask ChatGPT how to create a App Script. - if you wish to use google analytics, you need to enable the tracker in
index.html
.
Install required tools (if you don't have them already):
sudo apt install ruby-full # ruby
gem install bundler # bundler
Clone the repository:
git clone https://github.com/OliEfr/OliEfr.github.io # clone
cd OliEfr.github.io
sudo bundle install # install required packages
Start the website locally:
bundle exec jekyll serve --trace
Full and detailed instructions can be found here.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.