Skip to content

Commit 50abfe4

Browse files
committed
Updated the documentation on how to create blog post.
1 parent 2014885 commit 50abfe4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
#utPLSQL Website
22

3-
The [utPLSQL website](https://utplsql.github.io) is powered by [Jekyll](https://jekyllrb.com/). Which generated HTML when you push a commit to the master repository.
3+
The [utPLSQL website](https://utplsql.github.io) is powered by [Jekyll](https://jekyllrb.com/). Which generated HTML when you push a commit to [utplsql.github.io](https://github.com/utPLSQL/utPLSQL.github.io).
4+
5+
This also works in harmony with the gh-pages branches on the various other repository to create a single website. For example the [utpsql](https://github.com/utPLSQL/utPLSQL) repositories [gh-pages](https://github.com/utPLSQL/utPLSQL/tree/gh-pages) branch, is visible at [https://utplsql.github.io/utPLSQL/](https://utplsql.github.io/utPLSQL/).
6+
7+
This allows for documentation from each sub repository to host it's own documentation without having to modify the utpsql.github.io repsitory directly.
48

5-
[GitHub](https://github.com/) hosts the site and stores the [source code of the web site](https://github.com/utPLSQL/utPLSQL.github.io)
69

710

811
## How to make an announcement post.
912

10-
Create a File in the `_posts` directory with the file name of `YYYY-MM-DD-Blog-Post-Name.md`
13+
Create a File in the [_posts](https://github.com/utPLSQL/utPLSQL.github.io/tree/master/_posts) directory with the file name of `YYYY-MM-DD-Blog-Post-Name.md`
1114

1215
This file will be a standard [Markdown file](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) which can be editing with any text editor although there are many offline and online editors for Markdown.
1316

0 commit comments

Comments
 (0)