Skip to content

OliEfr/OliEfr.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Adapt the website for your needs

  • 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 in index.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.

Using this repository locally

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.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

My personal webpage 🤖

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.8%
  • JavaScript 20.6%
  • SCSS 14.1%
  • Ruby 0.5%