https://github.com/derlin/mywiki-2013
Backup of a WordPress "mywiki" I tried to maintain in 2013 - early 2014
https://github.com/derlin/mywiki-2013
Last synced: 8 months ago
JSON representation
Backup of a WordPress "mywiki" I tried to maintain in 2013 - early 2014
- Host: GitHub
- URL: https://github.com/derlin/mywiki-2013
- Owner: derlin
- Created: 2022-07-26T14:46:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T07:56:39.000Z (almost 4 years ago)
- Last Synced: 2025-03-13T14:43:38.859Z (over 1 year ago)
- Language: PHP
- Size: 7.55 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyWiki
This wordpress site is a remnant of a wiki tentative back in **2013 - early 2014**...
(I just discovered computers, hardly one year in).
There are are bunch of articles on perl, archlinux, latex, bumblebee (making Optimus work on Linux), etc.
The posts are also available in markdown, see the [export/](export) folder.
**IMPORTANT**: do NOT try to update wordpress, as the code blocks will be completely messed up !!!
## How to
1. run `docker-compose up`
2. go to http://localhost
3. login using `chief`:`chief`
## Preview





## Export to markdown
```bash
cd /tmp
mkdir lala
cd lala
# rom WordPress, Tools > Export > export posts => save to /tmp/lala/export.xml
git clone git@github.com:lonekorean/wordpress-export-to-markdown.git
docker run --rm -it --name lala -v $PWD:/app node:15 bash
# inside the container
cd /app/wordpress-export-to-markdown
npm install
node index.js --input ../export.xml
```
Then, most code blocks need to be fixed manually...