📝 The Ultimate Tech Blog by Emoji Generator
- Python
$(cat .python-version)
- Poetry
- If you dont't have it, try
$ pip install poetry
- If you dont't have it, try
- Node
$(cat .node-version)
- Yarn
- If you dont't have it, try
$ npm install -g yarn
- If you dont't have it, try
- Pelican - Static site generator written by Python
- Normalize.css
# Setup Python
$ poetry install
# Setup Node
$ yarn
$ cd theme && yarn
# Setup submodules
$ git submodule update --init --recursive
# Development
$ make dev
$ pygmentize -S trac -f html -a .highlight > theme/src/generated/pygments.css
$ yarn global add firebase-tools
$ make # Build for production
$ firebase deploy # Deployment
MIT © Emoji Generator