You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							44 lines
						
					
					
						
							3.0 KiB
						
					
					
				
			
		
		
	
	
							44 lines
						
					
					
						
							3.0 KiB
						
					
					
				| # Geekblog | |
|  | |
| [](https://drone.thegeeklab.de/thegeeklab/hugo-geekblog) | |
| [](https://gohugo.io) | |
| [](https://github.com/thegeeklab/hugo-geekblog/releases/latest) | |
| [](https://github.com/thegeeklab/hugo-geekblog/graphs/contributors) | |
| [](https://github.com/thegeeklab/hugo-geekblog/blob/main/LICENSE) | |
|  | |
| > **Important:** We have switched to 'main' as default branch. The 'master' branch is no longer maintained and will be removed after June 30, 2021! | |
|  | |
| 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 projects. 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](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](https://gulpjs.com/) and bundled in a release tarball. You can download the latest release from the GitHub [release page](https://github.com/thegeeklab/hugo-geekblog/releases). | |
| 
 | |
| Due to the fact that `gulp` is used as pre-processor the theme cannot be used from the main 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. | |
| 
 | |
| ```Shell | |
| # install required packages from package.json | |
| npm install | |
| 
 | |
| # run gulp pipeline to build required assets | |
| npx gulp default | |
| ``` | |
| 
 | |
| See the [Getting Started Guide](https://hugo-geekblog.geekdocs.de/posts/getting-started/) for details about the different setup options. | |
| 
 | |
| ## Contributors | |
|  | |
| Special thanks goes to all [contributors](https://github.com/thegeeklab/hugo-geekblog/graphs/contributors). If you would like to contribute, | |
| please see the [instructions](https://github.com/thegeeklab/hugo-geekblog/blob/main/CONTRIBUTING.md). | |
| 
 | |
| ## License | |
|  | |
| This project is licensed under the MIT License - see the [LICENSE](https://github.com/thegeeklab/hugo-geekblog/blob/main/LICENSE) file for details. | |
| 
 | |
| The used SVG icons and generated icon fonts are licensed under the license of the respective icon pack: | |
| 
 | |
| - Font Awesome: [CC BY 4.0 License](https://github.com/FortAwesome/Font-Awesome#license) | |
| - IcoMoon Free Pack: [GPL/CC BY 4.0](https://icomoon.io/#icons-icomoon) | |
| - Material Icons: [Apache License 2.0](https://github.com/google/material-design-icons/blob/main/LICENSE)
 | |
| 
 |