mirror of
				https://github.com/balkian/balkian.github.com.git
				synced 2025-10-30 23:28:18 +00:00 
			
		
		
		
	Oops, URLS and markdown conversion
This commit is contained in:
		| @@ -74,7 +74,7 @@ | ||||
|           <div class="entries"> | ||||
|             <h1 class="title">Latest entries</h1> | ||||
|             <dl> | ||||
|                 {% for p in articles %} | ||||
|                 {% for p in articles[:5] %} | ||||
|                 <dt><a href="{{ SITE_URL }}/{{ p.url }}">{{ p.title }}</a></dt> | ||||
|                   {% for c in p.tags %} | ||||
|                   <a class="tag" href="/tag/{{ c }}.html"><dd class="label label-default">{{ c }}</dd></a> | ||||
|   | ||||
| @@ -22,7 +22,10 @@ Gunicorn | ||||
| THE SAME**. Otherwise, Gunicorn will fail miserably. | ||||
|  | ||||
| Try it with: | ||||
| ``bash venv/bin/gunicorn -w 4 -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application`` | ||||
|  | ||||
| .. code-block:: bash | ||||
|     | ||||
|    venv/bin/gunicorn -w 4 -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application | ||||
|  | ||||
| UWSGI | ||||
| ----- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user