Skip to content

Commit da71725

Browse files
committed
release: Prepare Release 1.4
1 parent aa77dda commit da71725

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [1.4] - 2024-06-06
10+
11+
### Added
12+
13+
- Add link tag for RSS feed [#21]
14+
15+
### Fixed
16+
17+
- Mobile website layout [#20]
18+
- Optimized retro browser support [#19]
19+
- Replace commonmark (deprecated) with markdown_it [#22]
20+
- CSS and font improvements [#24]
21+
22+
923
## [1.3.1] - 2024-01-14
1024

1125
### Fixed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The configuration file (default `blog.conf`) provides the following configuratio
5757
|------|:------:|------:|
5858
| name | manpageblog | Defines the first part of the title (and HTML title) |
5959
| subtitle | a small and lightweight blog engine. | Defines the second part of the title (and HTML title) |
60-
| description | This is the blog of manpageblog where you can find more information | Defines the HTML meta descriptions (for searchengines) |
60+
| description | This is the blog of manpageblog where you can find more information | Defines the HTML meta descriptions (for searchengines) |
6161
| keywords | manpageblog, simple, easy, lightweight, blog engine | Keywords and tags as a comma separated list |
6262
| keywords_show | `meta` or `html` | Meta: Keywords will only be used for `meta` section. If `html` a tag section will be created |
6363
| robots | `noindex,nofollow` or `index,follow` | Defines if a page should be indexed by search engines (can be set for each site) |
@@ -160,6 +160,7 @@ If you are using `manpageblog` you may add your website, blog or site here to sh
160160
|------|:------:|------:|
161161
| https://manpageblog.org | @gyptazy | manpageblog project website |
162162
| https://gyptazy.ch | @gyptazy | DevOps, coding, cloud and open-source in a geeky way. Find out more about Ansible, Kubernetes, Prometheus and other fancy tools. You see code - I see bugs! |
163+
| https://boxybsd.com | BoxyBSD | BoxyBSD is a destination for free BSD-focused solutions and services for the community. |
163164

164165
## Motivation
165166
Like probably the most ones I started with `Wordpress` which is a pretty cool but also a very bloated software for a personal blog. Running such a software requires multiple application with different dependencies, continuous updates and more resources on the system to serve the whole content. Creating additional backups of the docroot and the database require additional time and efforts. All of this is not really necessary when the content is more or less static and comments are deactivated or not used. A flat file approach provides the optional possibility to run and keep everything in git. Generated HTML pages can easily be served even on low resource systems. While this way of blogging mostly targets tech-enthusiasts that are already working on Unix-like systems the idea was to provide a blog engine in a layout and theming of a Unix-like `man page` (manual page). Man pages always align to the same formatting based on `troff` which make man pages look always the same. While man pages provide information of a cli command the idea was to adapt this to a blog. A blog also provides information and especially when serving tech related content it makes much sense to provide it in a similar way. This is the story of how `manpageblog` was born.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- title: manpageblog released in version 1.4 -->
2+
<!-- meta_description: Initial release of manpageblog 1.4. A simple and static blog generator in manpage design written in Python. -->
3+
<!-- image_url: https://cdn.gyptazy.ch/images/manpageblog.jpg -->
4+
<!-- keywords: manpageblog, version, version 1.4, 1.4, features, release, meta, keyword, robots, support, robot, blue, grey, theme -->
5+
6+
<a href="https://github.com/gyptazy/manpageblog">manpageblog</a> just got released in version 1.4. Version 1.4 comes along with several improvements in layout and displaying the content. Please note, that the old <i>commonmark</i> library is deprecated and got replaced by <i>markdown_it</i>.<br><br>
7+
8+
<b>Added</b><br>
9+
* Add link tag for RSS feed<br>
10+
<br>
11+
12+
<b>Fixes</b><br>
13+
* Mobile website layout<br>
14+
* Optimized retro browser support<br>
15+
* Replace commonmark (deprecated) with markdown_it<br>
16+
* CSS and font improvements<br>
17+
<br>
18+
19+
Thanks to Eric (<a href="https://twitter.com/iefdev">@iefdev</a>) and Pratham (<a href="https://twitter.com/thefossguy">@thefossguy</a>) for their contributions to make manpageblog better! As always, you can find the latest release on GitHub:
20+
<br>
21+
<b>Download</b>: <a href="https://github.com/gyptazy/manpageblog">manpageblog 1.4</a>

0 commit comments

Comments
 (0)