You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
463 B
Markdown
19 lines
463 B
Markdown
2 years ago
|
---
|
||
|
title: /pbx
|
||
|
layout: default
|
||
|
permalink: /pbx
|
||
|
list: bullet
|
||
|
---
|
||
|
|
||
|
# pickmy.org:~/pbx$
|
||
|
|
||
|
All documentation related Asterisk that's not on my [Git](https://git.pickmy.org) will go here; and some of this may go more in depth than [Git](https://git.pickmy.org).
|
||
|
|
||
|
<ul>
|
||
|
{% for post in site.categories.pbx %}
|
||
|
{% if post.url %}
|
||
|
<li><a href="{{ post.url }}">{{ post.title }} | {{ post.date | date: "%d-%^b-%Y" }}</a></li>
|
||
|
{% endif %}
|
||
|
{% endfor %}
|
||
|
</ul>
|