Another status post with a simple code example in JavaScript and CSS:
const sayHello = (name) => {
return `Hi ${name}!`;
};
.heading {
text-transform: uppercase;
text-shadow: #FC0 1px 0 10px;
font-size: 22px;
}
19:38 (+0100)
Another status post with a simple code example in JavaScript and CSS:
const sayHello = (name) => {
return `Hi ${name}!`;
};
.heading {
text-transform: uppercase;
text-shadow: #FC0 1px 0 10px;
font-size: 22px;
}
Another status post using TinaCMS. Had some problems with the date field, should work now.
First status post with just a simple text, let’s hope it works.