no relative url so it works locally
[www.git] / www / news / new_website.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="https://wpitchoune.net/style.css">
5 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
6 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
7 <script src="https://wpitchoune.net/nav.js"></script>
8 </head>
9 <body>
10 <div id='header'>
11 <h1>New website</h1>
12 </div><div id='content'>
13 <div class='date'>2016-14-06</div><div class="paragraph">
14 <p>After being bored with Wordpress for years, the <a href="http://wpitchoune.net">wpitchoune.net</a>
15 website is changing. It is now based on <a href="http://asciidoctor.org">Asciidoctor</a> and
16 a simple shell script to generate it.</p>
17 </div>
18 <div class="paragraph">
19 <p>With the help of <a href="http://atom.io">Atom</a> and a couple of addons dedicated to
20 Asciidoctor, it is easy and quick to write content. I am happy to no
21 more have to worry about the painful admistration of Wordpress,
22 upgrading it, taking care of security, spamming of comments and bot
23 account creation, and backup of databases.</p>
24 </div>
25 <div class="paragraph">
26 <p>If you want to know how the website is built, everything is on
27 a GIT repository: <a href="http://git.wpitchoune.net/gitweb/?p=www.git" class="bare">http://git.wpitchoune.net/gitweb/?p=www.git</a>.
28 It is simple, really simple&#8230;&#8203; but enough for my needs.</p>
29 </div></div></body>
30 </html>