https://github.com/sathyabhat/sathyabhat.github.io
Source powering my profile page
https://github.com/sathyabhat/sathyabhat.github.io
personal-page personal-website timeline website
Last synced: 2 months ago
JSON representation
Source powering my profile page
- Host: GitHub
- URL: https://github.com/sathyabhat/sathyabhat.github.io
- Owner: SathyaBhat
- License: mit
- Created: 2016-10-09T09:23:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T08:11:26.000Z (over 3 years ago)
- Last Synced: 2025-02-01T06:13:29.022Z (4 months ago)
- Topics: personal-page, personal-website, timeline, website
- Language: HTML
- Homepage:
- Size: 579 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# { Personal } Jekyll Theme


[](https://gitter.im/PanosSakkos/personal-jekyll-theme?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge){ Personal } is a free responsive Jekyll theme, about you :wink:
You can watch it in action [here](https://panossakkos.github.io/personal-jekyll-theme/)!
## What value does { Personal } add
* Fork of [Timeline](https://github.com/kirbyt/timeline-jekyll-theme) (mashup of [Grayscale by Start Bootstrap](https://github.com/IronSummitMedia/startbootstrap-grayscale) and [Agency Jekyll Theme](https://github.com/y7kim/agency-jekyll-theme))
* Modern and minimal design
* Responsive templates for home page, blog archive and posts. Looks great on mobile, tablet, and desktop devices
* Sweet animations
* Gracefully degrades in older browsers. Compatible with Internet Explorer 8+ and all modern browsers
* Timeline
* Tell your story so far with a sleek timeline of dates, pictures and descriptions
* White on black text, making the reading experience tireless
* Google analytics
* Customization and full control of your website and blog through the site config
* Customization of the website's coloring
* Blogging functionality
* Preview of the latest post in the home page
* Archive page
* Syntax highlighting
* Emojis
* Gesture navigation in archive and post pages by swiping
* Hashtags
* Categories
* Disqus comments
* Bootstrap share buttons
* RSS feed
* Author blurb under the posts
* 404 page
* iOS and Android Web App mode
* Enforcing of https protocol
* Protection from email harvesting
* Sitemap
* Travis CI integration with [html-proofer](https://github.com/gjtorikian/html-proofer)## Documentation
The theme contains documentation in the form of [blog posts](https://panossakkos.github.io/personal-jekyll-theme/blog/index.html).
## How to run locally
First, you need to install jekyll and the dependencies of { Personal } by running:
```shell
./scripts/install
```Then, you can build and serve your website by simply running:
```shell
./scripts/serve-production
```To serve across lan (requires su to forward the port 4000 over lan):
```shell
./scripts/serve-lan-production
```## OSS used in { Personal }
One of the reasons { Personal } is real is the following OSS projects:
1. [Grayscale](http://startbootstrap.com/template-overviews/grayscale/)
2. [hammer.js](https://hammerjs.github.io/)
3. [highlightjs](https://highlightjs.org/)
4. [RRSSB](https://github.com/kni-labs/rrssb)
5. [Timeline](https://github.com/kirbyt/timeline-jekyll-theme)
6. [typed.js](https://github.com/mattboldt/typed.js/)