Hugo theme based on landing-page theme
- Place a image in
static/img/
- Create posts to display your services. Use the follow as an example:
---
layout: default
img: ipad.png
category: Services
title: The service title
description: The description of the service
---
View this equivalent jekyll theme in action here
===
Work also with TOML header
For more Hugo details, read documentation. This Jekyll theme used Freelancer Jekyll theme as reference.
exemple of config.toml file
baseurl = "http://yourSiteHere"
languageCode = "fr-fr"
title = "my new web site"
[params]
description = "I <3 making web site"
[[params.social]]
title = "twitter"
url = "https://twitter.com/SBootstrap"
[[params.social]]
title = "github"
url = "https://github.com/IronSummitMedia/startbootstrap"
[[params.social]]
title = "linkedin"
url = ""