Skip to content

emoji-gen/blog

Repository files navigation

Blog

CircleCI License

📝 The Ultimate Tech Blog by Emoji Generator


© Alexander Batuev/123RF.COM

Requirements

  • Python $(cat .python-version)
  • Poetry
    • If you dont't have it, try $ pip install poetry
  • Node $(cat .node-version)
  • Yarn
    • If you dont't have it, try $ npm install -g yarn

Libraries

Getting started

# Setup Python
$ poetry install

# Setup Node
$ yarn
$ cd theme && yarn

# Setup submodules
$ git submodule update --init --recursive

# Development
$ make dev

Development

Pygments

$ pygmentize -S trac -f html -a .highlight > theme/src/generated/pygments.css

Deployment

$ yarn global add firebase-tools

$ make            # Build for production
$ firebase deploy # Deployment

License

MIT © Emoji Generator