Skip to content

jpadhye/jpadhye.github.io

Repository files navigation

Open in Visual Studio Code

Features

  • Tiny CSS & No Dependency
  • Responsive Design
  • Dark/Light Theme
  • Custom 404 Page
  • About Page
  • Tags Page
  • Code Highlighter
  • Social Share
  • Atom & Json feeds
  • Robots.txt
  • Sitemap
  • Next & Previous Post
  • Pagination
  • Disqus
  • Mathjax Support
  • Google Analytics

Manual Installation

Run local server:

$ git clone https://github.com/onepase/Ephesus.git
$ cd Ephesus
$ bundle install
$ bundle exec jekyll build
$ bundle exec jekyll serve

VSCode environment

If you use VS Code and Docker, you can create a development container in one click by using the open in VS Code button at the top and select clone repo in container volume.

Then click ctrl + shift + P and simply run the Jekyll Build or Jekyll Serve task

Navigate to 127.0.0.1:4000.

Tags are created automatically under the /tags page.

To use a math formula in a post, use the mathjax:true tag in the post.