Skip to content

mag-lab/homepage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

strichliste Homepage

hugo-based static homepage for strichliste.

Authoring

Create a new blogpost

In order to create a new blogpost, run hugo new news/myblogpost.md. Make sure to set the draft status to false (only non-draft entries will be published).

news is the so-called section. You can set default frontmatter settings by defining an archetype in the archetype folder. See the hugo manual for more information on this.

The title of the first 5 blgopost entries will be listed on the homepage; the first one will be teasered (only the summary is shown).

Create a content page

Simply run hugo new mysection/myentry.md to create a new content page.

Modifying the menu

You can create menu entries by modifying config.toml.

Deployment

This homepage is auto-deployed using travis. For details on the deployment process, please check .travis.yml and the deploy.sh script. Deployment only happens upon new commits on the master branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.1%
  • CSS 44.8%
  • JavaScript 6.1%