-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerate.html
93 lines (83 loc) · 2.63 KB
/
generate.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
83
84
85
86
87
88
89
90
91
92
93
<!-- This is the beginning of the HEADER -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>kekePower - My generate script that creates this website</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="/css/dark.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/cal-icon.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/blog.css" media="screen" />
</head>
<body>
<div id="wrap">
<div id="header">
<h1><a href="/">kekePower</a></h1>
<h2>Having fun scripting and hacking Linux and Mageia</h2>
</div>
<div id="topmenu">
<a href="https://mageia.org">Mageia</a> |
<a href="https://kernel.org">Linux Kernel</a> |
<a href="https://kodi.tv">Kodi Mediacenter</a> |
<a href="https://slashdot.org">Slashdot</a> |
<a href="https://distrowatch.com">Distrowatch</a> |
<a href="https://github.com">Github</a>
</div>
<div id="right">
<!-- This is the end of the HEADER -->
<h1>Generate</a>, a ZSH script</h1>
<br />
<h2>Introduction</h2>
<p>
My
<a href="/scripts/generate.sh.txt">Generate</a>
script is the engine behind this website. It creates everything based on templates.
<br />
It's not the prettiest layout or the prettiest hack, but it works for me.
<br />
Now, I was thinking about sharing with you how all of this works, how the layout works and how you, too, can create your own website.
</p>
<br /><br />
<p>
The first thing you need to do is to find a suitable layout template for your site. I googled <strong>free website templates</strong> and a lot of sites showed up.
<br />
<blockquote>
The site is composed of 3 parts:
<ol>
<li>The header</li>
<li>The body or the content</li>
<li>The footer</li>
</ol>
</blockquote>
</p>
<br />
To view an example, you can type <strong><i>CTRL-u</i></strong> to see the source of this page.
<br />
<br />
<p>
<h2>How you can do it</h2>
<p>
This section will contain info on how you can use this script yourself.
</p>
<br />
<h2>Other things</h2>
<p>
Placeholder for other things
<br />
<!-- This is the beginning of the FOOTER -->
</div> <!-- End of div right -->
<div id="bottomleft">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/kekePower.html">About Me</a></li>
<li><a href="/hardware.html">My Hardware</a></li>
<li><a href="/mageia.html">Mageia Info</a></li>
<li><a href="/linux.html">Linux</a></li>
<li><a href="/blog/index.html">My Blog</a></li>
</ul>
<div id="generated">
Last generated 2018-06-04 - 14:30:59 by generate-v0.5.7
</div>
</div>
</body>
</html>
<!-- This is the end of the FOOTER -->