/thealphadollar.github.io

Revelare: My personal website

Primary LanguageHTMLMIT LicenseMIT

{ Personal } Website Using Jekyll Theme

license

{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

  1. Install Ruby - sudo apt-get install ruby-full build-essential zlib1g-dev -y
  2. 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
  1. Install Jekyll and Bundler - gem install jekyll bundler
  2. Install Jekyll dependencies - bundle install
  3. 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:

  1. { Personal }
  2. Grayscale
  3. hammer.js
  4. highlightjs
  5. RRSSB
  6. Timeline
  7. typed.js