You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* unescaped file
* code highlighting cleanup
* tool i used to fix wp exporter escapaing
* cleanup orcle
* css updates and section verbage
* link to theme, not site code in gh
Copy file name to clipboardExpand all lines: src/content/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ sitemap:
8
8
9
9
Eddie has over a decade of experience enabling agile, CI/CD and DevOps culture in the enterprise. Previously the Director of Enterprise Software Delivery Platforms at a Fortune 100 company, Eddie now leverages his experience influencing culture and technology to help CircleCI customers of all sizes adopt the best technologies and practices along their journey.
10
10
11
-
This site was generated using [HUGO](https://gohugo.io/) from an [open source theme](https://github.com/eddiewebb/json-resume) via a [CircleCI](https://circleci.com/gh/eddiewebb/json-resume).
11
+
This site was generated using [HUGO](https://gohugo.io/) from an [open source theme](https://github.com/eddiewebb/hugo-resume) via a [CircleCI](https://circleci.com/gh/eddiewebb/json-resume).
12
12
13
13

Just like any other view, all we need to do is transform some provided data into a formatted page. This time it will be strict XML without all the html clutter.
You only need to add 2 lines to your routes configuration file for CakePHP to catch and handle the url to pint to your RSS feed. You might use feed.rss, I choice live.rss.
Yes, you'll notice an additional route there for [dynamic sitemaps](https://blog.edwardawebb.com/programming/php-programming/cakephp/generating-dynamic-sitemaps-cakephp), very useful as well. Sweet! Now just visit http://example.com/live.rss, or throw that url in your favorite Feed Reader to see the results.
Copy file name to clipboardExpand all lines: src/content/blog/automatically-subscribe-users-dreamhost-announce-lists/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,20 @@ So it goes like this; Your user registers a new account, or sends you a contact
20
20
21
21
The red boundary denotes new code for the announce submission
22
22
23
-
Since every cms, site and blog are different, I am unable to provide specifics, but yu should be able to track down the code for your form and find the portion that handles the submission. (Most obviously denoted with $\_POST or $\_GET variable use.) I will also assume your email field is named 'email' and your name field is two fields; 'firstName', 'lastName';
23
+
Since every cms, site and blog are different, I am unable to provide specifics, but yu should be able to track down the code for your form and find the portion that handles the submission. (Most obviously denoted with $_POST or $_GET variable use.) I will also assume your email field is named 'email' and your name field is two fields; 'firstName', 'lastName';
24
24
25
25
### Details on the API command
26
26
27
27
Below is a link to details on the command, needed parameters and possible responses. [Add Subscriber API Command](http://wiki.dreamhost.com/Application_programming_interface#announcement_list-add_subscriber)
0 commit comments