Blog IT's on us
 
 
 
Go to file
Nicolas Doby a47ddc5e1a chore: add "sources" 2024-05-23 14:49:35 +02:00
src chore: add "sources" 2024-05-23 14:49:35 +02:00
.editorconfig chore: remove trailing whitespace for md files 2022-12-06 18:38:06 +01:00
.gitignore chore: make the npm run dev:site command executable on windows 2024-04-26 09:43:42 +02:00
.nojekyll feat: first commit 2022-10-14 17:14:38 +02:00
.nvmrc feat: first commit 2022-10-14 17:14:38 +02:00
README.md chore: add documentation, remove comments and old files 2022-10-21 15:32:11 +02:00
babel.config.json chore: minify CSS using Webpack 2022-10-18 15:05:11 +02:00
eleventy.config.js feat: add page to see article in draft 2023-03-16 14:27:37 +01:00
package-lock.json chore: make the npm run dev:site command executable on windows 2024-04-26 09:43:42 +02:00
package.json chore: make the npm run dev:site command executable on windows 2024-04-26 09:43:42 +02:00
postcss.config.js refactor: add sass, minify HTML, remove i18n 2022-10-20 16:10:53 +02:00
webpack.config.common.js refactor: migrate images and assets to /blog subdirectory 2022-11-09 10:18:41 +01:00
webpack.config.dev.js refactor: add sass, minify HTML, remove i18n 2022-10-20 16:10:53 +02:00
webpack.config.prod.js refactor: add sass, minify HTML, remove i18n 2022-10-20 16:10:53 +02:00

README.md

IT's on us Blog

This web site is generated using Eleventy.

Installation

Use NPM to install dependencies.

npm install

Usage

Run npm run dev to start up a web server. Then open http://localhost:8080/ in your web browser to see the web site.

Run npm run prod to build a production version.