-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.html
executable file
·82 lines (61 loc) · 4.05 KB
/
info.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
79
80
81
82
---
layout: bootstrap-cover
title: About-the-site
---
<div id="page">
<p class="lead" style="text-align:justify">
<font size="-0.5">
The content and design of this website were based from an earlier version of <a href="https://www.alex-winkler.com/"><b>Alexander W. Winkler's</b></a> website.
If you want to know more about my use of cookies, take a look at the <a href="/cookies.html"><b>cookies policy</b></a>. The cookies enabler (and the corresponding
banner) has been strongly inspired by the <a href="https://github.com/nicholasruggeri/cookies-enabler"><b>Nicholas Ruggeri's</b></a> cookies-enabler.
<br><br>
When I decided to build my website (I thought it was a good idea to get to know myself and my work known on the web), I was looking for something easy to manage and
update. Something that was modern and that could help me to publish in a rapid way all my papers and new infos about my research and career. While considering websites
of my colleagues abroad, (e.g., <a href="https://www.alex-winkler.com/"><b>Alexander W. Winkler</b></a>, <a href="http://jpreiss.github.io/"><b>James Alan
Preiss</b></a>), I found out static site generators, in particular <a href="http://jemdoc.jaboc.net/"><b>jemdoc</b></a> and <a href="https://jekyllrb.com/"><b>Jekyll
</b></a>.
</font></p>
<p class="lead" style="text-align:justify">
<font size="-0.5">
I realized the benefits of a static site:
</font></p>
<ul class="lead">
<font size="-0.5">
<li>provide improved security over dynamic websites;</li><p />
<li>improve performance for end users compared to dynamic websites;</li> <p />
<li>ensure fewer or no dependencies on systems such as databases or other application servers;</li> <p />
<li>allow cost savings from utilizing cloud storage, as opposed to a hosted environment.</li> <p />
</font>
</ul>
<p class="lead" style="text-align:justify">
<font size="-0.5">
Looking around websites using such technologies, I saw <a href="https://www.alex-winkler.com/"><b>Alexander W. Winkler's site</b></a> and I really enjoyed his style.
Therefore, I contacted Alexander expressing my appreciation and asked him to use its earlier style for my website using Jekyll.
</font></p>
<br>
<h2>The Mechanics</h2>
<p class="lead" style="text-align:justify">
<font size="-0.5">
Jekyll is a simple, extendable, static site generator. You give it text written in your favorite markup language (e.g., TeX or Markdown) and it churns through layouts
to createa static website. Throughout that process you can tweak how you want the site URLs to look, what data gets displayed in the layout, and more.
<br><br>
To learn the basics of using Jekyll - Static Site Generator, I followed the online course of <a href="https://www.youtube.com/channel/UCvmINlrza7JHB1zkIOuXEbw"><b>Mike Dane</b></a>,
available at the <a href="https://www.youtube.com/playlist?list=PLLAZ4kZ9dFpOPV5C5Ay0pHaa0RJFhcmcB"><b>link</b></a>. The course teaches you everything you need to know
to create a professional and scalable website or blog!
</font></p>
<br>
<h2>License</h2>
<p class="lead" style="text-align:justify">
<font size="-0.5">
Unless specified otherwise, all design and content within this site is licensed under an Apache License 2.0<sup><a href="#fn1" id="ref1">1</a></sup>.
The main site design was not done by me, but rather <a href="https://www.alex-winkler.com/"><b>Alexander W. Winkler</b></a>, so you should contact
him if you want to use it. The cookies enabler (and the corresponding banner) has been strongly inspired by the <a href="https://github.com/nicholasruggeri/cookies-enabler"><b>
Nicholas Ruggeri's</b></a> cookies-enabler.
</font></p>
<hr></hr>
<p class="lead" style="text-align:justify">
<font size="-0.5">
<sup id="fn1">1. A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights.
Licensed works, modifications, and larger works may be distributed under different terms and without source code.<a href="#ref1" title="Apache License.">↩</a></sup>
</font></p>
</div>