Skip to content

Collection of communication, announcements, tweets, newsletters, and other articles about yearn and a hosted Jekyll blog for all translation contributors.

License

Notifications You must be signed in to change notification settings

RestlessMike/yearn-comms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yearn-comms

This is a collection of communication, announcements, tweets, newsletters, and other articles about yearn.

To Run

Locally

  • Follow the guide here to install Jekyll.
  • Run the Jekyll blog locally with bundle exec jekyll serve --watch
    • With --watch whenever you save a change it will update the site but you will need to reload it on http://localhost:4000

With Docker

  • Install Docker
  • Run docker-compose up

Translations

Under your [language] branch, you will now find both the site config files and assets, as well as the comms content (articles, newsletters, etc.).

You can find content (or "posts") to be translated in the following folders (and their subfolders):

  • Announcements/_posts
  • Articles/_posts
  • Financials/_posts
  • Newsletters/_posts
  • Podcasts/_posts
  • Tweets/_posts

A "post" consists of two parts: the "header", or "front-matter" (necessary for the site to publish the post correctly.), and the "content".

In order for a PR for a translation to be accepted and deployed, you need to make sure that:

  • the "content" is translated properly
  • in the front-matter, the name of the "translator" (you) is added correctly
  • in the front-matter, the "title" is translated
  • in the front-matter, "publish:" is set to "true"

Please, do not:

  • modify/translate the filename
  • modify/translate anything else in the "front-matter"

About

Collection of communication, announcements, tweets, newsletters, and other articles about yearn and a hosted Jekyll blog for all translation contributors.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 88.6%
  • HTML 10.4%
  • Other 1.0%