re-designing the hamburg.freifunk.net wordpress website, according to the freifunk styles, based on a zurb foundation template
Find a file
2020-05-21 17:12:50 +02: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 scss fix for small sizes 2019-03-07 18:08:18 +01:00
template-parts 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-lock.json Bump jquery from 3.4.1 to 3.5.0 2020-04-30 03:45:36 +00:00
package.json Bump jquery from 3.4.1 to 3.5.0 2020-04-30 03:45:36 +00: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 Update README.md 2019-03-07 17:58:43 +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 (2019)

Wordpress Theme for the Website of Freifunk Hamburg, https://hamburg.freifunk.net with FoundationPress + Foundation 6 Sites

Installation

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

$ n 6

Install gulp

$ sudo npm -g install gulp

Install node modules

$ npm install

If there is a problem with babel versions, like

babel-loader@8 requires Babel 7.x (the package '@babel/core'). If you'd like to use Babel 6.x ('babel-core'), you should install 'babel-loader@7'. ...try...

$ npm install --save-dev babel-loader@7

Keep dependencies updated

$ ncu

$ ncu -u

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

Development

During design/development, render SCSS etc:

$ npm start

Depliy

Render and pack for deployment

$ npm run package

(zip file will be located in packaged folder)