Git Product home page Git Product logo

hugo-theme-notrack's People

Contributors

albinahlback avatar founfabug avatar gevhaz avatar kdund avatar mikesteele81 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

Watchers

 avatar  avatar  avatar  avatar

hugo-theme-notrack's Issues

Upgrade to current HEAD stops custom shortcodes working?

Is there some recent change that might affect the deployment of custom shortcodes?

I had a working Hugo site running notrack. My site has a four custom shortcodes located in layouts/shortcodes

I upgraded my theme to the current HEAD of master and the site will not build.

Error: error building site: assemble: "/src/content/blog/2FA-and-Managing-Security-Questions.md:39:1": failed to extract shortcode: template for shortcode "youtubeenhanced" not found

However if I copy the shortcode files (cp layouts/shortcodes/* themes/notrack/layouts/shortcodes/) then the deployment works fine (locally).

Thanks

No themes directory

I am new to hugo. I followed the instructions for running the exampleSite in notrack. I loved the site and now want to convert it to a regular site and substitute my own content. I am puzzled that I cannot find a themes directory anywhere.

HTTPs problem

I really liked the design of this page and wanted to use it with github pages. It looks like when I try to use Https there is an error with how files are called in index.html. I believe this is because stylesheets, imgs, etc... are called using the form <link rel="stylesheet" type="text/css" href="http://USERNAME.github.io/css/fonts.css">. Instead of having https it uses http this causes browsers to block CSS and other files.

Adding logo to site header

Hi and thank you for the nice theme!

Is there a way one can add a logo before/after the text in the parameter "siteHeading"?

Enhancement thumbnails

Consider that the addition of thumbnail images in various lists may not detract from elegance of the theme. Maybe for the future.

Demo Page? Sticky< Header?

Hi,

is there anywhere a demo page active so that I can check it out?

Does notrack have a sticky header? Such a fixed top navigation is absolutely mandatory for me and I'd like to ask prior to using a lot of time editing. thx.

It ignores the footer template

I've tried to add a footer by modifying themes/notrack/layouts/partials/footer.html but it ignores the changes. Quite weird since changing themes/notrack/layouts/partials/header.html works.

I've tried with a clean site using your exampleSite but same issue. What I've tried is to add a

tag with a copyright notice, but no luck. I've also tried adding other tags but none of them work.

Categories display in Blog broken after Hugo upgrade from 0.119.0 to 0.120.0

Description

The Categories display in Blog appears broken after Hugo upgrade from 0.119.0 to 0.120.0

  • Repeatable
  • Tested in Firefox and IRON
  • Rendered HTML is noticeably different

Discovered in Hugo 0.120.4
Working in Hugo 0.119.0
Fails in Hugo 0.120.0

Install

On Windows 10, per readme:

If you want to try out the theme with an example page, do the following:

$ git clone https://github.com/gevhaz/hugo-theme-notrack
$ mv hugo-theme-notrack notrack
$ cd notrack/exampleSite/
$ hugo server -D --themesDir ../..

HTML render from Hugo 0.119.0

119

HTML render from Hugo 0.120.0

120

Thank you

Fail to build after hugo update

The exampleSite is failing to render with the following output:

Start building sites … 
hugo v0.112.3+extended linux/amd64 BuildDate=unknown
WARN 2023/05/28 22:46:59 The "twitter_simple" shortcode will soon require two named parameters: user and id. See "/home/talhah/notrack/exampleSite/content/blog/rich-content.md:26:1"
Built in 142 ms
Error: error building site: "/home/talhah/notrack/exampleSite/content/contact.md:10:1": failed to render shortcode "contact-box": failed to process shortcode: "/home/talhah/notrack/layouts/shortcodes/contact-box.html:3:29": execute of template failed: template: shortcodes/contact-box.html:3:29: executing "shortcodes/contact-box.html" at <.Get>: Get is not a method but has arguments

I believe it's to do with this API change gohugoio/hugo#10862

I'm not sure how Hugo works exactly so if anyone has an idea how to fix this go ahead. Whatever I've tried hasn't worked.

Example _index.md has image as a .jpeg

But I'm pretty sure it is a png. :-)

exampleSite/static/hugo_grotius.png

This means the fine photograph does not show up in the index page which is unfortunate.

Adding a Custom Favicon

Hi!

I really loved the theme and would firstly like to thank you for it. So, I am not that good with Hugo and wondered how I can add a custom favicon to the theme as I couldn't find anything relating to it in the documentation. I would greatly appreciate it if you could help or at least direct me towards a source I could find how to do so. Thx!

Add demo site

Adding a demo site would help people know exactly how the theme looks. Since setting this theme locally and following all the instructions just to get a glimpse of how all the pages look is a long task.

It would be better if you can try hosting this theme on GitHub pages (its free). All major themes have a demo page associated with them and it would be a great plus.

Thanks, looking forward for a demo site:)........

Compile Sass

Hello,
I'm looking to change the colors in static/css/styles.scss, and maybe make a PR if I can make it configurable. I compiled it with npm's sass sass --no-source-map styles.scss styles.css (from the static/css dir). The compiled output was identical, but without the newlines before the closing brace
Your file:

nav li:hover {
  border-color: #ddd; }

My output:

nav li:hover {
  border-color: #ddd;
}

How did you compile your scss files? I'm assuming it would not be good to submit a PR with a bunch of formatting changes, like my output would give me.

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.