Giter Site home page Giter Site logo

hugo-dusk's People

Contributors

bickhaus avatar butt4cak3 avatar crazedprogrammer avatar gyorb avatar jarijaas avatar libertylocked avatar n0k0 avatar nonumeros avatar tkjef avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hugo-dusk's Issues

Theme incompatable with latest hugo build

Looks like variables this theme relies on have been deprecated.

execute of template failed: template: _default/list.html:1:3: executing "_default/list.html" at <partial "header.html" .>: error calling partial: "themes/hugo-dusk/layouts/partials/header.html:4:3": execute of template failed: template: partials/header.html:4:3                                
: executing "partials/header.html" at <partial "head.html" .>: error calling partial: "themes/hugo-dusk/                                
layouts/partials/head.html:7:8": execute of template failed: template: partials/head.html:7:8: executing "partials/head.html" at <.Hugo.Generator>: can't evaluate field Hugo in type *hugolib.pageState

README.md error

In README.md:

The following lines should be above [author], else they become part of it.

SectionPagesMenu = "main"

# use Chroma for syntax highlight
pygmentsStyle = "native" # other dark style options: vim, fruity, monokai
# enable syntax highlight for code blocks
pygmentsCodeFences = true

remove disqus localhost check

disqus localhost check can be removed see #3639 Fixed since Hugo v0.25

(function() {
// Don't ever inject Disqus on localhost--it creates unwanted
// discussions from 'localhost:1313' on your Disqus account...
if (window.location.hostname == "localhost")
return;
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
var disqus_shortname = '{{ .Site.DisqusShortname }}';
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);

tags page generates broken links

Any combination of site baseURL, canonifyURLs, and relativeURLs always results in improper tag generation on the tags list page. So far the only work around I've found is setting baseURL to the setting canonifyURLs to true then creating a symlinkg from $publishDir."/tags/tags/" to $publishDir."/tags/".

Basically the URL for the tags/index.html always end up with tags/tags/.

configurable color theme

add config option to support color scheme selection color-dark.css is the default
since v0.20.0 plain text partials can be used to inline CSS styles

footnote anchors

Hi,

Firstly, I want you to know that I really like this theme. Thank you for maintaining it.

I have run into one issue, but it may not be an issue with your theme. I am using org-mode footnotes and the anchors are linking to the home page rather than the post that they are linked from / to. I read the section on links and cross references and it suggests that the anchor should be exported with the pages unique identifier, but when I inspect the element I can see that the anchor has no unique identifier. Since it is missing the unique identifier I started to wonder if it is perhaps an issue with the theme, but I have no idea. Have you tried using footnotes? Do you know how to make org-mode footnotes work as expected?

I am currently using hugo v0.46

You time is appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.