aboutsummaryrefslogtreecommitdiff
path: root/articles/2025/Blog-scripts.html
blob: 9c418a855dfc24d4b456e07d01c19fd0f857b58f (plain)
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
<!doctype html>
<html lang="EN">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="/style.css">
    <title>Blog scripts</title>
  </head>
  <body>
    <header>
      <h1>Bloggings</h1>
      <a href="/index.php">Back</a>
      
    </header>
    
<main>
<article>
<h2>Blog scripts</h2>
<h3>2025-05-13</h3>
<h4>My simple blog scripts</h4>
<p>I've added my blog scripts to the git server just in case someone 
needs a quick simple blog like this one.</p>
<p>Blog articles are simply html, the site structure is on your computer
and there are a couple of Bash scripts to manage it:</p>
<ul>
<li><b>blogthis</b> builds an articles header and footer, opens the editor</li>
<li><b>blogsend</b> uses ssh to upload all recently added or modified files</li>
<li><b>Blogrss</b> builds/updates the rss feed</li>
<li><b>Blogsitemap</b> builds/updates the sitemap</li>
</ul>
<p>Note that these Bash scripts rely on your having set up ssh correctly to allow 
you to ssh to your web server without entering a password.</p>
<p>The articles are listed by three php files that include a search form.</p>
<p><a href="https://git.wittamore.fr/blog/about/">get the files here</a></p>
</article>
</main>
<footer>

<p>&nbsp;</p>

<p>§</p>
  </footer>
</body>
</html>