|
@@ -8,7 +8,7 @@ Mon blog tout à fait minimaliste pas encore tout à fait fonctionnel mais c'est
|
|
|
4. type "npm install"
|
|
4. type "npm install"
|
|
|
Now npm run commands should work
|
|
Now npm run commands should work
|
|
|
|
|
|
|
|
-This will use the package.json file to get what it need (dependancy of eleventy)
|
|
|
|
|
|
|
+This will use the package.json file to get what it need (dependancy of eleventy and Exif-Parser)
|
|
|
And don't forget to do CMD+Maj+. on MacOS to show hidden files and folder (.gitignore, .eleventyignore)
|
|
And don't forget to do CMD+Maj+. on MacOS to show hidden files and folder (.gitignore, .eleventyignore)
|
|
|
|
|
|
|
|
## How-To
|
|
## How-To
|
|
@@ -32,6 +32,7 @@ This is for local testing
|
|
|
(Don't forget to often restart this when modifying the eleventy.config.js file)
|
|
(Don't forget to often restart this when modifying the eleventy.config.js file)
|
|
|
|
|
|
|
|
## File Structure
|
|
## File Structure
|
|
|
|
|
+- _data - Photos are stored here and automagically added to website
|
|
|
- _drafts - ignored md files from the builder
|
|
- _drafts - ignored md files from the builder
|
|
|
- _site - whole blog rendered in html
|
|
- _site - whole blog rendered in html
|
|
|
- includes - binaries & structure
|
|
- includes - binaries & structure
|