Skip to content

This repo contains the Hacks WordPress theme, media, demos, and more from Mozilla's Developer Engagement team.

Notifications You must be signed in to change notification settings

mozillakr/mozhacks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mozilla Hacks

Mozilla Hacks is one of Mozilla’s most important channels for developer outreach and engagement. We want it to be one of the key resources for people developing for the Open Web, talking about both news and in-depth descriptions of technologies and features. We will cover both development tips and tricks in general, but also look at features in Mozilla’s products from a technical perspective – to show our approach and line of thinking, and hopefully inspire other companies to implement what we have.

Mozilla Hacks is, just like MDN (Mozilla Developer Network), a web browser agnostic resource, focused on the Open Web and sharing knowledge with all web developers out there.

More in-depth information can be found in the wiki page for Mozilla Hacks.

hacks.mozilla.org

Local setup for development

  1. Clone the repo:

    git clone https://github.com/mozilla/mozhacks.git

  2. Link the theme into your wordpress themes folder:

    ln -s /absolute/path/to/clone/of/mozhacks/themes/Hacks2013 /path/to/wordpress/themes/Hacks2013

  3. Link the scripts into your wp-content folder:

    ln -s /absolute/path/to/clone/of/mozhacks/scripts /path/to/wp-content/scripts

  4. Go to your local Themes Manager and activate the Mozilla Hacks, 2013 theme.

Your wordpress site should now display the Hacks theme! Make changes in your clone repository to see them on your local site.

Local mozhacks theme screenshot

About

This repo contains the Hacks WordPress theme, media, demos, and more from Mozilla's Developer Engagement team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.7%
  • CSS 25.7%
  • JavaScript 3.8%
  • Python 0.8%