Skip to content

Commit 9fa90d6

Browse files
committed
Removed editorial workflow from CMS config
1 parent 12865df commit 9fa90d6

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed

Diff for: content/blog/2017-09-16-my-first-vuejs-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ draft = false
88

99
![Vue.js](images/blog/vuejs-logo.png)
1010

11-
A little while ago, I spent some time researching which frontend JavaScript framework or library I would learn next. The primary criteria was ease of learning, ease of use, and popularity (community support and career usefulness). I chose to [start with Vue.js](content/blog/starting-with-vuejs.md).
11+
A little while ago, I spent some time researching which frontend JavaScript framework or library I would learn next. The primary criteria was ease of learning, ease of use, and popularity (community support and career usefulness). I chose to [start with Vue.js](/blog/starting-with-vuejs).
1212

1313
My method of learning was by reading the [Vue.js documentation](https://vuejs.org/) and following [Ayo Isaiah's tutorial](https://ayoisaiah.com/vuejs-todolist-app/) for developing a to-do list application. The former was very helpful in introducing me to concepts and the latter was even more helpful in explaining those concepts in practice.
1414

Diff for: layouts/robots.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
User-agent: *
22

33
{{ with .OutputFormats.Get "rss" -}}
4-
Sitemap: {{ printf .Permalink | safeHTML }}
4+
Sitemap: {{ printf .Permalink | safeHTML }}
55
{{ end -}}

Diff for: public/admin/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ backend:
44

55
display_url: https://tomanistor.com
66

7-
publish_mode: editorial_workflow
87
media_folder: "static/images/blog"
98
public_folder: "/images/blog"
109

Diff for: public/blog/my-first-vuejs-app/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h1> My First Vue.js App </h1>
155155

156156
<p><img src="images/blog/vuejs-logo.png" alt="Vue.js" /></p>
157157

158-
<p>A little while ago, I spent some time researching which frontend JavaScript framework or library I would learn next. The primary criteria was ease of learning, ease of use, and popularity (community support and career usefulness). I chose to <a href="content/blog/starting-with-vuejs.md">start with Vue.js</a>.</p>
158+
<p>A little while ago, I spent some time researching which frontend JavaScript framework or library I would learn next. The primary criteria was ease of learning, ease of use, and popularity (community support and career usefulness). I chose to <a href="https://tomanistor.com/blog/starting-with-vuejs">start with Vue.js</a>.</p>
159159

160160
<p>My method of learning was by reading the <a href="https://vuejs.org/">Vue.js documentation</a> and following <a href="https://ayoisaiah.com/vuejs-todolist-app/">Ayo Isaiah&rsquo;s tutorial</a> for developing a to-do list application. The former was very helpful in introducing me to concepts and the latter was even more helpful in explaining those concepts in practice.</p>
161161

Diff for: public/robots.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
User-agent: *
22

3-
Sitemap: https://tomanistor.com/index.xml
3+
Sitemap: https://tomanistor.com/index.xml

Diff for: static/admin/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ backend:
44

55
display_url: https://tomanistor.com
66

7-
publish_mode: editorial_workflow
87
media_folder: "static/images/blog"
98
public_folder: "/images/blog"
109

0 commit comments

Comments
 (0)