Abandon no longer supported blackfriday markdown handler and switch to default goldmark markdown handler. Enabled typographer extension to handle quotes and dashes. Website is now building with hugo > 0.100 as well. Build tested with hugo 0.101.0: $ docker run --rm -it -v $(pwd):/src:Z -p 1313:1313 klakegg/hugo:0.101.0 server Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
70 lines
781 B
Plaintext
70 lines
781 B
Plaintext
# Directories #
|
|
build
|
|
bin
|
|
tmp
|
|
.settings
|
|
.classpath
|
|
target
|
|
!hawkbit-rest/hawkbit-mgmt-api/src/main/java/org/eclipse/hawkbit/mgmt/json/model/target
|
|
.allure
|
|
.vscode
|
|
.springbeans
|
|
.metadata
|
|
.project
|
|
.idea
|
|
artifactrepo
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# OSX
|
|
.DS_Store
|
|
.svn
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Compiled filed
|
|
*.class
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.db
|
|
|
|
# Sonar
|
|
.sonar_lock
|
|
|
|
# VSCode
|
|
classpath-data.json
|
|
|
|
# Created by spring-boot-configuration-processor
|
|
.factorypath
|
|
|
|
# Eclipse IDE
|
|
*.pydevproject
|
|
|
|
# Intellij
|
|
*.iml
|
|
|
|
# Maven
|
|
maven.properties
|
|
|
|
# Test Files
|
|
*.tmp
|
|
|
|
# Documentation
|
|
docs/themes/**
|
|
docs/public/**
|
|
docs/content/rest-api/*.html
|
|
.gitmodules
|
|
docs/.hugo_build.lock
|