Skip to content

Commit 7ed2e4f

Browse files
committed
Added Gemfile and first post
1 parent 65bc8b9 commit 7ed2e4f

File tree

5 files changed

+19
-14
lines changed

5 files changed

+19
-14
lines changed

404.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: page
3-
title: 404 - Page not found
3+
title: Page not found
44
permalink: /404
55
---
66

7-
Sorry, we can't find that page that you're looking for. You can try again by going [back to the homepage]({{ site.baseurl }}/).
7+
Sorry, we can't find that page that you're looking for. You can go [back to the homepage]({{ site.baseurl }}/).
88

9-
[<img src="{{ site.baseurl }}/images/404.jpg" alt="Constructocat by https://github.com/jasoncostello" style="width: 400px;"/>]({{ site.baseurl }}/)
9+
[<img src="{{ site.baseurl }}/images/404.jpg" alt="Constructocat by https://github.com/jasoncostello" style="width: 400px; transform: translateX(-50%); left: 50%; position:absolute;"/>]({{ site.baseurl }}/)

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Amit Merchant
3+
Copyright (c) 2020 Flowkap
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ This blog is based upton [Reverie](https://github.com/amitmerchant1990/reverie)
1515

1616
To visit click [here](https://flowkap.github.io/)!
1717

18+
If you want to try it / fork it either follow the docs under the originally forked repo or:
19+
20+
```
21+
# you need ruby and jekyll installed!
22+
# https://jekyllrb.com/docs/installation/ubuntu/
23+
bundle
24+
jekyll server --watch
25+
```
26+
27+
Or push to your own github pages repo.
28+
1829
## License
1930

2031
MIT

_config.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ footer-links:
3636
playconsole:
3737
bandcamp: flowkap
3838

39-
40-
# Enter your Disqus shortname (not your username) to enable commenting on posts
41-
# You can find your shortname on the Settings page of your Disqus account
42-
disqus:
43-
44-
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
45-
google_analytics: UA-43339302-11
46-
4739
# Your website URL (e.g. http://amitmerchant1990.github.io or http://www.amitmerchant.com)
4840
# Used for Sitemap.xml and your RSS feed
4941
url:
@@ -53,7 +45,7 @@ enforce_ssl:
5345
# (http://yourusername.github.io/repository-name)
5446
# and NOT your User repository (http://yourusername.github.io)
5547
# then add in the baseurl here, like this: "/repository-name"
56-
baseurl:
48+
baseurl: ""
5749

5850
#
5951
# !! You don't need to change any of the configuration flags below !!

_layouts/post.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ <h1>{{ page.title }}</h1>
2828
</div>
2929

3030
<div>
31-
<p><span class="share-box">Share:</span> <a href="http://twitter.com/share?text={{ page.title }}&url={{site.url}}{{page.url}}" target="_blank">Twitter</a>, <a href="https://www.facebook.com/sharer.php?u={{site.url}}{{page.url}}" target="_blank">Facebook</a></p>
31+
<p><span class="share-box">Share:</span>
32+
<a href="http://twitter.com/share?text={{ page.title }}&url={{site.url}}{{page.url}}" target="_blank">Twitter</a>
33+
</p>
3234
</div>
3335

3436
<!--<div class="date">

0 commit comments

Comments
 (0)