Skip to content

SanderKleykens/landing-page-hugo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing Page Hugo theme

Hugo theme based on landing-page theme

How to use

  • 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
---

Demo

View this equivalent jekyll theme in action here

Screenshot

screenshot

===

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 = ""

About

Hugo landing page theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 93.7%
  • HTML 6.3%