Skip to content

jblawatt/hugo-theme-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Skeleton Theme

A consistent and responsive Hugo theme based on Skeleton CSS Framework.

Features

  • Responsive
  • Suited for blogging and personal webpages
  • Disqus support
  • Syntax highlighting with Prism

Table of Contents

Getting Started

From the root of your Hugo site, clone the theme into themes/skeleton by running:

git clone https://github.com/jblawatt/hugo-theme-skeleton.git themes/skeleton

Then, generate your site's files by running:

hugo -t skeleton

Usage

Creating Content

  • Posts should generally go under a content/blog directory. Typically you would run:
hugo new blog/your-new-post.md
  • Fixed pages such as an About page should preferably go under a content/fixed or be present at the root of the contents directory.
$ hugo new fixed/about.md

Site variables

Please see the sample config.toml under the exampleSite/ directory.

Example site

An example site is available under the exampleSite/ directory.

Screenshots

License

Licensed under the MIT License. See the LICENSE file for more details.

About

Skeleton Theme for Hugo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published