hugo-bingo

Nothing but texts.

MIT License

Stars
11
Committers
2

Bot releases are hidden (Show)

hugo-bingo - v1.8.2 Latest Release

Published by gundamew over 3 years ago

Remove the unnecessary square brackets in avatar settings.

See also: v1.8.0

hugo-bingo - v1.8.1

Published by gundamew over 3 years ago

Remove the base element from partials/head.html to fix the relative images issue.

Fixes #6.

hugo-bingo - v1.8.0

Published by gundamew over 3 years ago

Now users can choose Gravatar or local avatar image to display on home page. And I also made the size parameter of Gravatar changable.

Please change the settings from:

[params]

  [params.gravatar]
    email = "[email protected]"

to:

[params]

  [params.avatar]
    use = "local"  # "local" or "gravatar"

  [params.gravatar]
    email = "[email protected]"
    size = 240

  [params.avatar.local]
    path = "example.png"  # please put the image in the static directory

Resolves #5.

hugo-bingo - v1.7.1

Published by gundamew over 3 years ago

Add new social icon: RSS feed.

hugo-bingo -

Published by gundamew about 5 years ago

Replace .Pages or .Data.Pages with .Site.RegularPages. And add mainSections variable to config file to prepare for Hugo v.0.58.0.

See also: gohugoio/hugoThemes#682

hugo-bingo -

Published by gundamew about 5 years ago

Do some fixes to follow the newest submission guidelines.

  • Update the gallery images
  • Add config variable disableKinds
  • Rename layouts/index.html to layouts/home.html
hugo-bingo -

Published by gundamew about 5 years ago

Some minor fixes:

  • Remove unnecessary variables
  • Add language settings example
  • Update the list of available social icons
  • Refactor the partials
hugo-bingo -

Published by gundamew about 5 years ago

Update the social link params of example site to fix issue #3.

hugo-bingo -

Published by gundamew about 5 years ago

Add multiple languages support.

hugo-bingo -

Published by gundamew about 5 years ago

Remove unnecessary attributes of SVG files; Styling SVG with CSS and refactor the partials.

hugo-bingo -

Published by gundamew over 5 years ago

Fix: Replace .URL with .Permalink.

hugo-bingo - v1.4.1

Published by gundamew almost 6 years ago

Fix: Put missing highlight.js code back.

hugo-bingo - v1.4.0

Published by gundamew almost 6 years ago

Use Hugo Pipes to concat and minify CSS and JavaScript files.

  1. Update normalize.css to v8.0.1
  2. Update highlight.js to v9.13.1
hugo-bingo - v1.3.0

Published by gundamew almost 6 years ago

  1. Add more social icons:
    • Bitbucket
    • GitLab
    • Keybase
    • Plurk
    • Stack Exchange
  2. Now you can reorder social icons in config file. It will sort by weight in ascending order, like navbar
  3. And you can use the link you want with social icons
hugo-bingo - v1.2.2

Published by gundamew about 6 years ago

Add Stack Overflow icon via pull request #1.

hugo-bingo - v1.2.1

Published by gundamew over 6 years ago

  • Remove all leading slashes from assets paths to fix the issue mentioned here
  • Adjust some details of CSS
  • Update screenshot and thumbnail images
hugo-bingo - v1.2.0

Published by gundamew over 6 years ago

  • Replace TACHYONS styles with vanilla CSS
  • Add time element template
hugo-bingo - v1.1.0

Published by gundamew over 6 years ago

  • Add custom 404 page
  • Adjust the position of contents
hugo-bingo - v1.0.0

Published by gundamew over 6 years ago

First usable version with required documents.

Package Rankings
Top 7.11% on Proxy.golang.org