First, I need to send you an invite to push to the repository. Just send me an email with your GitHub account and I will add you. If I added you as a contributer already, ignore it.
If you would like to be added as an official writer to the publication, I will need the following information from you (replace the items in CAPS):
GITHUB_USERNAME:
name: NAME
web: PERSONAL_WEBSITE (OPTIONAL)
bio: SHORT BIO (OPTIONAL)
twitter: TWITTER_USERNAME (OPTIONAL)
instagram: INSTAGRAM_USERNAME (OPTIONAL)
github: GITHUB_USERNAME (OPTIONAL)
In addition, send me your preferred photo to appear on the website. Send me the info at [email protected].
If you don't want to include your personal info, then I can just post the translated newsletter under my name and you can skip the steps above.
-
Go to this
_postsfolder of the website and download the raw.mdfile corresponding to the NLP Newsletter that you are translating. -
You can then edit the
.mdfile locally. These are the changes that you would need to perform:
- First, rename the
.mdfile to follow this format:YYYY-MM-DD-Title-of-your-translated-newsletter.md - Now it's time to edit the
.mdfile - If you submitted your personal info above, change the
authorfield value to theGITHUB_USERNAMEyou provided above - Change the
titlefield in the header to your translated title - Replace the
excerptfield value with""or you can add your own translation there as well... this helps with displaying things nicely on social media - Then you can start to replace the different parts of the newsletter with your own text translations
- Note that urls or links follow this format
[link text](http://url) - Since this is a jekyll blog, we need to use
\\to skip a line so keep those where you want to skip a new line - For simplicity, reuse the
urlimages that are in the original.mdfile; this means you don't need to host your own images or upload any to the repository.
-
Then upload your finished
.mdfile (your translated version) to the repository under that same folder. -
When you commit the publication choose the "Create a new branch for this commit and start a pull request" option. We will review it and if all is well, we are ready to put the translation live on the website.
Thanks for contributing to the publication.