Giter Club home page Giter Club logo

papercss-hugo-theme's People

Contributors

benelog avatar freitzzz avatar meredrica avatar ssmiller25 avatar zwbetz-gh 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

papercss-hugo-theme's Issues

When using a something like domain.com/blog, the main brand image redirects to domain.com instead of domain.com/blog

Is your feature request related to a problem? Please describe.
I setup my Hugo config.toml to have a baseURL as https://some-domain.com/blog. The main title nav (the nav-brand) logo links to https://some-domain.com which is some weird behavior.

Describe the solution you'd like
Some way in the config to specify the link for the same like the other nav parameters.

Describe alternatives you've considered
Tried tinkering around with config but couldnt fix it from there

Additional context
This is the link I am talking about.
image

Feature Report:In the top navigation, i hope to add a category navigation

Concise Description

When there are a large number of articles, i need to quickly locate the content i want to read through the category navigation.

Expect Description

After i added the category navigation in the configuration file, i don't knonw how to add the corresponding category page.

Suggest Description

i hope you can teach me how to add such a category page with hierarchical relationships.

Request Description

This theme is very good,and i like it very much.
i hope to join you in perfecting this theme.
Thanks a lot.

Markdownd does not rendered within a border shortcode

Put markdown syntax within a border, for example unordered list

{{< border >}}
* CSS  
* HTML  
* JavaScript  
{{< /border >}}

Expected behavior
Should render a html list within a border.

I looked up here gohugoio/hugo#5900 (comment)
So modified this line of code https://github.com/zwbetz-gh/papercss-hugo-theme/blob/master/layouts/shortcodes/border.html#L15

{{ .Inner | markdownify }}

Now instead of single border element I've got this:

image

<div class="child-borders">
  <p class="sm col "></p>
    <ul>
        <li>CSS</li>
        <li>HTML</li>
        <li>JavaScript</li>
    </ul>
  <p></p>
  <div></div>
</div>

Desktop (please complete the following information):

Hugo Static Site Generator v0.73.0/extended darwin/amd64 BuildDate: unknown
GOOS="darwin"
GOARCH="amd64"
GOVERSION="go1.14.4"

timeline request

Is your feature request related to a problem? Please describe.
if someone has more atrcles,maybe i need the seperate by year。
similar like this https://dirtysalt.github.io/html/blogs.html

i very like this theme,in my opinion,if we have a year-navigate like that under the blog words is best。

thank you in advance,and, excuse my poor english.

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.