Skip to content

Revmaker/gremlex-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gremlex Site

This is use to create the site for Gremlex.

Requirements

The site is built using Hugo with the theme Learn

Basic How Tos for the lazy

Running the site locally

$ hugo serve

Creating a new Chapter

Chapters are the primary side bar sections

$ hugo new --kind chapter <chapter name>/_index.md

Example

$ hugo new --kind chapter documentation/_index.md

Creating a new page within a chapter

$ hugo new <chapter name>/<section name>.md

Example

$ hugo new documentation/graph.md

How to generate static site

$ hugo

This will generate a public folder that can be deployed

Releases

No releases published

Packages

No packages published

Languages