| 1234567891011121314151617181920212223 |
- <h1>unakt.cc</h1>
- <p>Mon blog tout à fait minimaliste pas encore tout à fait fonctionnel mais c'est pas grave comme y'a rien dessus... ou presque...</p>
- <h2>How-To</h2>
- <p>Follow setup on Eleventy website then
- See scripts in the "package.json" file</p>
- <blockquote>
- <p>npm run build
- npm run deploy</p>
- </blockquote>
- <p>"build" does build the whole blog in html inside _site
- "deploy" should copy it in my internet served folder</p>
- <p>⚠️ Don't use deploy !! Used only in my own scenario</p>
- <h2>File Structure</h2>
- <ul>
- <li>_drafts - ignored md files from the builder</li>
- <li>_site - whole blog rendered in html</li>
- <li>includes - binaries & structure</li>
- <li>layout - layouts</li>
- <li>node_modules - lot of crap</li>
- <li>posts - blog posts in markdown</li>
- <li>templates - pages templates</li>
- </ul>
- <p>I think that's it</p>
|