The old/classic hacks.mozilla.org WordPress theme. New theme at https://github.com/potch/hax
Перейти к файлу
John Whitlock 1624104625 Link to next theme 2019-04-02 14:35:50 -05:00
scripts adding update_info function to amend a file which ultimately will allow us to push the same branch more than once. 2013-05-30 12:51:52 -07:00
themes/Hacks2013 Font size adjustments 2015-04-15 11:46:06 -07:00
.gitignore bug 932703 - clean hash utm variables after track 2013-11-14 12:28:58 -06:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-28 21:48:31 -07:00
README.md Link to next theme 2019-04-02 14:35:50 -05:00
local-screenshot.png update README with local setup instructions 2015-02-10 07:59:18 -06:00

README.md

Note: This theme was active on hacks.mozilla.org from 2013 to 2015. The next theme is at https://github.com/potch/hax.

Mozilla Hacks

Mozilla Hacks is one of Mozillas 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 Mozillas 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