Fill content for page about my BellaBuffs fork.
This commit is contained in:
parent
1ef3a46fa9
commit
22e9aab86f
|
@ -53,6 +53,14 @@
|
|||
}
|
||||
|
||||
/* Link button */
|
||||
.link-btn--wrapper {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
.link-btn {
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
|
|
|
@ -17,11 +17,11 @@ eleventyComputed:
|
|||
{% container "section", "content__section" %}
|
||||
## My Code Projects
|
||||
<ul>
|
||||
<!-- {%- for project in collections["code projects"] -%}
|
||||
{%- for project in collections["code projects"] -%}
|
||||
<li>
|
||||
<a href="{{ project.url }}">{{ project.data.articleTitle }}</a>
|
||||
<a href="{{ project.url }}">{{ project.data.title }}</a>
|
||||
</li>
|
||||
{%- endfor -%} -->
|
||||
{%- endfor -%}
|
||||
</ul>
|
||||
{% endcontainer %}
|
||||
|
||||
|
|
|
@ -1,6 +1,18 @@
|
|||
---
|
||||
title: BellaBuffs with PHPMailer Integration
|
||||
desc: My fork of BellaBuffs.
|
||||
desc: My fork of BellaBuffs, with PHPMailer powering the email sending features.
|
||||
eleventyNavigation:
|
||||
order: 4
|
||||
---
|
||||
|
||||
* [Demo](https://fan.leilukin.com/cassettebeasts){.link-btn}
|
||||
* [Source Code](https://github.com/helenclx/BellaBuffs-PHPMailer){.link-btn}
|
||||
* [Download (GitHub)](https://github.com/helenclx/BellaBuffs-PHPMailer/releases/latest){.link-btn}
|
||||
{.link-btn--wrapper}
|
||||
|
||||
## New Features
|
||||
* Integrate PHPMailer for the email sending features, should the fanlisting owner enables these features
|
||||
* Email sending features are enabled by default, but can be disabled in `prefs.php`
|
||||
* HTML5 form validation, including E-mail and URL input types and the `required` attribute
|
||||
* Update list of countries
|
||||
* Add a buttons folder (with a placeholder file to enable the folder to be pushed via Git), so users do not need to manually create the folder to store uploaded buttons
|
Loading…
Reference in New Issue