Code Monkey home page Code Monkey logo

hugo-redlounge's People

Contributors

anthonyfok avatar bep avatar carsonip avatar cdhunt avatar dyng avatar emembrives avatar halostatue avatar hjalle avatar lucumt avatar machortz avatar neptuneg avatar nonumeros avatar rlaakso avatar shawnohare avatar sykesm avatar tmaiaroto avatar tomhoover avatar yitzhakbg 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

hugo-redlounge's Issues

Keep geting theme/partials/semantic.html is incomplete

Hi,

I keep getting error:
2017/01/30 13:35:57 general.go:236: theme/partials/semantic.html is an incomplete or empty template and
2017/01/30 13:35:57 general.go:236: theme/partials/author.html is an incomplete or empty template.
Is there anyway to fix this issue ?

.Now will be deprecated with Hugo v0.20

.Now will be deprecated replaced with the now template function in Hugo v0.20 which eventually will be released on Monday. It's likely that the deprecation will cause builds to fail.

Images missing max-width property

Hello!

I've stumbled upon the very same issue as the dim0627/hugo_theme_beg#19, only part of the image visible on the screenshot where whole should be:

image

Source code:

![Shinken simple distributed architecture](https://shinken.readthedocs.io/en/latest/_images/shinken-architecture.png)

Visual glitch due to scroll bar

Vertical scroll bar induce a visual glitch as the page width is slightly reduced (inc. sidebar width).
To see this in action, simply go back and forth between a 'short' page (w/o scroll bar) and a 'long' page (w/ scroll bar).

Pagination

hello!

Thanks for you awesome template for Hugo.

I have a question:how I can use pagination? I put some posts in the post directory, the main page list all the posts in one page.

Thanks!

Multilingual mode/hugo 0.18 support

Hi,

I want to leave a few tips how to change layout in order to work with brand-new feature mentioned in title:

  1. Line 39, layouts/_default/list.html:
    <a class="post-category post-category-{{ . | urlize }}" href="{{ $Site.BaseURL }}{{ $Site.LanguagePrefix }}/categories/{{ . | urlize }}">{{ . }}</a>

  2. And I don't know if {{ range .Site.Pages }} in file mentioned above or index.html is desired in Hugo 0.18 - because every piece of content is now a Page, there a lot of strange posts on index page(f.e. all categories are shown as posts - http://themes.gohugo.io/theme/redlounge/ ).
    The possible fix for it is:
    {{ range where .Data.Pages "Section" "posts" }}

Why weren’t common Hugo values reused?

I’m getting ready to start working on a derivative of this theme (halostatue/hugo-cabaret) that I will be using on my own website, but I want to contribute back some changes that I’m going to be making.

Before I approach one of these, I wanted to understand why you used .Site.Params.sidebartitle instead of .Site.Title? I wonder the same with the common .Site.Params.description as opposed to .Site.Params.sidebartagline.

When I start making changes for myself, I’m going to make this more flexible:

    <h1 class="brand-title">
      {{ if .Site.Params.sidebartitle }}
        {{ .Site.Params.sidebartitle }}
      {{ else }}
        {{ .Site.Title }}
      {{ end }}
    </h1>
    {{ if .Site.Params.sidebartagline }}
      <h2 class="brand-tagline">{{ .Site.Params.sidebartagline }}</h2>
    {{ else if .Site.Params.description }}
      <h2 class="brand-tagline"> {{ .Site.Params.description }}</h2>
    {{ end }}

Would you be interested in this change?

Missing background color

While the CSS specifies the text color, it omits the background color, which when using a non-white background as default, like, with a dark desktop theme, makes it totally unreadable.

capture d ecran de 2017-09-24 21-57-13

How I can to reduce quantity of symbols at the main page?

Hello!

Thanks for user-fiendly template for Gohugo! :-) I have a little question: how I can to reduce quantity of symbols at the main (first) page in the preview-block? Now It's a full-lenght 3 lines.... May I to cut this?

With best regards,
greedruid

Cannot set banner or bannerinline globally.

For the life of me, I cannot figure this out. If I add either of these parameters to an individual page, everything is fine. If I try to add them to the params section of the config or to archetypes/default.md, nothing works. The docs seem to indicate that the archetypes would be the place to put it, but no luck.

Social Menu and Disqus not working

Hi!

First off, happy new year!

I'm trying to enable Social menu on the sidebar and disqus on my blog.

Here is the blog => https://skarlso.github.io

If you look at the source, you can see that there is a div containing my site URL => skarlso.com. Which is nice, but it isn't visible for some reason. :)

And then disqus. I set up the disqusShortname but nothing is happening. I do have a disqus account and shortname and everything, but I'm guessing I need something more?

Here is my configuration file:

contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
baseurl = "https://skarlso.github.io/"
title = "Ramblings of a build engineer"
canonifyurls = true

[taxonomies]
    category = "categories"
    tag = "tags"
[params]
    sidebartitle = "Ramblings..."
    sidebartagline = "...of a build engineer."
    highlightStyle = "true"
    disqusShortname = "mydisqusshortname"

[[menu.social]]
     pre = "<i class='fa fa-fort-awesome'></i>"
     url = "http://skarlso.com"
     identifier = "site" <- I tried everything here 

That's it. Any help is much appreciated! 👍 Thanks!

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.