Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgrammatiko/export-to-md

Basic export of Joomla's article to static md files (Hugo, Jekyll, 11ty, etc)
https://github.com/dgrammatiko/export-to-md

Last synced: 19 days ago
JSON representation

Basic export of Joomla's article to static md files (Hugo, Jekyll, 11ty, etc)

Awesome Lists containing this project

README

        

### Simple CLI Plugin

- Will export all your Joomla articles to a category based directory
- Each file will get the name of the article slug

### How to?

From your Joomla's root path, execute the following commands:

```
cd cli
```

```
git clone [email protected]:dgrammatiko/export-to-md.git
```

```
composer install
```

edit `exportmd.php` and specify a directory name (line 4):
```
define('BASEFOLDER', 'some_folder_name_goes_here');
```

Run this commnd for exporting Joomla's articles:
```
php exportmd.php
```

or this one for exporting k2 items:
```
php exportk2.php
```

That's it, copy the contents of this directory to your 11ty data folder...