Building a website is important, a home for
your work, a way for people to see you, and a way to
have some ownership over your identity and
platform.
A website can be a way to run your own journalism outlet, but also can
be useful as a standalone site for complex web projects and
archives of your work elsewhere.
This presentation is a website
This presentation is a website built using
11ty, Markdown,
Reveal.js
and
GitHub Pages
(which is free!).
It
uses
a technique called "Static Site Generation" to
create a series of static HTML files that are very stable and
inexpensive to host.
At the end of the day, you are the only one you can trust to keep your
work online.
And having a place it lives can be useful for promoting it as well.
WordPress is now more than 40% of the web. It can be hard to stand out
with it.
43%
Your website can work like an app
You don't need to go deep into complex React or device-specific code
to build websites that act like apps. With standard Javascript, HTML
and
Progressive Web Apps
(PWAs) you can build websites that work offline, send push
notifications and more.
You need more for your podcast than just uploading to a platform
Make a portfolio for your work
Portfolio sites can show off your journalism, be a feature of your
skills, provide a way for people to follow and contact you, and be a
resource to help find work.
GitHub Pages
GitHub pages
are a free, easy, low-effort way to host websites.
You can host them by:
GitHub username
GitHub organization
Purchased domain
Glitch
Glitch
is a great platform for building quick sites and trying out new
techniques. You can take the code you generate there and move it
easily.
Own your Link in Bio
A lot of social media doesn't let you post links easily so Link in
Bio platforms have become a popular way to share links
Customization is very limited
You can only use the social media links they approve
Netlify
can be used to host more complex static sites.
Markdown
Markdown is a shorthand way to write text intended for HTML. It works
a lot like HTML, but is simpler to type and easier to read while
you're working on it.