Skip to content

grecht/entwickler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In your themes folder use git submodule add [email protected]:grecht/entwickler.git to get the theme.

Add math: true to the front matter of every post containing LaTeX typesetting. Use the following delimiters:

  • \\( MATH \\) for inline mode
  • $$ MATH $$ for display mode

Use built-in shortcode highlight for syntax highlighting.

Example config file:

baseurl = "https://wblg.xyz/"
languageCode = "en-us"
title = "Gereon's Weblog"
theme = "entwickler"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
preserveTaxonomyNames = true
enableGitInfo = true
footnotereturnlinkcontents = "↩"
pygmentsStyle = "tango"

[permalinks]
    post = "/post/:year/:month/:day/:slug/"
    note = "/note/:year/:month/:day/:slug/"

[params]
    description = "Gereon's Weblog."
    header = ["[Home](/)", "[Photographs](/photographs/)"]
    header_right = ["[About](/about)"]
    footer = ["[Github](https://github.com/grecht)", "[RSS Feed](/index.xml)"]
    email = "[email protected]"

About

hugo theme based on hugo-xmin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.1%
  • CSS 46.9%