The HTML/CSS implementation on top of Foundation, from the original design
Go to file
jorge ed70df2b09 mods in logo size and possiton. mods in nav menu 2021-07-13 19:47:43 +02:00
src mods in logo size and possiton. mods in nav menu 2021-07-13 19:47:43 +02:00
.babelrc first commit with the HTML/CSS and Foundation deps 2021-04-19 20:17:31 +02:00
.bowerrc first commit with the HTML/CSS and Foundation deps 2021-04-19 20:17:31 +02:00
.browserslistrc first commit with the HTML/CSS and Foundation deps 2021-04-19 20:17:31 +02:00
.gitignore collections as ul/li and tabbed info 2021-06-28 19:35:34 +02:00
CHANGELOG.md first commit with the HTML/CSS and Foundation deps 2021-04-19 20:17:31 +02:00
LICENSE Initial commit 2021-04-19 20:13:59 +02:00
README.md test for ssh commit 2021-04-20 13:28:17 +02:00
config.yml first commit with the HTML/CSS and Foundation deps 2021-04-19 20:17:31 +02:00
gulpfile.babel.js changes in html to comply html5 and scss 2021-04-23 18:43:34 +02:00
package-lock.json header, hero and footer styles 2021-04-26 23:20:59 +02:00
package.json header, hero and footer styles 2021-04-26 23:20:59 +02:00
yarn.lock first commit with the HTML/CSS and Foundation deps 2021-04-19 20:17:31 +02:00

README.md

arcHIVE-HTML-template

The HTML/CSS implementation on top of Foundation, from the original design made by Oficina de Diseny for arcHIVE project

Build on top of Foundation for Sites. It has a Gulp-powered build system with these features:

  • Handlebars HTML templates with Panini
  • Sass compilation and prefixing
  • JavaScript module bundling with webpack
  • Built-in BrowserSync server
  • For production builds:
    • CSS compression
    • JavaScript module bundling with webpack
    • Image compression

Installation

To use this template, your computer needs:

  • NodeJS (Version 6 or greater recommended, tested with 6.11.4 and 8.12.0)
  • Git

This template can be installed with the Foundation CLI, or downloaded and set up manually.

Using the CLI

Install the Foundation CLI with this command:

npm install foundation-cli --global

Use this command to set up a blank Foundation for Sites project with this template:

foundation new

The CLI will prompt you to give your project a name. The template will be downloaded into a folder with this name.

Now cd to your project name and to start your project run

foundation watch

A new static site will be created inside the dist directory and will be accessible at

http://localhost:8000

To create compressed, production-ready assets, run

foundation build

or the npm command

npm run build

which will be saved into dist.

if you only want to build an specific Asset that will compile into dist/assets/

npm run styles
npm run scripts 
npm run images 

To get help for the cli just

foundation help