No description
Find a file
2022-10-11 18:05:32 +02:00
.cache products: added hover animation 2022-09-19 12:11:15 +02:00
.vscode first commit? 2022-07-19 16:25:29 +02:00
src 10/9 notes from Lucy: header and link css; image and style tweaks; news page revamp; jobs empty template; firefox fixes; 2022-10-11 17:44:21 +02:00
.eleventy.js trying to get the bkg working with a passthrough 2022-10-11 18:05:32 +02:00
.gitignore first commit? 2022-07-19 16:25:29 +02:00
.lazyimages.json lucy's feedback on 09/23 2022-09-23 17:49:15 +02:00
favicon.svg 10/9 notes from Lucy: header and link css; image and style tweaks; news page revamp; jobs empty template; firefox fixes; 2022-10-11 17:44:21 +02:00
index.js turned off lazy loading, refactored js, image tweaks, css tweaks, be-your-own rennovation 2022-09-29 12:44:18 +02:00
main.js first commit? 2022-07-19 16:25:29 +02:00
package-lock.json 10/9 notes from Lucy: header and link css; image and style tweaks; news page revamp; jobs empty template; firefox fixes; 2022-10-11 17:44:21 +02:00
package.json 10/9 notes from Lucy: header and link css; image and style tweaks; news page revamp; jobs empty template; firefox fixes; 2022-10-11 17:44:21 +02:00
readme.md 10/9 notes from Lucy: header and link css; image and style tweaks; news page revamp; jobs empty template; firefox fixes; 2022-10-11 17:44:21 +02:00
webpack.config.js first commit? 2022-07-19 16:25:29 +02:00

Start9 website

Architecture

  • 11ty for Static Site Generator

TO UPDATE Getting started

npm run start

Open http://localhost:8080 to see the site. (8080+n will be used if 8080 is already in use, ad nauseum)

TO UPDATE Deploy to production

You can see the results locally in production mode with:

npm run build

Now, your blog is ready to be deployed. All generated files are located at _site folder, which you can deploy with any hosting service.

Project structure

.
├── .eleventy.js       # Eleventy config
│
└── src
    ├── _data          # Eleventy data folder
    ├── _includes
    │   └── components # HTML layout files
    │   └── layouts    # HTML layout files
    └── assets         
        ├── images
        └── styles     # Your blog CSS files