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

github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2022-11-10README.md: correct broken link (#235)Andreas Deininger
2021-12-11Rename fontBjørn Erik Pedersen
2021-12-11Add text overlay to social cardsBjørn Erik Pedersen
2021-04-09fix unnecessary scrollbar on code snippetsChristian Oliff
Removing this CSS: ``` pre, .pre { overflow-x: auto; overflow-y: hidden; overflow: scroll; } ``` Fixes the unnecessary scrollbar on code snippets. Saves room and looks nicer. :-)
2021-04-09widen the main content columnChristian Oliff
2020-05-18Render heading anchors with new render hookCameron Little
This removes the old javascript code that adds heading anchor links and replaces it with the new render-heading template. This means the markup is generated statically and doesn't depend on javascript.
2019-03-26Update CSS after removing Purgebudparr
2019-03-26Merge commit 'ccb1e38f3822e9b5e4fb89a296324daf3400f23b'Bjørn Erik Pedersen
2019-01-27Improve Algolia Search Display Stylingbudparr
This commit restores original styling to the Algolia search box and adds a Hugo color to headings.
2018-11-25Whitelist CSS modules from purgebudparr
PurgeCSS removes unused CSS from the output. This PR only uses PurgeCSS on the base utility classes to avoid unexpected issues where JS or content-based classes get removed.
2018-11-25Update asset dependencies and adopt Hugo PipesBud Parr
* Swap src for assets directory Assets directory is the default for Hugo Pipes * Use "Typefaces" package This method is cleaner because we can pull in our fonts with a require statement https://github.com/KyleAMathews/typefaces * Use Hugo Pipes method of calling resources * Update dependencies * [wip] Revamp Webpack * Tweak Webpack for Tachyons * Use simple build scripts * Update dependencies * Fix content that referenced files that don't exist * Add all scripts * Improve styles/js preload and cache * Add to whitelist * Add fonts to headers for preload * Move preloads to header file * Update styles * Improve manifest usage The manifest partial was in the site but not included in head * Update readme * Remove extra check on asset resources * Call assets directly in header file