Coder Social home page Coder Social logo

hugo-theme-coyote's People

Contributors

nightswinger 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

Watchers

 avatar  avatar

hugo-theme-coyote's Issues

add Categories and tags

Thank you very much for your work, is it possible to add categories and tags to the navigation bar?

Search result not showing

Search result not showing, how to fix this? i try on localhost. please any documentation or guide ?
i love this theme......

How to structure content folder?

Hello!
Thank you for this beautiful template :)
I'm trying to kickstart my blog with your template, but I haven't had any success yet for adding new posts.
Could you please help me with the following questions?

1. How do I structure my content/ folder?
I tried adding a test.md file under content, as well as _index.md, with following header, with no luck:

---
title: Test
image: images/tn.png
type: post
date: 2021-05-24T14:47:36+01:00
---
foo

2. How do I structure the assets/ folder?
I kept running into the "<$image.RelPermalink>: nil pointer evaluating resource.Resource.RelPermalink" error :/

I realize this are noob questions, but I couldn't find any way to make it work!
Thank you :)
Jeanine

Accept posts too (not only bundles)

I'd love to make use of the post function instead of post bundles. Since i use the site for my recipes i would prefer to have one folder "recipes" with all {recipe-title}.md within that folder.

I do understand a header image is mandatory with this theme. Those images could be placed in the /static/ folder, right?

For ease of use, it would ne great if there was a placeholder image for new posts. That way the site doesn't display an error when adding a post without header, it just shows a post with a standard header image which probably should be replaced.

Many tags on small screen won't break off to second line

First of all: what a nice theme! I decided to use it for a personal recipe collection site im building. I love how the site is responsive but still keeps two columns on phone screens.

Now one thing I noticed: when adding several tags to a post, it doesn't look that good viewing the post on a small screen (like mobile phones). The line of tags doesn't break into a second line!

Live example: https://recepten.stijnbiemans.nl/recepten/falafelbowl-met-hummus-en-feta/.

Screenshot:
Screenshot_20230209_195328_Vivaldi Browser

Search only matches exact left-to-right ordered terms

Current State / Issue

Presently, when using this theme locally and on the deployed exampleSite, the search function appears to only work if the search terms are in the same exact left-to-right order as the target.

For example, the article "Markdown Syntax Guide" is ONLY discoverable by searching for:

  • "Markdown"
  • "Markdown Syntax"
  • "Markdown Syntax Guide"

All other patterns fail to return any result.

This forces the user to be able to recall the left-to-right order of terms to search for the respective post. Additionally, it prevents discoverability of posts that share a common postfix name (ex: Markdown-Guide, Image-Guide, etc.).

Expected

When fuzzy searching for an article any enumeration of the search terms should be viable.

For example, the article "Markdown Syntax Guide" should be discoverable by searching for:

  • "Markdown"
  • "Syntax"
  • "Guide"
  • "Syntax Guide"
  • "Markdown Syntax"
  • "Markdown Guide"
  • "Markdown Syntax Guide"

Further thoughts

The index.json appears to be generated as expected which makes me think that it has something to do with the fuse.search call in search.js and / or the fuseOptions options specified in search.js

Search clears when the user presses Enter/Return

Current State / Issue

Presently, when using this theme locally and on the deployed exampleSite, when the user types in a search query and presses Enter the search and its results are cleared before the user can use them.

Expected

The results should persist / remain visible following the pressing of Enter.

Further thoughts

The current behavior uses an addEventListener in search.js that actions on keyup.

This could potentially be modified to use something that checks for if the Enter key was pressed and then holds the current view.
Ex:

...addEventListener('keypress', function (e) {
    if (e.key === 'Enter') {
      // do nothing / hold current view
    } else {
     // current code for search
    }
});

syntax error at Readme.md

Hi. I was reading your Readme.md and checking the installation instructions to try your awesome theme.

echo theme = "coyote" >> config.toml
not
echo theme = "\coyote" >> config.toml
isn't it?

Please confirm.

Thanks.

What should I do

E:\github\test>hugo server -D
Start building sites โ€ฆ
hugo v0.111.3-5d4eb5154e1fed125ca8e9b5a0315c4180dab192+extended windows/amd64 BuildDate=2023-03-12T11:40:50Z VendorInfo=gohugoio
Error: Error building site: "E:\github\test\content\posts\popular_science\index.md:35:1": failed to extract shortcode: template for shortcode "admonition" not found
Built in 28 ms

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.