regenerated
[www.git] / www / news / new_website.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="/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="/nav.js"></script>
8 </head>
9 <body>
10 <div class="paragraph">
11 <p>After being bored with Wordpress for years, the <a href="http://wpitchoune.net">wpitchoune.net</a>
12 website is changing. It is now based on <a href="http://asciidoctor.org">Asciidoctor</a> and
13 a simple shell script to generate it.</p>
14 </div>
15 <div class="paragraph">
16 <p>With the help of <a href="http://atom.io">Atom</a> and a couple of addons dedicated to
17 Asciidoctor, it is easy and quick to write content. I am happy to no
18 more have to worry about the painful admistration of Wordpress,
19 upgrading it, taking care of security, spamming of comments and bot
20 account creation, and backup of databases.</p>
21 </div>
22 <div class="paragraph">
23 <p>If you want to know how the website is built, everything is on
24 a GIT repository: <a href="http://git.wpitchoune.net/gitweb/?p=www.git" class="bare">http://git.wpitchoune.net/gitweb/?p=www.git</a>.
25 It is simple, really simple&#8230;&#8203; but enough for my needs.</p>
26 </div></body>
27 </html>