Sascha Brendel

Results 14 comments of Sascha Brendel
trafficstars

This issue does not occur in unordered lists.

Hi, sure: pandoc command: ``` pandoc src.md -o out.pdf \ --from markdown+yaml_metadata_block+raw_html \ --template eisvogel \ --table-of-contents \ --toc-depth 6 \ --top-level-division=chapter \ --highlight-style zenburn \ --pdf-engine xelatex ``` Markdown...

Implemented in #23 There is a new configuration option now: https://github.com/Lednerb/hugo-orbit-theme/blob/c4c0630f35b206b82bbf826fd05614ed54763e5a/exampleSite/config.toml#L29-L30

Within the latest version of this theme in #23 this kind of issues are fixed.

With the latest version of this theme in #23 there should'nt be any issues when you follow the Installation and Configuration section from the README by using the latest `hugo`...

With the latest update in #23 the process for multiple language versions of your profile is simplified a lot. Just checkout the example `config.toml` file: https://github.com/Lednerb/hugo-orbit-theme/blob/c4c0630f35b206b82bbf826fd05614ed54763e5a/exampleSite/config.toml#L43-L56 For adding new languages...

With the latest version on #23 you can place your profile image directly within the `static` folder and add the filename to the `config.toml`. There is no need to use...

The `config.toml` file is placed within the `exampleSite` directory and will be copied to your hugo project if you follow the Installation and Configuration steps in the `README.md` Can be...

This is also fixed with #23 and can be closed.

It seems that I've made a mistake when creating this project. To enable the blacklist or whitelist functionality the opentracker has to be build with modifications in the `Makefile` of...