-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0001-placeholder-prologue.html
78 lines (78 loc) · 4.14 KB
/
0001-placeholder-prologue.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>But Professor‽</title>
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="static/blog.css" rel="stylesheet" />
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71639036-1', 'auto');
ga('send', 'pageview');</script>
</head>
<body>
<div class="container">
<div class="blog-header">
<h1 class="blog-title">
<a href="index.html">But Professor‽</a>
</h1>
<p class="lead blog-description">Some random deep thoughts from when “it’s compiling”</p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">
<div class="blog-post">
<div><h2><a href="0001-placeholder-prologue.html">Placeholder Prologue</a></h2>
<p><small>Dec 18, 2015</small></p>
<p>If you are looking for a prologue, you are in the right place, just not the right time (you should check back later, really)</p>
<h3 id="but-professor-there-is-no-blog-or-anything-without-a-plausible-excuse-what-s-going-on-here-">But Professor, there is no blog or anything without a plausible excuse. What's going on here?</h3>
<p>This blog is no exception from all the standard rules, however according to the motto "<a href="https://en.wikipedia.org/wiki/Release_early,_release_often">Release early, release often</a>" and lean startup principles after many months of procrastination this blog came to life.</p>
<p>By way of introduction this blog serves two experiments. One in which a blog-engine is tested which is completely free (of cost, too), written only* in CoffeeScript and is fully static. The other experiment is one in which I try writing a blog.</p>
<p>Stay tuned for deep thoughts or ideas how programming can be art and some other stuff</p>
</div>
<a href="0001-placeholder-prologue.html">[permalink]</a>
<div class="addthis_sharing_toolbox"></div>
<hr />
<div id="disqus_thread"></div>
<script>/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = 0001-placeholder-prologue.html; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://butprofessor.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();</script>
<noscript>
Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
</noscript>
<script type="text/javascript">
google_ad_client = "ca-pub-5489197102815138";
google_ad_slot = "1331359202";
google_ad_width = 728;
google_ad_height = 90;
</script>
</div>
<script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p>A blog on programming as art, critical thinking and things like that</p>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-56828401947111a4" async="async"></script>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>