Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-21fix: Typo fixHEADv1.8.2masterBing-Sheng Chen
Remove the unnecessary square brackets in avatar settings. See also: v1.8.0
2021-06-21fix: Remove the `base` element from layoutsv1.8.1Bing-Sheng Chen
Remove the `base` element from `partials/head.html` to fix the relative images issue. Resolves: #6 See also: siegerts/hugo-theme-basic#2
2021-06-21feat: Use Gravatar or local avatar imagev1.8.0Bing-Sheng Chen
Now users can choose Gravatar or local avatar image to display on home page. Resolves: #5
2021-05-27feat: Add RSS iconv1.7.1Bing-Sheng Chen
Add new icon: RSS.
2019-08-20docs(readme): Add noteBing-Sheng Chen
Maybe I can install the theme as module. I will try the feature later. See also: https://gohugo.io/hugo-modules/use-modules/
2019-08-20docs(readme): Update readme fileBing-Sheng Chen
Correct "Display social networks" section; Update the file structure example of "Multiple languages" section.
2019-08-19feat(layouts): Replace `.Pages` or `.Data.Pages` with `.Site.RegularPages`v1.7.0Bing-Sheng Chen
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: * https://github.com/gohugoio/hugoThemes/issues/682 * https://gohugo.io/functions/where/#mainsections
2019-08-07refactor(global): Do some fixes to follow the newest submission guidelinesv1.6.3Bing-Sheng Chen
* Add config variable `disableKinds` * Rename `layouts/index.html` to `layouts/home.html` See also: gohugoio/hugoThemes#668
2019-08-07docs(screenshots): Update the gallery imagesBing-Sheng Chen
Update screenshot and thumbnail images. See also: gohugoio/hugoThemes#668
2019-08-07fix(exampleSite): Update config file of example sitev1.6.2Bing-Sheng Chen
Update the social link params of example site. Resolves: #3 See also: gohugoio/hugoThemes#668
2019-08-02refactor(index): Remove unnecessary variablev1.6.1Bing-Sheng Chen
Remove unnecessary variable `.Data` from index template.
2019-08-01refactor(list): Remove unnecessary variableBing-Sheng Chen
Remove unnecessary variable `.Data` from list template.
2019-08-01docs(readme): Add language settings exampleBing-Sheng Chen
Fix "the content list page not found" bug and add multiple languages settings example to readme file.
2019-08-01refactor(404): Remove undefined classes in 404 pageBing-Sheng Chen
Remove undefined style classes in 404 page.
2019-08-01refactor(single): Refactor the styles of single pageBing-Sheng Chen
Try to refine the styles of single page. See also: https://www.tailwindtoolbox.com/templates/minimal-blog
2019-08-01docs(readme): Update the list of available social iconsBing-Sheng Chen
I added the Dribbble icon. See also: Commit 3fb3ab1
2019-08-01refactor(date): Refactor date string partialBing-Sheng Chen
Now the format of date string is customizable. See also: https://zwbetz.com/make-a-hugo-blog-from-scratch/#date-and-tags-partial
2019-08-01refactor(partial): Create a partial of JavaScriptBing-Sheng Chen
Create JavaScript partial and make it cacheable. See also: https://github.com/google/docsy/blob/master/layouts/_default/baseof.html
2019-08-01feat(i18n): Add multiple languages supportv1.6.0Bing-Sheng Chen
Now this theme supports multiple languages. See also: https://gohugo.io/content-management/multilingual/
2019-08-01refactor(index): Refactor social media icons on top pagev1.5.0Bing-Sheng Chen
Styling SVG with CSS and refactor the partials.
2019-07-31refactor(icon): Update social media SVG iconsBing-Sheng Chen
Remove unnecessary attributes of SVG files.
2019-07-08fix(page): Replace `.URL` with `.Permalink`v1.4.2Bing-Sheng Chen
Replace `.URL` with `.Permalink` to omit the warnings below: > Page's .URL is deprecated and will be removed in a future release. Use .Permalink or .RelPermalink. If what you want is the front matter URL value, use .Params.url.
2019-01-02Fix: Put missing highlight.js code backv1.4.1Bing-Sheng Chen
2019-01-02Use Hugo Pipes to concat and minify CSS and JavaScript filesBing-Sheng Chen
1. Update normalize.css to v8.0.1 2. Update highlight.js to v9.13.1
2018-12-27List available names of social icons in readme fileBing-Sheng Chen
2018-12-18Change the way to display social networksv1.3.0Bing-Sheng Chen
1. Add more social icons 2. Sort social networks in config file
2018-10-10Fix coding style of pull request #1v1.2.2Bing-Sheng Chen
2018-10-10Merge pull request #1 from sprosin/masterBing-Sheng Chen
Added stackoverflow icon
2018-07-26Added stackoverflow iconSergey Prosin
2018-07-18Update screenshot and thumbnail imagesv1.2.1Bing-Sheng Chen
2018-07-18Shorten the length of text placeholderBing-Sheng Chen
2018-07-18Adjust the position of avatar imageBing-Sheng Chen
2018-07-18Narrow the width of content block on home pageBing-Sheng Chen
2018-07-18Remove all leading slashes from assets pathsBing-Sheng Chen
Fix: https://github.com/gohugoio/hugoThemes/issues/380#issuecomment-405656916
2018-07-09Replace TACHYONS styles with vanilla CSSv1.2.0Bing-Sheng Chen
2018-07-09Add time element templateBing-Sheng Chen
2018-07-03Update default archetype templateBing-Sheng Chen
2018-07-03Add Google Analytics guideBing-Sheng Chen
2018-07-03Add menu config exampleBing-Sheng Chen
2018-07-03Update screenshot and thumbnail imagesv1.1.0Bing-Sheng Chen
2018-07-03Adjust the width of contentsBing-Sheng Chen
2018-07-03Adjust social media links positionBing-Sheng Chen
2018-07-03Adjust footer positionBing-Sheng Chen
2018-07-03Add custom 404 pageBing-Sheng Chen
2018-07-03Correct the minimal version numberBing-Sheng Chen
The value of `min_version` means the minimal version number of Hugo, not the theme.
2018-07-03Use semantic versioningv1.0.0Bing-Sheng Chen
2018-07-03Edit "Usage" sectionBing-Sheng Chen
2018-07-03Add "Built With" section to readmeBing-Sheng Chen
2018-07-03Add screenshot and thumbnail imagesBing-Sheng Chen
2018-07-03Support YAML and Vim script highlightingBing-Sheng Chen