Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 3.01 KB

README.md

File metadata and controls

81 lines (59 loc) · 3.01 KB

Super blog 11ty

This project is my tech blog.

It is built using 11ty as static site generator and use other two repositories as git submodules.

\ \
Deploy status Netlify Status
Deploy preview https://giuliachiola.dev/
Project typology Personal

project preview

🔥 Tech stack

Purpose Technology
Templating Nujucks
Styling SCSS + BEMIT
Documentation Markdown
Static Site Generator 11ty

🌊 Run development mode

# pull submodules
git submodule update --init --recursive

# install dependencies
npm i

# serve with hot reload at localhost:8080
npm run dev

Note: if npm i throw an error, please check this guide

🧳 Build setup

# build for production
npm run build

📚 Project documentation

🌿 Branches

Branch name Use
main production
develop staging

🌿 Submodules Branches

Super styleguide

Branch name Use
main production (also used by super-blog-11ty)

Super blog content

Branch name Use
main production (also used by super-blog-11ty)