Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/madhead/madhead.me
- Owner: madhead
- Created: 2018-12-31T10:48:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T00:52:26.000Z (5 months ago)
- Last Synced: 2024-11-09T00:20:13.853Z (about 2 months ago)
- Topics: blog, hugo, personal-blog
- Language: HTML
- Homepage: https://madhead.me
- Size: 37.8 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
ifdef::env-github[]
++++
++++
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.