re-designing the hamburg.freifunk.net wordpress website, according to the freifunk styles, based on a zurb foundation template
Find a file
2019-03-07 14:37:58 +01:00
languages reorg theme 2019-02-08 20:07:22 +01:00
library switch jquery src from cdn-linked to local libs 2019-03-07 14:21:41 +01:00
page-templates reorg theme 2019-02-08 20:07:22 +01:00
src/assets small css fixes for medium screens 2019-03-07 14:37:58 +01:00
template-parts reorg theme 2019-02-08 20:07:22 +01:00
.babelrc reorg theme 2019-02-08 20:07:22 +01:00
.editorconfig reorg theme 2019-02-08 20:07:22 +01:00
.gitignore reorg theme 2019-02-08 20:07:22 +01:00
404.php reorg theme 2019-02-08 20:07:22 +01:00
archive.php reorg theme 2019-02-08 20:07:22 +01:00
CHANGELOG.md reorg theme 2019-02-08 20:07:22 +01:00
codesniffer.ruleset.xml reorg theme 2019-02-08 20:07:22 +01:00
comments.php reorg theme 2019-02-08 20:07:22 +01:00
composer.json reorg theme 2019-02-08 20:07:22 +01:00
composer.lock reorg theme 2019-02-08 20:07:22 +01:00
config-default.yml reorg theme 2019-02-08 20:07:22 +01:00
footer.php reorg theme 2019-02-08 20:07:22 +01:00
functions.php reorg theme 2019-02-08 20:07:22 +01:00
gulpfile.babel.js reorg theme 2019-02-08 20:07:22 +01:00
header.php refactor media queries (mobile first). improve smallscreen/desktop stylez 2019-02-08 21:47:28 +01:00
index.php reorg theme 2019-02-08 20:07:22 +01:00
MIT-LICENSE.txt reorg theme 2019-02-08 20:07:22 +01:00
package.json npm packages updates 2019-02-19 20:38:22 +01:00
page.php reorg theme 2019-02-08 20:07:22 +01:00
README-FoundationPress.md reorg theme 2019-02-08 20:07:22 +01:00
README.md npm packages updates 2019-02-19 20:38:22 +01:00
screenshot.png reorg theme 2019-02-08 20:07:22 +01:00
search.php reorg theme 2019-02-08 20:07:22 +01:00
searchform.php reorg theme 2019-02-08 20:07:22 +01:00
sidebar.php reorg theme 2019-02-08 20:07:22 +01:00
single.php reorg theme 2019-02-08 20:07:22 +01:00
style.css reorg theme 2019-02-08 20:07:22 +01:00
webpack.config.js reorg theme 2019-02-08 20:07:22 +01:00
woocommerce.php reorg theme 2019-02-08 20:07:22 +01:00

hamburg-freifunk-wp-theme (2018)

FoundationPress relies to not-up-to-date dependencies, works with node.js ~6, use n to install older version node.js

$ n 6

keep dependencies updated

$ ncu

$ ncu -u

(install ncu with $ npm install -g npm-check-updates)

during design/development, render SCSS etc:

$ npm start

render and pack for deployment

$ npm run package

(zip file will be located in packaged folder)