{ Personal } Website Using Jekyll Theme
{Cogito, Ergo Sum}
My personal website to summarize my thoughts, projects, and progress in life at one place for me to look back at how silly I've been and smile.
General Instructions
To Run Locally
- Install Ruby -
sudo apt-get install ruby-full build-essential zlib1g-dev -y
- Add Ruby to PATH. Replace
~/.zshrc
with your own shell config file.
echo '# Install Ruby Gems to ~/gems' >> ~/.zshrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.zshrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
- Install Jekyll and Bundler -
gem install jekyll bundler
- Install Jekyll dependencies -
bundle install
- Run Jekyll -
bundle exec jekyll serve
To Include Youtube Video
- Add the following in the file to include video - do not remove the quotes around ID.
{% include youtubePlayer.html id="YOUTUBE_VIDEO_ID" start=START_SECONDS %}
NOTE: Uses jekyll-embed-video
To Add Caption To Image
![]({{ 'img/posts/facing-my-insecurities/heart-in-cage.png' | relative_url }})
*Heart Inside A Cage Surrounded By Knives | Illustration By Aditi Maurya*
Set using https://github.com/thealphadollar/thealphadollar.github.io/blob/master/css/imageCaption.css
OpenSource Softwares Used
The website uses the following open source projects: