A consistent and responsive Hugo theme based on Skeleton CSS Framework.
- Responsive
- Suited for blogging and personal webpages
- Disqus support
- Syntax highlighting with Prism
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
- 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 thecontents
directory.
$ hugo new fixed/about.md
Please see the sample config.toml
under the exampleSite/
directory.
An example site is available under the exampleSite/
directory.
Licensed under the MIT License. See the LICENSE file for more details.