Go to file
Robert Kaussow ecbc579bfd
dont upload page validation report on pr
2020-09-17 13:05:44 +02:00
.github apply prettier formatting 2020-09-12 18:20:46 +02:00
exampleSite fix spelling 2020-09-17 11:31:23 +02:00
images replace screenshots 2020-09-12 18:53:25 +02:00
layouts improve defaults and getting started guide 2020-09-17 11:15:26 +02:00
src apply prettier formatting 2020-09-12 18:20:46 +02:00
static remove some auto-generated files from versioning 2020-07-08 10:11:49 +02:00
.dictionary fix spellchecking 2020-09-12 18:34:13 +02:00
.drone.yml dont upload page validation report on pr 2020-09-17 13:05:44 +02:00
.gitignore remove auto-generated resources 2020-07-27 20:19:49 +02:00
.jsbeautifyrc add basic page layout 2020-07-06 20:55:32 +02:00
.lighthouserc.yml first draft to test lhci report uploading 2020-07-16 10:13:40 +02:00
.markdownlint.yml add basic page layout 2020-07-06 20:55:32 +02:00
.prettierignore apply prettier formatting 2020-09-12 18:20:46 +02:00
.prettierrc prepare prettier auto-formatter 2020-09-12 18:06:48 +02:00
.tarignore remove tmp folder from release tarballs 2020-08-26 22:58:18 +02:00
CHANGELOG.md ignore modifications within 24 hours 2020-09-16 09:38:44 +02:00
LICENSE initial commit 2020-06-27 23:07:52 +02:00
README.md fix wording 2020-09-12 18:57:43 +02:00
gulpfile.js apply prettier formatting 2020-09-12 18:20:46 +02:00
package-lock.json prepare prettier auto-formatter 2020-09-12 18:06:48 +02:00
package.json prepare prettier auto-formatter 2020-09-12 18:06:48 +02:00
theme.toml switch to theme.toml instead of yaml 2020-08-26 12:29:32 +02:00

README.md

Geekblog

Build Status Hugo Version GitHub release GitHub contributors License: MIT

Geekblog is a simple Hugo theme for personal blogs. It is intentionally designed as a fast and lean theme and may not fit the requirements of complex websites. If a more feature-complete theme is required there are a lot of got alternatives out there. You can find a demo and the full documentation at https://hugo-geekblog.geekdocs.de.

Desktop and mobile preview

Build and release process

This theme is subject to a CI driven build and release process common for software development. During the release build, all necessary assets are automatically built by gulp and bundled in a release tarball. You can download the latest release from the GitHub release page.

Due to the fact that gulp is used as pre-processor the theme cannot be used from the master branch by default. If you want to use the theme from a cloned branch instead of a release tarball you'll need to install gulp locally and run the default pipeline once to create all required assets.

# install required packages from package.json
npm install

# run gulp pipeline to build required assets
gulp default

See the Getting Started Guide for details about the different setup options.

Contributors

Special thanks goes to all contributors.

License

This project is licensed under the MIT License - see the LICENSE file for details.