Coder Social home page Coder Social logo

hugo-ink's People

Contributors

andrei-m avatar arestivo avatar athul avatar boratanrikulu avatar carstenhag avatar cgiacomi avatar datacobra avatar directed-graph avatar forstef avatar fteem avatar gr1m0h avatar knadh avatar mr-karan avatar prayagverma avatar rhnvrm avatar rossburton avatar scottaw66 avatar vividvilla avatar zambito1 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

hugo-ink's Issues

Request: Add thumbnail shortcut to post overview (start page)

I want to use this theme for a sort of food blog for products and recipes. In the posts themselves I can add images. But in the post overview, the user doesn't see any type of visual guide as on what to expect.

Some quick mockups:

Current design
Bildschirmfoto 2021-01-20 um 21 02 21


Thumbnail in place of the date/year
Bildschirmfoto 2021-01-20 um 21 01 15


Thumbnail in addition to the date/year
Bildschirmfoto 2021-01-20 um 21 01 37

Sticky navbar

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

Thanks!

Show example of how the twitter cards work

The features at the readme say "Twitter cards and opengraph tags support" but it's unclear to me how they are used.

Currently I include my images with markdown and the twitter card doesn't show the images

The theme is currently not very useable for Europeans (GDPR)

The GDPR makes it very difficult for bloggers to use third-party sites on there websites.
It would be great to change the following things:

  • Don't use the fonts via third-party site, use the fonts local instead
  • Instead of feathercdn which is also third-party, use a local font like FontAwesome
  • It should be possible to disable any other third-party function, as is the case with Disqus

That are some points that I was thinking about lately. Maybe there is some more todo, but this
is all I can remember now.

Post snippet render special characters

Hi, I was wondering if anyone is having problem with the snippet of text in the post listing page where words such as couldn't can't properly be parsed and end up showing as couldn’t.

Can't have tag and the name of the post same

#20 breaks the rendering if I have a post with the same name as of the tag.

example:

I have a post named background.md and on another post I have a tag as 'background', I get into error such that:

❯ hugo server -D
Start building sites …
Built in 26 ms
Error: Error building site: failed to render pages: render of "term" failed: "workspace/blog/themes/hugo-ink/layouts/_default/term.html:11:16": execute of template failed: template: _default/term.html:11:16: executing "_default/term.html" at <.Site.GetPage>: error calling GetPage: page reference "/background" is ambiguous

Toggling of Dark-light is not working

I just created a new hugo site and cloned ink in theme i copied all examples into my main site and run the hugo serve the mode=auto when i click on the toggle the page is not changing the mode

Feature: Display Author and Tag list in post list

It will look good if we display Author and Tag in each item in the Post list

Logic
Author: If the author is provided on a page, display when it's listed in the post list, if not we can omit it
Tags: list all the stages for the page.

Where to display?
After header and subheading one more line and display both.

Switch code syntax highlight with dark or light mode

I would like to be able to switch colorschemes when switching from dark mode to light mode.
For example when in light mode we would have:

pygmentsStyle = "monokailight"

and in dark mode:

pygmentsStyle = "monokai"

Don't know if this is already possible.
Thank you!

Can I change the code style?

I want to highlight and change my code style in the blog. Where is the CSS that controls the code style store?

Markdown isn't rendered in post previews on the homepage

It'd be great if we can render markdown in previews of posts on the homepage, so we don't get raw markdown showing up on the homepage like so
Screen Shot 2020-08-23 at 1 34 40 PM
If you change the .RawContent to .Content directives in layouts/index.html like so

<span class="description">
	{{ if isset .Params "description" }}
		{{ .Description }}
	{{ else if gt (len .RawContent) 120 }}
		{{ slicestr .Content 0 120 }}...
	{{ else }}
		{{ .Content }}
	{{ end }}
</span>

The content renders with the HTML elements, which isn't exactly ideal either
Screen Shot 2020-08-23 at 1 48 09 PM

Thanks for creating this beautiful theme!

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.