Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madhead/madhead.me

My blog with rants and pet-projects
https://github.com/madhead/madhead.me

blog hugo personal-blog

Last synced: about 16 hours ago
JSON representation

My blog with rants and pet-projects

Awesome Lists containing this project

README

        

ifdef::env-github[]
++++


Dead links


++++
endif::[]
ifndef::env-github[]
[.text-center]
image:https://github.com/madhead/madhead.me/actions/workflows/dead-links.yml/badge.svg[]
endif::[]

= madhead's blog

Source of http://madhead.me

== How to run

This is https://gohugo.io[Hugo]-based blog, so you must install it before working on the source code.
Use your OS's package manager to do that.
E.g. `yaourt -S hugo-bin` will install Hugo on Arch-based distros.

This blog uses https://asciidoc.org[Asciidoc] as a markup language.
You must install a preprocessor to be able to build it.
link:Gemfile[`Gemfile`] is included in this repo to simplify things: just run `bundle install` to install the dependencies.

And do not forget to clone the submodules of this repo!
I believe, `git submodule update --init --recursive` will do the trick.

Finally, run Hugo: `hugo server --watch` and open the link from its output.