Firefox Extension Workshop
Перейти к файлу
Lance Cummings 0a5fecea8d fix error in breakpoints js 2019-01-23 11:21:02 -08:00
.circleci Save all in workspace 2018-11-28 18:36:54 -08:00
.utils Fix an syntax error in push script 2018-11-28 18:36:09 -08:00
_data name extention name page 2019-01-07 11:35:59 -08:00
_includes add jquery to the package 2019-01-16 14:27:05 -08:00
_layouts cleanup header and footer - remove unneeded includes 2019-01-14 13:29:56 -08:00
_posts initial page commit 2018-10-23 08:23:06 -07:00
_sass init package manager 2019-01-14 13:24:51 -08:00
assets fix error in breakpoints js 2019-01-23 11:21:02 -08:00
node_modules init process 2019-01-18 10:12:34 -08:00
.gitignore remove node_modules folder from repository 2019-01-16 10:39:41 -08:00
404.html initial page commit 2018-10-23 08:23:06 -07:00
Gemfile theme init foundation 2018-10-23 13:55:10 -07:00
Gemfile.lock Master template progress 2018-12-18 16:40:10 -08:00
README.md Readme content updates 2019-01-16 14:52:36 -08:00
_config.yml Use default baseurl setting 2018-11-28 21:03:34 -08:00
content-guidelines-example-two.md Move "More Tips" out of internal page list 2018-12-21 09:50:09 -08:00
content-guidelines-example.md name extention name page 2019-01-07 11:35:59 -08:00
content-guidelines-master-template.md two column image option style 2018-12-21 14:41:22 -08:00
favicon.ico Theme styling 2018-11-01 07:04:15 -07:00
gulpfile.js init process 2019-01-18 10:12:34 -08:00
index.md News feed and newsletter form 2018-10-26 11:51:54 -07:00
package.json init process 2019-01-18 10:12:34 -08:00
yarn.lock init process 2019-01-18 10:12:34 -08:00

README.md

Extension Workshop

Launchpad for why and how to build Firefox extensions

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Content Updates

This site has two templates: the Extension Workshop landing page and Content Guidelines pages

How to add a Content Guidelines page

Create a new page

  1. Create new file
  2. Add header (see example below)
  3. Copy 'modules' needed from content-guidelines-master-template.md and paste in new file
  4. Save as markdown: page-name.md
---
layout: page
title: Page Name
permalink: /content-guidelines/page-name/
---

Upload media

  1. Navigate to /assets/img/ and click Upload files
  2. In your page, link to images using this page structure:
{{ site.baseurl }}/assets/img/image.jpg

Add the page to the menu

Go to data/content-guidelines-pages.yaml and add a new entry for your page:

- title: "Page Name"
  url: "/content-guidelines/page-name/"

Deployment

Add additional notes about how to deploy this on a live system