Skip to content

Commit

Permalink
New blog post: Introducing clue/mq-react v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Feb 26, 2018
1 parent 140a754 commit abf0139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteRule ^(css|img|js|auth)(/.*)?$ https://gistlog.co/$1$2 [R]
RewriteRule ^2018/hello-world$ notablog.php?gist=https://gist.github.com/clue/8698d44e489927f9988b2a27e53d9189
RewriteRule ^2018/pushing-the-limits-with-reactphp$ notablog.php?gist=https://gist.github.com/clue/f8a8c0236c6ce10e183c1dddbc996947
RewriteRule ^2018/introducing-mq-react$ notablog.php?gist=https://gist.github.com/clue/621ac905f031b2d9ecc6af73c8aa141a

# reject direct access with 403 (Forbidden)
RewriteCond "%{THE_REQUEST}" "^[A-Z]+ /notablog.php(\?|/| )"
Expand Down
1 change: 1 addition & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ <h1>Christian Lück</h1>
</p>

<ul>
<li><time class="small">2018-02-26</time> <a href="2018/introducing-mq-react">Introducing clue/mq-react v1.0.0</a></li>
<li><time class="small">2018-02-18</time> <a href="2018/pushing-the-limits-with-reactphp">Pushing the limits with ReactPHP</a></li>
<li><time class="small">2018-01-01</time> <a href="2018/hello-world">Hello World!</a></li>
</ul>
Expand Down

0 comments on commit abf0139

Please sign in to comment.