Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5e8e4f

Browse files
committed
Added Blogs page
1 parent 7bfa92c commit e5e8e4f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

content/pages/Blogs.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:title: Blogs
2+
3+
- `James Mills' circuits Blog Posts <http://prologic.shortcircuit.net.au/>`_
4+
5+
----
6+
7+
If you would like to add to any of these lists, please
8+
`Fork <https://github.com/circuits/circuits.github.io#fork-destination-box>`_
9+
the website and submit a
10+
`Pull Request <https://github.com/circuits/circuits.github.io/compare/>`_
11+
or use use Github's `Editing files in your repository <https://help.github.com/articles/editing-files-in-your-repository/>`_ feature to edit content and submit the pull request in
12+
one easy step!

pelicanconf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333

3434
MENUITEMS = (
3535
("Home", "/"),
36-
("Docs", "/docs"),
3736
("Downloads", "/downloads"),
37+
("Docs", "/docs"),
38+
("Blogs", "/blogs"),
3839
("Community", "/community"),
3940
)
4041

0 commit comments

Comments
 (0)