jekyll: update link, add Tamil translation (#9512)

pull/1/head
K.B.Dharun Krishna 2022-11-15 18:15:55 +05:30 committed by GitHub
parent b5e55f9f9e
commit 0ffeddaec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# jekyll
> Générateur de site statique simple, adapté aux blogs.
> Plus d'informations : <https://jekyllrb.com>.
> Plus d'informations : <https://jekyllrb.com/docs/usage/>.
- Génère un serveur de développement qui tourne en http://localhost:4000/ :

24
pages.ta/common/jekyll.md Normal file
View File

@ -0,0 +1,24 @@
# jekyll
> ஒரு எளிய, வலைப்பதிவு அறிந்த, நிலையான தள ஜெனரேட்டர்.
> மேலும் விவரத்திற்கு: <https://jekyllrb.com/docs/usage/>.
- ஒரு மேம்பாட்டு சேவையகத்தை உருவாக்கவும், அது இயங்குவது `http://localhost:4000/` இல்:
`jekyll serve`
- அதிகரிக்கும் மீளுருவாக்கத்தை இயக்கு:
`jekyll serve --incremental`
- வாய்மொழி வெளியீட்டை இயக்கு:
`jekyll serve --verbose`
- தற்போதைய கோப்பகத்தை `./_site`டிற்குள் உருவாக்கவும்:
`jekyll build`
- தளத்தை (தள வெளியீடு மற்றும் `கேச்` கோப்பகத்தை நீக்குகிறது) உருவாக்காமல் சுத்தம் செய்யுங்கள்:
`jekyll clean`

View File

@ -1,7 +1,7 @@
# jekyll
> A simple, blog-aware, static site generator.
> More information: <https://jekyllrb.com>.
> More information: <https://jekyllrb.com/docs/usage/>.
- Generate a development server that will run at http://localhost:4000/: