Giter Club home page Giter Club logo

kube's People

Contributors

brylie avatar cammakoj avatar chris-greaves avatar elfenlaid avatar greut avatar jeblister avatar jodumont avatar joffref avatar jonashaag avatar kamiquasi avatar mnewswanger avatar nightcrawler123 avatar realorangeone avatar rumblefrog avatar scotte avatar thde avatar umlaeute 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  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  avatar  avatar  avatar  avatar  avatar  avatar

kube's Issues

No menu at a certain screen/window size

I noticed that on my tablet (Asus Zenpad with 2048x1536 resolution) in portrait mode the navigation menu doesn't appear. In landscape mode it's fine. I am able to replicate it on my desktop browser by getting the window width just right (I would assume 1536) where neither the regular menu nor the hamburger/mobile menu will appear. It does not appear to be browser specific.

I discovered this on my own site using the kube theme, but can replicate it at the demo site here: https://kube.elemnts.org/

Thanks!

Docs - Events

Hi

Love the theme.

I plan on offering free events to my community and this theme would be perfect if I could change docs - events. Is this possible? If I changed:

Front Matter Folder - Docs to Events
Sections - Docs to Events
Config - Main Menu: Docs to Events

If I changed these, would it work? Apologies if this question is a little elementary. My ultimate goal is instead of offering docs, on the docs page, offering events.

WARNING: date and/or title missing from archetype file

When creating a new documentation item, I get the following warning:

WARNING: date and/or title missing from archetype file "/home/brylie/code/MaaS/maas-api-hugo/archetypes/docs.md".
From Hugo 0.24 this must be provided in the archetype file itself, if needed. Example:
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
draft: true
---

Cannot override single.html

Hi, I've been trying to use / override single.html but it always render from _default/single.html. Did i miss something?

i create a menu like this in config.toml:

[[menu.main]]
    name = "Download"
    weight = -100
    url = "/download/"

under project name/layouts, create folder download and download/single.html

single.html is similar like other template:

{{ define "title"}} {{ .Title}} {{end}}
{{ define "header"}} {{ partial "header" .}} {{ end }}
{{ define main }}
<div id="main">
    <div class="row">
        <div class="col col-6">
            <img src="/img/download.png"/>
        </div>
        <div class="col col-6">
            <h1>{{.Title}}</h1>
            <p>{{.Description}}</p>
            <h2>hskcjd</h2>
        </div>
    </div>
</div>
{{ end }}
{{ define "footer"}} {{ partial "footer" .}} {{end}}

under project name/content/download.md

+++
title = "Download"
description = "The sky is the limit only for those who aren't afraid to fly!"
draft = false

+++

Thanks for helping!

No Permalink field when defining menu.extra

I'm getting this error: "theme/partials/header.html" at <.Permalink>: can't evaluate field Permalink in type *hugolib.MenuEntry

When trying to utilize the extra nav:

[[menu.extra]]
    name = "Contact"
    permalink = "something"

Looks like Hugo doesn't support the permalink field?

Switching it in the theme's header.html from

            <a href="{{ .Permalink }}">{{ .Name }}</a>

to

            <a href="{{ .URL }}">{{ .Name }}</a>

to match the main menu nav works.

I'm super new to Hugo so I'm not sure if that's the actual correct fix or not. But if you want a PR for it I can make it.

Javascript / JQuery functions like Toggles don't seem to be working

I'm not sure if this is a bug (so apologies in advance if I'm missing something), but it seems like some functions like Toggleme don't work on my served hugo site loaded with the Kube theme. I test this by copying over the example site and loading http://localhost:1313/docs/toggleme/. I'm not seeing anything happening in the console either.

It seems to work on the 'normal' Kube site, here: https://imperavi.com/kube/docs/toggleme/.

Google verification code is not working

Hi

I have included a google analytics code in config.toml, as it is indicated in the documentation:
[params.seo.webmaster_verifications]
google = "UA-mygooglecode-X" # Optional, Google verification code

but it is not working. I have checked that no code has been generated in the public folder files that include the Google verification code. There is no google analytics javascript code as well.

I have checked that the google code is correct, and it works if I manually included the code.

Thank you very much in advance.

Best

404 page

Thanks for building Kube!

The page on Hugo themes mentions a "404 page : 404 page with animated background" - yet I can't really find it in the code, or on the example website.

I was wondering if you had any plan or recommendation to build such a page.

Thanks.

How to create hyperlink to locally stored HTML files

I am unable to figure out how to link to locally stored .html files from the theme. I successfully created a new blog post under docs and on clicking on it I am able to view the related text. I also added a hyperlink to that same .md file (under docs folder) but the website is unable to render it. It shows 404 not found error. However, I have ensured that the .html file exists in the specified location and the path to the .html file is also correct. How do I fix this?

blog/single.html contains hard-wired box

blog/single.html contains a box which talks about "Redactor, Grafs and Kube". I can obviously delete this, but I feel like this shouldn't be in the theme if it's for general use?

Empty master.js file included

At the moment there is an empty master.js file included on all pages. Is this meant to be here? It appears to be blank?

Sticky navbar

Please add the option to make the navbar sticky, or make it default.

Thanks!

fails to build site with hugo-0.96

$ cd exampleSite/

$ hugo --themesDir=../..
Start building sites โ€ฆ
hugo v0.96.0+extended linux/amd64 BuildDate=unknown VendorInfo=debian:0.96.0-1+b1
ERROR 2022/05/09 10:55:45 render of "page" failed: "<<PROJECT>>/themes/kube/layouts/_default/baseof.html:5:10": execute of template failed: template: _default/single.html:5:10: executing "_default/single.html" at <.Hugo.Generator>: can't evaluate field Hugo in type *hugolib.pageState
[...]
Total in 39 ms

$

Fixing the .Hugo.Generator gives another error:

Start building sites โ€ฆ 
hugo v0.96.0+extended linux/amd64 BuildDate=unknown VendorInfo=debian:0.96.0-1+b1
ERROR 2022/05/09 11:03:40 render of "page" failed: "<<PROJECT>>/themes/kube/layouts/_default/baseof.html:28:8": execute of template failed: template: _default/single.html:28:8: executing "_default/single.html" at <.RSSLink>: can't evaluate field RSSLink in type *hugolib.pageState
[...]
Total in 83 ms

Modifying landing page

Hi, very nice template! A quick question, to modify the landing page do I need to edit directly the HTML code in the theme?

Posts are blank

Hi,
The blog posts are blank, I can see the content in the .md files but they don't render, (not even on your demo site).

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.