Update dependencies
Add build status badge to README
Update dependencies
My personal blog
This is my personal blog. It uses Hugo, a static site generator. Styling is done mostly via Tailwind CSS.
Simply clone the repository and install dependencies using Yarn:
user@local:~$ git clone https://git.sr.ht/~mser/mser.at
user@local:~$ cd mser.at
user@local:mser.at$ yarn
Use the provided scripts to either run the development server:
user@local:mser.at$ yarn serve # or yarn serve:drafts to include drafts
Or make a build:
user@local:mser.at$ yarn build
After building the site, simply deploy the public
directory using the web
server of your choice.
For more information about using Hugo, refer to its documentation.
I'm using the Inter typeface family for most of the text on the site.