Skip to content

Commit ac97968

Browse files
Add blog page to nav
1 parent 58494e4 commit ac97968

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules
22
/.vuepress/dist
33
.DS_Store
4+
.idea

.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ module.exports = {
4747
{text: '2.1', link: '/2.1/'}
4848
]
4949
},
50+
{
51+
text: 'Blog',
52+
link: '/blog/',
53+
}
5054
],
5155

5256
sidebar: {

blog/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar: false
3+
---
4+
5+
# Blog
6+
7+
- **08-08-2018** - [🚀 Supercharge your Excel exports in Laravel!](https://medium.com/@maatwebsite/supercharge-your-excel-exports-in-laravel-eb9f74395995) - _by Patrick Brouwers_
8+
- **15-03-2018** - [Laravel Excel - Lessons Learned](https://medium.com/@maatwebsite/laravel-excel-lessons-learned-7fee2812551) - _by Patrick Brouwers_

0 commit comments

Comments
 (0)