Skip to content

Commit a201a0e

Browse files
committed
release(1.1): Create release v1.1
1 parent 4e27e3d commit a201a0e

5 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ 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.1] - 2023-11-14
10+
11+
### Added
12+
13+
- Add logo (site_image) support for RSS feed (#6)
14+
- Add Open Graph support for social media platforms (#5)
15+
16+
### Fixed
17+
18+
- Fix dynamic word wrap limit of words (#4)
19+
- Validate function for passed options (#3)
20+
21+
922
## [1.0] - 2023-11-11
1023

1124
### Added

content/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<b>About</b>
55
<p>
6-
Like probably the most ones I started with `Wordpress` which is a pretty cool but also a very bloated software for a personal blog.
6+
Like probably the most ones I started with <i>Wordpress</i> which is a pretty cool but also a very bloated software for a personal blog.
77
Running such a software requires multiple application with different dependencies, continuous updates and more resources on the
88
system to serve the whole content. Creating additional backups of the <i>docroot</i> and the database require additional time and efforts.
99
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
File renamed without changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- title: manpageblog is now available in the FreeBSD Ports -->
2+
<!-- meta_description: manpageblog is now also available in the FreeBSD Ports. -->
3+
<!-- image_url: https://cdn.gyptazy.ch/images/manpageblog.jpg -->
4+
5+
<a href="https://github.com/gyptazy/manpageblog">manpageblog</a> can now also be installed by the FreeBSD Ports.
6+
Thanks to <a href="https://github.com/stesser">Stefan E.</a> for pushing manpageblog to the <a href="https://www.freshports.org/www/manpageblog">ports</a>.
7+
<br><br>
8+
FreeBSD Ports is a system for managing and installing software packages on FreeBSD, a Unix-like operating system. The Ports
9+
Collection is a set of makefiles and scripts that simplify the process of compiling and installing third-party software on FreeBSD.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!-- title: manpageblog released in version 1.1 -->
2+
<!-- meta_description: Initial release of manpageblog 1.1. A simple and static blog generator in manpage design written in Python. -->
3+
<!-- image_url: https://cdn.gyptazy.ch/images/manpageblog.jpg -->
4+
5+
<a href="https://github.com/gyptazy/manpageblog">manpageblog</a> just got released in version 1.1 Version 1.1 comes along with
6+
several bug fixes and some new features.<br><br>
7+
8+
<b>Features</b><br>
9+
* Open Graph support (for sharing on social media paltforms)<br>
10+
* Logo support in RSS feed<br>
11+
<br>
12+
<b>Fixes</b><br>
13+
* Validate if option are set from config<br>
14+
* Dynamic word-wrap limit now works<br>
15+
* Adjusted documentation <br>
16+
17+
<br>
18+
Now, you can start blogging. More information can be found on <a href="https://github.com/gyptazy/manpageblog">manpageblog</a>.<br>
19+
<b>Download</b>: <a href="https://github.com/gyptazy/manpageblog">manpageblog</a>

0 commit comments

Comments
 (0)