As far as I know, many people just create a wordpress account, which enables you to just start quickly. I don’t like wordpress, so here my experience:
[epistemic status: personal experience]
My own website is dead simple: using CSS from this site, converting Markdown into HTML, hosted on github.io.
So, concrete steps I took:
Make a github profile
Learn Markdown
Download this CSS file
Start a git repository named “$YOURPAGE.github.io”
Write Markdown content
Convert content to HTML (via a build script using one of these, maybe google “Markdown to HTML $MYPLATFORM”)
Git push
If you want more inspiration, you could try to understand the build system of my site, but it’s perhaps a bit cluttered.
As far as I know, many people just create a wordpress account, which enables you to just start quickly. I don’t like wordpress, so here my experience:
[epistemic status: personal experience]
My own website is dead simple: using CSS from this site, converting Markdown into HTML, hosted on github.io.
So, concrete steps I took:
Make a github profile
Learn Markdown
Download this CSS file
Start a git repository named “$YOURPAGE.github.io”
Write Markdown content
Convert content to HTML (via a build script using one of these, maybe google “Markdown to HTML $MYPLATFORM”)
Git push
If you want more inspiration, you could try to understand the build system of my site, but it’s perhaps a bit cluttered.