All Projects → taigaio → taiga-blog

taigaio / taiga-blog

Licence: other
Taiga Blog

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
SCSS
7915 projects
Makefile
30231 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to taiga-blog

taiga.io-scripts
A set of scripts that interact with the Taiga agile project management platform (taiga.io)
Stars: ✭ 20 (-60.78%)
Mutual labels:  taiga
Taiga Back
Agile project management platform. Built on top of Django and AngularJS
Stars: ✭ 5,648 (+10974.51%)
Mutual labels:  taiga
Taiga Front
Agile project management platform. Built on top of Django and AngularJS
Stars: ✭ 3,501 (+6764.71%)
Mutual labels:  taiga
TaigaMobile
Android app for Taiga agile system
Stars: ✭ 76 (+49.02%)
Mutual labels:  taiga
n1-agapanthus
Nylas N1 theme, inspired on Inbox by Google and based on Taiga.
Stars: ✭ 28 (-45.1%)
Mutual labels:  taiga
taiga-front-next
Next taiga-front version with Angular
Stars: ✭ 27 (-47.06%)
Mutual labels:  taiga
docker-taiga
🐳 🐍 Docker images for a full Taiga environment with additional plugins.
Stars: ✭ 29 (-43.14%)
Mutual labels:  taiga
taiga-stats
Generate statistics from Taiga and produce burnup diagrams, CFDs, dependency graphs and more.
Stars: ✭ 40 (-21.57%)
Mutual labels:  taiga
forest-guard
Forest Guard is a [Taiga](https://taiga.io/) dashboard for managers to see who is doing what on their different Taiga projects.
Stars: ✭ 26 (-49.02%)
Mutual labels:  taiga

Taiga blog

Taiga blog (https://blog.taiga.io/) made with Pelican (https://github.com/getpelican/pelican).

For developers:

Setup

  • Create virtualenv:

    • With virtaulenvwrapper (old style)

      mkvirtualenv -p /usr/bin/python3 taiga-blog
      workon taiga-blog
    • Or with venv (new style)

      python3 -m venv .env
      source .env/bin/activate
  • Install python dependencies:

    pip install -r requirements.txt
  • Install SASS (only if you want to modify style):

    gem install sass scss-lint
    export PATH="/usr/bin/core_perl:$(ruby -e "print Gem.user_dir")/bin:$PATH"

Run/Stop

  • Enable the enviroment

    • With virtaulenvwrapper (old style)

      workon taiga-blog
    • Or with venv (new style)

      source .env/bin/activate
  • Run dev server

    make devserver
  • Stop dev server

    make stopserver
  • Deactivate the enviroment

    deactivate

Recompile styles

You need sass and scss-lint installed

make compile_styles

HOWTOs

Use a custom og:image in a blog post

Use the meta og_image. For example:

Title: Join #Hacktoberfest with Taiga!
Date: 2019-10-11 09:00
Category: Announcements
Author: Taiga Team
og_image: {filename}/images/2019-09-11_taiga_hackoctoberfest/hackoctoberfest.jpg
...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].