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 | |
Deploy preview | https://giuliachiola.dev/ |
Project typology | Personal |
Purpose | Technology |
---|---|
Templating | Nujucks |
Styling | SCSS + BEMIT |
Documentation | Markdown |
Static Site Generator | 11ty |
# 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 for production
npm run build
- project
- content
- other
Branch name | Use |
---|---|
main |
production |
develop |
staging |
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 ) |