1.0.3
This commit is contained in:
parent
c2b631d1e4
commit
45b136f3d6
|
@ -1,8 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
<!-- Remember to copy the changelog in index.md and delete the oldest entry -->
|
|
||||||
|
|
||||||
## v1.0.3 (2024-06-xx)
|
<!-- Before pushing a new version:
|
||||||
|
- Remember to copy the changelog in index.md and delete the oldest entry
|
||||||
|
- Change 2024-xx-xx
|
||||||
|
- change version in package.json
|
||||||
|
- $ npm i
|
||||||
|
- $ make upload
|
||||||
|
-->
|
||||||
|
|
||||||
|
## v1.0.3 (2024-06-05)
|
||||||
|
|
||||||
- new commissions page
|
- new commissions page
|
||||||
- add metamuffin ads
|
- add metamuffin ads
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Commissions
|
# Commissions
|
||||||
|
|
||||||
I'm available for commissions.
|
I'm available for commissions!
|
||||||
|
|
||||||
## About me
|
## About me
|
||||||
|
|
||||||
I'm a French computer science student. I'm looking to for work in IT.
|
I'm a French computer science student. I'm looking for work in IT.
|
||||||
|
|
||||||
I have extensive knowledge in TypeScript and JavaScript since 2018, especially in the Node.js ecosystem.
|
I have extensive knowledge in TypeScript and JavaScript since 2018, especially in the Node.js ecosystem.
|
||||||
I have been using GNU+Linux operating systems since 2019, with good experience in the following distributions:
|
I have been using GNU+Linux operating systems since 2019, with good experience in the following distributions:
|
||||||
|
|
|
@ -77,10 +77,19 @@ If you like my posts, please consider supporting me on [Liberapay](https://liber
|
||||||
|
|
||||||
## changelog
|
## changelog
|
||||||
|
|
||||||
## v1.0.3 (2024-06-xx)
|
### v1.0.3 (2024-06-05)
|
||||||
|
|
||||||
- minify css files
|
- new commissions page
|
||||||
- compress favicons
|
- add metamuffin ads
|
||||||
|
- major optimizations (artifact compression, html lazy loading)
|
||||||
|
- got markdown working in haml
|
||||||
|
- add a content security policy (to check)
|
||||||
|
- fix an indentation bug in the haml template that caused the footer to show up after `</body></html>`
|
||||||
|
- add maia badge
|
||||||
|
- add warrant canaray
|
||||||
|
- use my keyoxide pgp key instead
|
||||||
|
- add "last updated" field at the bottom of the page
|
||||||
|
- citrons.xyz is unresponsive, hide johnvertisement
|
||||||
|
|
||||||
### v1.0.2 (2024-05-26)
|
### v1.0.2 (2024-05-26)
|
||||||
|
|
||||||
|
|
|
@ -132,6 +132,7 @@
|
||||||
-# Metamuffin Ads
|
-# Metamuffin Ads
|
||||||
%iframe(src="https://adservices.metamuffin.org/v1/embed?s=tilde.club/~tasiaiso/" style="border:none;width:728px;height:90px;" loading="lazy")
|
%iframe(src="https://adservices.metamuffin.org/v1/embed?s=tilde.club/~tasiaiso/" style="border:none;width:728px;height:90px;" loading="lazy")
|
||||||
|
|
||||||
|
-# Last update: 2024-06-05
|
||||||
%p.fg4
|
%p.fg4
|
||||||
- require "date"
|
- require "date"
|
||||||
= "Last update: " + Time.now().strftime("%Y-%m-%d")
|
= "Last update: " + Time.now().strftime("%Y-%m-%d")
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "tilde",
|
"name": "tilde",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "tilde",
|
"name": "tilde",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"markdownlint-cli": "0.40.0",
|
"markdownlint-cli": "0.40.0",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "tilde",
|
"name": "tilde",
|
||||||
"description": "My personal website",
|
"description": "My personal website",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"author": "tasiaiso",
|
"author": "tasiaiso",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue