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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-30Update README.md (#128)HEADmasterderrygeoff
2021-10-14Update Google Analytics code to the new Global site tag (#126)Justin Phelps
2021-10-02Merge pull request #124 from lauracristianas/patch-1Yoshiharu Yamashita
Fixed a broken link
2021-09-29Fixed a broken linklauracristianas
I tried accessing this link, but I got a 404. I searched on Hugo website, found that Hugo changed from `https://themes.gohugo.io/theme/` to `https://themes.gohugo.io/themes/`.
2021-08-07Merge pull request #122 from dwy6626/fix/side-menu-schrollYoshiharu Yamashita
fix: side menu scrolling #92
2021-08-06fix: side menu scrollDe-Wei Ye
2021-02-27Merge pull request #119 from Tristor/updatereadmeYoshiharu Yamashita
Update the README to make mention of recently merged additions and updates
2021-02-27Update the README to make mention of recently merged additions and updates.tristor
2021-02-25Merge pull request #95 from rz3n/masterYoshiharu Yamashita
Adds support for Telegram Comments (comments.app)
2021-02-25Merge pull request #117 from Tristor/asyncJSYoshiharu Yamashita
Performance improvements by asynchronous loading of optional JS extensions in the header
2021-02-25Make optional scripts in header load asynctristor
2021-02-25updated head to use newer versions of CDN assets and preference CDNJS from ↵tristor
Cloudflare
2021-02-15Merge pull request #116 from contributorpw/update_socialYoshiharu Yamashita
Update social
2021-02-15Update socialAlex Ivanov
Signed-off-by: Alex Ivanov <ai@contributor.pw>
2021-02-14Merge pull request #115 from contributorpw/update_mathjaxYoshiharu Yamashita
Update mathjax
2021-02-14Merge pull request #114 from contributorpw/update_highlightjsYoshiharu Yamashita
Update highlightjs
2021-02-09Update mathjaxAlex Ivanov
Signed-off-by: Alex Ivanov <ai@contributor.pw>
2021-02-09Update highlightjsAlex Ivanov
Signed-off-by: Alex Ivanov <ai@contributor.pw>
2021-02-07Merge pull request #111 from Tristor/section-prYoshiharu Yamashita
Add the recommended default section template into layouts/_default
2021-02-07Merge pull request #110 from Tristor/sharebuttonsYoshiharu Yamashita
modify SNS share button at layouts/partials/share.html
2021-02-07Merge pull request #112 from Tristor/fixalignmentYoshiharu Yamashita
Adds the fa-fw class to the some social icons missing this class.
2021-02-07Adds fa-fw class to GNU Social, BitBucket, MobyGames, and Keybasetristor
2021-02-07Adds the fa-fw class to the linkedin and RSS social icons so they align ↵tristor
correctly with the rest in the sidebar.
2021-02-07Add the recommended default section template into layouts/_default to ↵tristor
eliminate warning in Hugo 0.55 and later.
2021-02-07modify SNS share button at layouts/partials/share.htmltetsuyainfra
2021-02-07Merge pull request #107 from Tristor/twitterfix-prYoshiharu Yamashita
Remove appended via= block from Twitter share button
2021-02-07Merge pull request #108 from Tristor/goatcounter-prYoshiharu Yamashita
Adding in support for GoatCounter privacy respecting analytics.
2021-02-07Merge pull request #109 from Tristor/mathjax-prYoshiharu Yamashita
Use CDNJS for MathJax instead of cdn.bootcss.com
2021-02-07Merge pull request #106 from Tristor/commento-prYoshiharu Yamashita
Add support for Commento.io as a Disqus alternative.
2021-02-06This change reduces configurability, but that configurability would require ↵tristor
significant refactoring. Instead, it ditches the default cdn.bootcss.com that hangs and replaces it with the MathJax recommendation of Cloudflare CDNJS. Additionally, it bumps the default version from 2.7.1 to 2.7.7, the last release in the 2.7 series.
2021-02-06Adding in support for GoatCounter privacy respecting analytics.tristor
2021-02-06Remove appended via= block from Twitter share button that is pointing to ↵tristor
some user... probably the person who patched the theme originally.
2021-02-06Add support for Commento.io as a Disqus alternative.tristor
2019-10-06support for Telegram DiscussBotRicardo Franzen
2019-10-03Merge pull request #18 from p-lewis/masterYoshiharu Yamashita
Add a default taxonomy list template
2019-10-03Merge pull request #62 from stevenranney/masterYoshiharu Yamashita
Add mathjax partials (and capabilities) to Blackburn theme.
2019-10-03Merge pull request #64 from HorribleGeek/masterYoshiharu Yamashita
Custom Share buttons after each article
2019-10-03Merge pull request #90 from timciep/update-font-awesomeYoshiharu Yamashita
Update Font Awesome to 5.9.0
2019-10-03Merge pull request #88 from AdamHepner/add_canonicalYoshiharu Yamashita
Add canonical header link from content preamble
2019-10-03Merge pull request #94 from recleev/patch-1Yoshiharu Yamashita
Remove .Data.Pages in favor of .Site.RegularPages
2019-10-03Remove .Data.Pages in favor of .Site.RegularPagesRecle Etino Vibal
Using only .Data.Pages will only show a link to the Post page in the home page. Using .Site.RegularPages returns the homepage to a normal showcase of existing posts. This change happened starting at Hugo >0.57.
2019-06-09update ReadmeTim.Cieplowski
2019-06-09Update social icons to Font Awesome 5Tim.Cieplowski
2019-06-09Update Font Awesome CDN to 5.9.0Tim.Cieplowski
2019-05-05Merge pull request #84 from tommorris/patch-1Yoshiharu Yamashita
Adds rel-me to social links
2019-05-05Merge pull request #73 from nonumeros/masterYoshiharu Yamashita
hugo v0.35 modified archetype value
2019-05-05Merge pull request #86 from njnygaard/masterYoshiharu Yamashita
Fixing Warnings
2019-05-05WARN 2019/05/05 08:40:06 Page's .Hugo is deprecated and will be removed in a ↵Nikhil Nygaard
future release.
2019-05-05WARN 2019/05/05 08:40:06 Page's .RSSLink is deprecated and will be removed ↵Nikhil Nygaard
in a future release.
2019-04-21Adds rel-me to social linksTom Morris