axispx / axis

A light and minimal https://gohugo.io theme for personal blogs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Axis

A minimal and light Hugo theme for personal blogs.

axis

You can see it in action on my blog.

Configuration Parameters

Avatar URL

Link for your avatar image.

[params]
	<open graph parameters here>	
    avatar_url = "https://youravatarurl.com/img"

Bio

Multiple bio paragraphs can be set.

[[params.bio]]
para = "Hi, I'm Ashish. I'm a 0.01x developer playing accross the full stack."

[[params.bio]]
para = "I started this blog to put down my random thoughts in a more concrete format. I write about Software Engineering, Open Source Software, Programming Languages and Tech in general."

Social Links

Social links for people to contact you. Multiple social links with font awesome icons can be set.

[[params.social]]
url = "https://github.com/anarchyrucks"
fa_icon = "fab fa-github"

[[params.social]]
url = "https://twitter.com/anarchyrucks"
fa_icon = "fab fa-twitter"

[[params.social]]
url = "mailto:anarchyrucks@gmail.com"
fa_icon = "fas fa-envelope"

[[params.social]]
url = "/index.xml"
fa_icon = "fas fa-rss"

About

A light and minimal https://gohugo.io theme for personal blogs.

License:MIT License


Languages

Language:CSS 70.0%Language:HTML 30.0%