You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/panossakkos/personal-jekyll-theme?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
+
6
+
{ Personal } is a free responsive Jekyll theme, about you :wink:
7
+
8
+
You can watch it in action [here](https://le4ker.github.io/personal-jekyll-theme/)!
* 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))
17
+
* Modern and minimal design
18
+
* Responsive templates for home page, blog archive and posts. Looks great on mobile, tablet, and desktop devices
19
+
* Sweet animations
20
+
* Gracefully degrades in older browsers. Compatible with Internet Explorer 8+ and all modern browsers
21
+
* Timeline
22
+
* Tell your story so far with a sleek timeline of dates, pictures and descriptions
23
+
* White on black text, making the reading experience tireless
24
+
* Google analytics
25
+
* Customization and full control of your website and blog through the site config
26
+
* Customization of the website's coloring
27
+
* Blogging functionality
28
+
* Preview of the latest post in the home page
29
+
* Archive page
30
+
* Syntax highlighting
31
+
* Emojis
32
+
* Gesture navigation in archive and post pages by swiping
33
+
* Hashtags
34
+
* Categories
35
+
* Disqus comments
36
+
* Bootstrap share buttons
37
+
* RSS feed
38
+
* Author blurb under the posts
39
+
* 404 page
40
+
* iOS and Android Web App mode
41
+
* Enforcing of https protocol
42
+
* Protection from email harvesting
43
+
* Sitemap
44
+
* Travis CI integration with [html-proofer](https://github.com/gjtorikian/html-proofer)
45
+
46
+
## Documentation
47
+
48
+
The theme contains documentation in the form of [blog posts](https://le4ker.github.io/personal-jekyll-theme/blog/index.html).
49
+
50
+
## How to run locally
51
+
52
+
First, you need to install jekyll and the dependencies of { Personal } by running:
53
+
54
+
```shell
55
+
./scripts/install
56
+
```
57
+
58
+
Then, you can build and serve your website by simply running:
59
+
60
+
```shell
61
+
./scripts/serve-production
62
+
```
63
+
64
+
To serve across lan (requires su to forward the port 4000 over lan):
# This works best when your author blurb image has a transparent background, or matches your site background color.
159
+
160
+
# if the author_blurb is not set, then this feature is skipped
161
+
author_blurb: "John Smith is an awesome person. He lives in Flatland, where he works on two-dimensional engineering projects. In his spare time, John likes to eat cotton candy."
0 commit comments