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

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-12[BREAKING] dropping npm + js dependenciesHEADv0.2.0masterMichael Blum
2021-12-12added configurable social media iconsMichael Blum
2021-12-12upgraded bootstrap to 5.0.2Michael Blum
2021-12-12upgraded fontawesome to 5.15.4Michael Blum
2021-04-12README update for Hugo ModulesMichael Blum
2021-04-12dependabot args-parser + minify styles0.1.1Michael Blum
2021-04-11hugo pygments syntax highlightingv0.1.0Michael Blum
2021-04-11hugo mod of exampleSiteMichael Blum
2021-04-11npm audit fixes + upgrade gulpMichael Blum
2020-04-12resolve deprecated RSS partialMichael Blum
2020-04-12patch github-flagged JS security vuls + update theme to be Hugo v0.70-compatibleMichael Blum
2019-09-02Revert "[SECURITY] ticked npm vulnerabilities in package.json (#13)" (#14)Michael Blum
This reverts commit 5abf666666e99abf22fa9a45b25dc5157ac5efb7.
2019-09-02[SECURITY] ticked npm vulnerabilities in package.json (#13)Michael Blum
2019-09-02[GH-682] Demos with empty homepage and/or wrong posts list (#5)Michael Blum
2019-09-02Bump concat-with-sourcemaps from 1.0.4 to 1.1.0 (#7)dependabot[bot]
Bumps [concat-with-sourcemaps](https://github.com/floridoo/concat-with-sourcemaps) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/floridoo/concat-with-sourcemaps/releases) - [Commits](https://github.com/floridoo/concat-with-sourcemaps/commits) Signed-off-by: dependabot[bot] <support@github.com>
2019-09-02Bump stringstream from 0.0.5 to 0.0.6 (#6)dependabot[bot]
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mhart/StringStream/releases) - [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6) Signed-off-by: dependabot[bot] <support@github.com>
2019-09-02Bump tar from 2.2.1 to 2.2.2 (#8)dependabot[bot]
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/npm/node-tar/releases) - [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2) Signed-off-by: dependabot[bot] <support@github.com>
2019-09-02Bump fstream from 1.0.11 to 1.0.12 (#9)dependabot[bot]
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/npm/fstream/releases) - [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12) Signed-off-by: dependabot[bot] <support@github.com>
2019-09-02Bump extend from 3.0.1 to 3.0.2 (#10)dependabot[bot]
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/justmoon/node-extend/releases) - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md) - [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] <support@github.com>
2019-09-02Bump lodash.mergewith from 4.6.0 to 4.6.2 (#11)dependabot[bot]
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits) Signed-off-by: dependabot[bot] <support@github.com>
2019-09-02Merge pull request #12 from mikeblum/dependabot/npm_and_yarn/sshpk-1.16.1Michael Blum
Bump sshpk from 1.13.0 to 1.16.1
2019-09-02Bump sshpk from 1.13.0 to 1.16.1dependabot[bot]
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.0 to 1.16.1. - [Release notes](https://github.com/joyent/node-sshpk/releases) - [Commits](https://github.com/joyent/node-sshpk/compare/v1.13.0...v1.16.1) Signed-off-by: dependabot[bot] <support@github.com>
2018-11-19[GH-02] fix TOC headersMike Blum
2018-11-18[GH-04] fix theme buildMike Blum
2018-11-18[GH-SECURITY] resolved NPM package vulnerabilitiesMike Blum
2018-02-27Merge pull request #3 from zoresvit/patch-1Michael Blum
Spell fix
2018-02-15Spell fixRuslan Kiyanchuk
Fix `Progressive Enhancement` title.
2017-08-10fixes for banner images on mobile and pagination buttonsmblum
2017-07-09[DASHBOARD] added counts for each tagmblum
2017-07-09Prev / Next pagination within sections (posts / projects / dashboards)mblum
2017-07-07Update README.mdMichael Blum
2017-07-07Add files via uploadMichael Blum
2017-07-07[TOC] Posts and _default single layouts now have a table-of-contents.html ↵mblum
partial that parses .Content for headers [TOC] Table of Contents can be disabled / enabled with `toc`: `true / false` [BANNER] images at the tops of posts are now in a partial and configured with `banner:` [{ `src`: , `alt`: }]
2017-07-07updated screenshots with the correct sizes: thumbnail (900 x 600) scrrenshot ↵mblum
(1500 x 1000)
2017-07-07[EMOJI] :sunglasses: support for emoji in titles, tags, and content across ↵mblum
list and single layouts
2017-07-06[THEME] Hugo Now: a port of Jekyll Now #273 - converted YAMl to TOML, fixed ↵mblum
Google Analytics, and moved screenshots
2017-07-05[Bootstrap] Bootstrap Calloutsmblum
2017-07-05[JAVASCRIPT] support for Bootstrap 4 javascript and a post on the ↵mblum
exampleSite demoing it
2017-07-05themes.gohugo.io requirementsmblum
2017-07-05[LOGO] Hugo Nowmblum
[ARCHETYPE] Project
2017-07-04[ARCHETYPE] Posts - changed date stylingmblum
2017-07-04Update README.mdmblum
2017-07-03[ARCHETYPE] Dashboard + Google Analyticsmblum
2017-07-03[ARCHETYPE] Postmblum
2017-07-03date fix - must be exactly January 2, 2006 for correct dates to be renderedmblum
2017-07-03base implementation of a hugo template using jekyll-nowmblum
2017-07-03Initial commitMichael Blum