master
Dave Winer 8 years ago
parent 49eb8f7a2d
commit 472179ecab

@ -1,6 +1,8 @@
### Programming your website
Websites evolve over time, and PagePark has features that help you adjust things so links keep working after the change. Almost all the features described on this page are here to help you prevent linkrot! That's how prevalent it is.
Websites evolve over time, and PagePark has features that help you adjust things so links keep working after the change. Some of the features described on this page are here to help you prevent linkrot! That's how prevalent it is.
Another thing you want to do is pass the content through various processors. The file extensions control that. So if a file name ends with .md, it is passed through the Markdown processor. If it's .js, it's assumed to contain JavaScript code, and that code is run, and the value it returns is what we return. You can also control whether or not the scripts run.
#### config.json

Loading…
Cancel
Save