File tree 5 files changed +19
-14
lines changed
5 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
- title : 404 - Page not found
3
+ title : Page not found
4
4
permalink : /404
5
5
---
6
6
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 }}/).
8
8
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 }}/)
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2019 Amit Merchant
3
+ Copyright (c) 2020 Flowkap
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change @@ -15,6 +15,17 @@ This blog is based upton [Reverie](https://github.com/amitmerchant1990/reverie)
15
15
16
16
To visit click [ here] ( https://flowkap.github.io/ ) !
17
17
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
+
18
29
## License
19
30
20
31
MIT
Original file line number Diff line number Diff line change @@ -36,14 +36,6 @@ footer-links:
36
36
playconsole :
37
37
bandcamp : flowkap
38
38
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
-
47
39
# Your website URL (e.g. http://amitmerchant1990.github.io or http://www.amitmerchant.com)
48
40
# Used for Sitemap.xml and your RSS feed
49
41
url :
@@ -53,7 +45,7 @@ enforce_ssl:
53
45
# (http://yourusername.github.io/repository-name)
54
46
# and NOT your User repository (http://yourusername.github.io)
55
47
# then add in the baseurl here, like this: "/repository-name"
56
- baseurl :
48
+ baseurl : " "
57
49
58
50
#
59
51
# !! You don't need to change any of the configuration flags below !!
Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ <h1>{{ page.title }}</h1>
28
28
</ div >
29
29
30
30
< 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 >
32
34
</ div >
33
35
34
36
<!--<div class="date">
You can’t perform that action at this time.
0 commit comments