/hugo-theme-skeleton

Skeleton Theme for Hugo

Primary LanguageHTMLMIT LicenseMIT

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-skeleton-theme.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.