@@ -37,7 +37,7 @@ The most important catch is that
37
37
you want your content as a plaintext
38
38
format and let it be rendered for
39
39
different formats for distribution.
40
- Plus, when you put your content in
40
+ Plus, when you put your content on
41
41
GitHub, it is really efficient
42
42
tracking the version of your file
43
43
particularly when others
@@ -59,7 +59,7 @@ too, I am using this whenever
59
59
I am creating digital content.
60
60
61
61
Firstly, I will start creating
62
- a repo here in GitHub and set it
62
+ a repo here on GitHub and set it
63
63
to ` private ` first. For me, for every
64
64
content is a separate repo, no
65
65
matter how short the content is.
@@ -72,8 +72,9 @@ default `README.md` file that is the
72
72
actual page and it should be the only
73
73
one for my content. If the
74
74
tutorial or lesson is very long,
75
- it can simply have a TOC with
76
- hyperlinks.
75
+ it can simply have a TOC. GitHub
76
+ also added this recently and
77
+ by default, it is enabled.
77
78
78
79
Then, say, I feel that I'm done with
79
80
the content, this time, of course,
@@ -83,16 +84,16 @@ content itself. I found it out that
83
84
the simplest way of doing this
84
85
is to use Google Docs. I will
85
86
copy and paste the rendered content
86
- in Google Docs. Don't get me wrong,
87
+ on Google Docs. Don't get me wrong,
87
88
I am not using Google Docs
88
89
for content creation,
89
90
it is just to check particularly for
90
91
spelling. Also, the
91
92
structure of the content can be
92
93
seen easily there. The only downside
93
- is that embedded pictures will
94
+ is that sometimes embedded pictures will
94
95
not be allowed
95
- in Google Docs but this does
96
+ on Google Docs but this does
96
97
not matter, because the focus
97
98
is content structure, spelling
98
99
and grammar.
@@ -107,7 +108,7 @@ or use GitHub Gist
107
108
for embedding on another site
108
109
or PDF for printing
109
110
or downloading, while the repo
110
- in GitHub will still remain the
111
+ on GitHub will still remain the
111
112
development site for updates.
112
113
113
114
Now, when there is an update, this
0 commit comments