Hello World
Testing HUGO 1, 2, 3
Not sure if this will be my new blog post generator, but keen to test it out.
What happens with this heading?
Will it format all this nicely? Who knows?
There are a number of points to consider
- ease of use
- how independent I can use this from any hosting provider or the platform eco system.
Also, does it support links to lbreddemann.org or not?
Second Entry
So this is the second post I do.
No idea how that will come out.
Maybe I can talk about some SQL??
SELECT u.id, u.user_name, i.rating
FROM
users u
left join identities i
on u.ident_id = i.id
WHERE
i.rating in ('valid', 'checked', 'cool');
And maybe there’s some table output ?
| Col 1 | Col 2 | Col 3 |
|---|---|---|
| 1 | Data | Picard |
| 2 | Holly | James |