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

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-28Merge pull request #40 from gettyimages/masterHEADmasterJulian
Fix RSS link
2021-09-02Fix RSS linkMark Pitman
Fixes #39
2020-11-26Merge pull request #30 from sumpfralle/rss-feedJulian
Add RSS feed
2020-11-26Merge pull request #29 from sumpfralle/custom-cssJulian
Add custom_css parameter
2020-11-26Readd navbar brand cssJulian
2020-11-26Readd navbar brand cssJulian
2020-11-26Readd navbar brand cssdevJulian
2020-11-26Fixed scrolling of sidenavsJulian
2020-11-26Fixed scrolling of sidenavsJulian
2020-11-03Add custom_css parameterLars Kruse
The documentation is copied from hugo-octopress.
2020-11-03Add RSS feedLars Kruse
Source of feed-icon.svg: https://en.wikipedia.org/wiki/File:Feed-icon.svg (License: GPL2 or later)
2020-10-10Merge pull request #25 from sumpfralle/masterJulian
local search: download the search database (index.json) on demand
2020-10-08local search: download the search database (index.json) on demandLars Kruse
Previously the search database (index.json) was always downloaded for every page request (or maybe less due to caching). Now it is downloaded only after the search form field received the "focus" event. Benefits: * reduce traffic (only a fraction of visitors use the local search) * reduce computing consumption (the JSON data is not transformed into a lunr database) * improve perceived speed of the website, e.g. google's "PageSpeed Insights" rating for https://gallery.munin-monitoring.org went up from 60% to 92% after this change (whatever that means) Drawbacks: There is a small delay between the user entering the input field and the indexing database being ready. For all but the most rare circumstances, the download and indexing initialization will be finished before the user entered three letters (the default minimum lenght for input to be handled by the autocompletion). If the user's input really arrived before the indexer is ready (e.g. due to pasting input), then the user needs to add or remove another character before the autocompletion results appear. This is probably an acceptable and intuitive behavior for most users.
2020-10-05Merge pull request #24 from sumpfralle/masterJulian
Fix documentation and styling of site logo
2020-10-04Site logo: remove explicit heightLars Kruse
Otherwise it is impossible to override the height via CSS.
2020-10-04doc: fix example for site logoLars Kruse
2020-10-01Merge pull request #23 from sumpfralle/masterJulian
Fix potential JSON encoding issues
2020-10-01Fix potential JSON encoding issuesLars Kruse
Previous HTML-escapsing was used. But this would fail for different special characters (e.g. single quotes). Use "jsonify" for proper formatting instead.
2020-09-14Merge pull request #19 from sumpfralle/masterJulian
Small improvements: add logo, improve documentation, fix spelling, fix whitespace
2020-09-13Strip superfluous whitespaceLars Kruse
2020-09-13Fix spelling mistakesLars Kruse
Thanks to codespell.
2020-09-13doc: describe local search implementationLars Kruse
2020-09-13Add support for optional site logoLars Kruse
The logo will be prepended to the site title in the navigation bar.
2020-05-13Merge pull request #11 from vantagedesign/dev1.0.4Julian
v1.0.4 - updated Bootstrap to v4.5
2020-05-13v1.0.4 - updated Bootstrap to v4.5Julian
2020-05-11Merge branch 'dev'1.0.3Julian
2020-05-11Updated config & changelogJulian
2020-05-11Allow disabling read more nav and extended config docsJulian
2020-05-11Added documentation for config optionsJulian
2020-05-11Extended info in readmeJulian
2020-05-11Fixed typo in readmeJulian
2020-05-11Fixed typos in changelog & readmeJulian
2020-05-11Improved references in changelogJulian
2020-05-11Merge remote-tracking branch 'origin/dev' into devJulian
2020-05-11Added CHANGELOG.mdJulian
2020-05-11Added table shortcode for styled tablesJulian
2020-05-11Added CHANGELOG.mdJulian
2020-05-11Added table shortcode for styled tablesJulian
2020-05-11Merge branch 'dev'Julian
2020-05-11Fixed typo in readmeJulian
2020-05-11Merge remote-tracking branch 'origin/master'Julian
2020-05-11Allow disabling the TOCJohn Hollowell
allows using `toc: false` in the frontmatter or config file to disable the table of contents on a per-page or site-wide level (respectively)
2020-05-11Remove source map imports from JS filesJohn Hollowell
2020-05-11Allow Google Analytics to only track production siteJohn Hollowell
prevents loading the google analytics internal partial unless the system is in "production" mode `hugo` defaults to "production". * Any command can add `--environment production` to the hugo command * OR add HUGO_ENVIRONMENT="production" to the shell running hugo
2020-05-11Fix minifier error with spacing in next-prev-pageJohn Hollowell
when using --minify, the space characters used for padding are removed. Adding a p-1 class to the chevrons is sufficient to fix this
2020-05-11Update header.htmlJohn Hollowell
copy/paste can be stupid
2020-05-11Update header.htmlJohn Hollowell
prevent the header's navbar toggle appearing if there are not elements to display
2020-05-11Fixed typo in readmeJulian
2020-05-11Fixed readme and thumbnailJulian
2020-05-11Fixed resources folder for non-extended buildJulian