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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/doc
AgeCommit message (Collapse)Author
2020-06-24Display new icons since last minor versionJulien Deswaef
2020-06-07Removes imaginary brands from documentationJulien Deswaef
2020-06-07Merge pull request #221 from Calinou/website-improve-font-stackJulien Deswaef
Improve the font stack used on the website
2019-12-22Improve the font stack used on the websiteHugo Locurcio
- Use a modern system font stack as used by Bootstrap 4. - Replace light font weights with normal font weights, as these are easier to read. - Remove the use of the Proxima Nova font as it's not installed on all systems. Loading it as a web font would slow down page loading, so it's probably not a good idea if it's only used rarely.
2019-12-22Tweak the HTML `head` tagHugo Locurcio
X-UA-Compatible is no longer considered useful today, see <https://stackoverflow.com/q/26346917>. This also replaces the `author` to reflect that Fork Awesome is maintained by a team independent of Dave Gandy.
2019-11-25Moves badges links as references to make README easier to read.Julien Deswaef
2019-11-21Moves the new @font-display definitino to the source files (before the build)Julien Deswaef
2019-07-20Remove quotes as in #139Vladimir Anokhin
2019-07-20Add fa-content() function from #139Vladimir Anokhin
2019-03-25Remove Font Awesome version number from navbarlucaspetter
2019-02-27Clean less and scss dirs during build - remove less/font-awesome.lesstodd
2019-02-27Change `npm install` to `npm ci` so lock file is not updatedtodd
2019-02-25Renamed .scss files so they are handled properly by Jekylltodd
Jekyll was ignoring all of the files in src/doc/assets/fork-awesome/scss that began with an underscore when copying to _site. Removed the underscore and appended `.txt` so they would be copied to _site We put the underscore back and remove the .txt extension in the Makefile
2019-02-19Improving the footerJulien Deswaef
2019-02-19Adding a paragraph on the number of contributors.Julien Deswaef
2019-02-17Updates automatically the number of contributors in the README file.Julien Deswaef
2019-02-16Add @araratthehero to the list of contributors.Julien Deswaef
2019-02-16Updates number of contributors in the badgeJulien Deswaef
2019-02-16Moving merge changes to source files.Julien Deswaef
2018-11-30Fix typo to say Fork (2nd attempt)Jared White
Making the change in the correct source file this time (see #133)
2018-10-15README.md: add badge for npm version - this time the correct file ;-)Helmut K. C. Tessarek
2018-10-08Adding @jerrykan on the contributor listJulien Deswaef
2018-10-08Adds @wezm as contributorJulien Deswaef
2018-10-08Merging typo fix into source fileJulien Deswaef
2018-10-03Adding contributorsJulien Deswaef
2018-10-02Adds full version of the license in CSS header files.Julien Deswaef
2018-10-02Adds missing `fa-` in front of all icons.Julien Deswaef
2018-09-28Adding a test file to test the compatibility between Font Awesome v5 and ↵Julien Deswaef
Fork Awesome using the v5-compat.css file.
2018-09-27Creating a CSS file to ease compatibility with Fork Awesome v5Julien Deswaef
2018-09-26Trying to fix a Travis `mv` bugJulien Deswaef
2018-09-26Trying to solve a renaming but with TravisJulien Deswaef
2018-09-23Adds a Build Status shield to the READMEJulien Deswaef
2018-09-23Fixes a small annoying square on carrousel arrow linksJulien Deswaef
2018-09-20Adds license mention for SVG files. Fixes #62Julien Deswaef
2018-05-12Merge branch 'master' of github.com:ForkAwesome/Fork-Awesome1.1.0Julien Deswaef
2018-04-30Added social network metadatamaxlath
So that sharing the website URL on social platforms using those tags (Facebook, Twitter, but also many others) generates a nice preview
2018-04-30Updates to the READMEJulien Deswaef
2018-04-29Stop Jekyll from converting Sass files into CSSJulien Deswaef
2018-04-29Update template to count icons since version 1.0Julien Deswaef
2018-04-29Update to Jekyll 3.7.3Julien Deswaef
2018-04-15Updating and adding contributorsJulien Deswaef
2018-03-29Adding a reference to the C++ libraryJulien Deswaef
2018-03-28Bumping the number of contributorsJulien Deswaef
2018-03-28Applying README corrections to the source fileJulien Deswaef
2018-03-15Linking to contributors from READMEJulien Deswaef
2018-03-08Adds link to Get Started in README and improve CDN tutorialJulien Deswaef
2018-03-04Fix `@font-face` URLs in SCSSJérôme Lebleu
2018-03-04Fix variables name for generated SCSS variablesJérôme Lebleu
2018-03-02Removing zip archive generation and using Github release versions insteadJulien Deswaef
2018-02-282nd attempt: add plugin to calc SRI hash; add CDN to 'Get Started' pageHelmut K. C. Tessarek