Skip to content

adobe-webplatform/adobe-webplatform.github.io

Repository files navigation

#Adobe Web Platform Team Website

Getting Started

Grab the source from this repository.

To build, you will need jekyll. It's best to use the same version as github.

gem install github-pages

To compile the site (and watch for updates):

jekyll serve --watch

The site will be available at localhost:4000.

For more detailed instructions, see the Content Guidelines.

Writing Content

Each project is a post in the _posts directory, written in Markdown and processed through Kramdown. Check out the previous projects for examples. You will need an svg icon for each project. Bear can help you out, and guidelines are in design/webplatform-feature-icons.svg.

For more detailed instructions, see the Content Guidelines.

Writing CSS

Our CSS is written using SASS. Jekyll automatically runs SASS, which compiles scss files into css files. The main scss file is css/main.scss, which includes partials from the _sass directory. This is a typical configuration for Jekyll / SASS Integration.

Helpful Documents

  • Page Background: Goals, motivation, audience
  • Work Items: Tasks needing completion to get us to launch. Will eventually be replaced by the GitHub issue tracker.
  • Content Guidelines: Overviews content audience, voice to use, etc.