1.0.3
This commit is contained in:
parent
c2b631d1e4
commit
45b136f3d6
|
@ -1,8 +1,15 @@
|
|||
# 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
|
||||
- add metamuffin ads
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Commissions
|
||||
|
||||
I'm available for commissions.
|
||||
I'm available for commissions!
|
||||
|
||||
## 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 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
|
||||
|
||||
## v1.0.3 (2024-06-xx)
|
||||
### v1.0.3 (2024-06-05)
|
||||
|
||||
- minify css files
|
||||
- compress favicons
|
||||
- new commissions page
|
||||
- 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)
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@
|
|||
-# Metamuffin Ads
|
||||
%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
|
||||
- require "date"
|
||||
= "Last update: " + Time.now().strftime("%Y-%m-%d")
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "tilde",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "tilde",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"license": "GPL-3.0-only",
|
||||
"devDependencies": {
|
||||
"markdownlint-cli": "0.40.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tilde",
|
||||
"description": "My personal website",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"author": "tasiaiso",
|
||||
"license": "GPL-3.0-only",
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue