mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
changing makefile back, updating README
This commit is contained in:
parent
ab3efdf7e3
commit
e16e8400a9
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
Font Awesome is a full suite of 519 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 519 pictographic icons for easy scalable vector graphics on websites,
|
||||||
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
||||||
Stay up to date [@fontawesome](http://twitter.com/fontawesome).
|
Stay up to date with the latest release and announcements on Twitter:
|
||||||
|
[@fontawesome](http://twitter.com/fontawesome).
|
||||||
|
|
||||||
Get started at http://fontawesome.io!
|
Get started at http://fontawesome.io!
|
||||||
|
|
||||||
@ -83,4 +84,4 @@ Build the project and documentation:
|
|||||||
|
|
||||||
Or serve it on a local server on http://localhost:7998/Font-Awesome/:
|
Or serve it on a local server on http://localhost:7998/Font-Awesome/:
|
||||||
|
|
||||||
$ bundle exec jekyll serve
|
$ bundle exec jekyll -w serve
|
||||||
|
@ -32,7 +32,7 @@ build:
|
|||||||
mv README.md-nobuild ../README.md
|
mv README.md-nobuild ../README.md
|
||||||
cd assets && mv font-awesome font-awesome-{{ site.fontawesome.version }} && zip -r9 font-awesome-{{ site.fontawesome.version }}.zip font-awesome-{{ site.fontawesome.version }} && mv font-awesome-{{ site.fontawesome.version }} font-awesome
|
cd assets && mv font-awesome font-awesome-{{ site.fontawesome.version }} && zip -r9 font-awesome-{{ site.fontawesome.version }}.zip font-awesome-{{ site.fontawesome.version }} && mv font-awesome-{{ site.fontawesome.version }} font-awesome
|
||||||
|
|
||||||
# find .. -type f ! -perm 644 -exec chmod 644 {} \;
|
find .. -type f ! -perm 644 -exec chmod 644 {} \;
|
||||||
|
|
||||||
default: build
|
default: build
|
||||||
|
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
|
|
||||||
Font Awesome is a full suite of {{ icons | size }} pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of {{ icons | size }} pictographic icons for easy scalable vector graphics on websites,
|
||||||
created and maintained by [{{ site.fontawesome.author.name }}](http://twitter.com/{{ site.fontawesome.author.twitter }}).
|
created and maintained by [{{ site.fontawesome.author.name }}](http://twitter.com/{{ site.fontawesome.author.twitter }}).
|
||||||
Stay up to date [@{{ site.fontawesome.twitter }}](http://twitter.com/{{ site.fontawesome.twitter }}).
|
Stay up to date with the latest release and announcements on Twitter:
|
||||||
|
[@{{ site.fontawesome.twitter }}](http://twitter.com/{{ site.fontawesome.twitter }}).
|
||||||
|
|
||||||
Get started at {{ site.fontawesome.url }}!
|
Get started at {{ site.fontawesome.url }}!
|
||||||
|
|
||||||
@ -85,4 +86,4 @@ Build the project and documentation:
|
|||||||
|
|
||||||
Or serve it on a local server on http://localhost:7998/Font-Awesome/:
|
Or serve it on a local server on http://localhost:7998/Font-Awesome/:
|
||||||
|
|
||||||
$ bundle exec jekyll serve
|
$ bundle exec jekyll -w serve
|
||||||
|
Loading…
Reference in New Issue
Block a user