Go to file
Robert Kaussow 6ed8201cc5
prepare prettier auto-formatter
2020-09-12 18:06:48 +02:00
.github implement atom feeds and refactor svg icons/iconfonts 2020-07-12 16:28:51 +02:00
exampleSite add getting started guide 2020-09-12 18:04:41 +02:00
images refactor used images to fix requirements from hugoThemes 2020-08-26 12:20:08 +02:00
layouts display page metadata only if content type 'posts' 2020-09-07 21:09:21 +02:00
src add small radius to feature images 2020-09-08 21:59:17 +02:00
static remove some auto-generated files from versioning 2020-07-08 10:11:49 +02:00
.dictionary fix spellchecking 2020-08-24 11:42:53 +02:00
.drone.yml sign drone config 2020-08-01 20:29:26 +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 prepare prettier auto-formatter 2020-09-12 18:06:48 +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 add small radius to feature images 2020-09-08 21:59:17 +02:00
LICENSE initial commit 2020-06-27 23:07:52 +02:00
README.md add getting started guide 2020-09-12 18:04:41 +02:00
gulpfile.js use transparent background for android icons 2020-07-24 09:43:15 +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 for more 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.

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.