Skip to content

Commit 14759bc

Browse files
committed
Update _site
1 parent 8c898e6 commit 14759bc

17 files changed

+728
-91
lines changed

_site/hello_world/index.html renamed to _site/2015/02/21/hello_world.html

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,38 @@ <h2 class="subtitle">by Loïc</h2>
3737
</header>
3838
<div class="content">
3939
<article class="post">
40-
<h1>Intro</h1>
40+
41+
42+
43+
44+
45+
<h1>
46+
47+
Intro
48+
49+
</h1>
4150

4251
<div class="date">
43-
Published on February 21, 2015
52+
Published on February 21, 2015
4453
</div>
4554

55+
56+
4657
<div class="entry">
47-
<p>I&#39;m a Security Engineer and, on this blog, I will talk about research projects
58+
59+
<p>I&#39;m a Security Engineer and, on this blog, I will talk about research projects
4860
I work on, tools that I write and publish, and miscellaneous security and
4961
privacy related subjects.</p>
5062

63+
5164
</div>
52-
</article>
5365

66+
</article>
5467

55-
<hr>
5668

5769
</div>
5870
<footer class="footer">
71+
<hr>
5972

6073

6174

_site/about/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ <h2>Contact</h2>
5555
<li>PPG: <a target="_blank" href="https://pgp.mit.edu/pks/lookup?op=get&search=0x1A9A639A8DB9603E">https://pgp.mit.edu/pks/lookup?op=get&amp;search=0x1A9A639A8DB9603E</a></li>
5656
</ul>
5757

58-
59-
<hr>
60-
6158
</div>
6259
<footer class="footer">
60+
<hr>
6361

6462

6563

_site/archives/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,24 @@ <h1 class="category">Blog Posts</h1>
4646

4747
<div class="post-list">
4848

49-
<div class="post-list-title"><a href="/do_not_use_your_root_account/">Do not use your AWS root account</a></div>
49+
<div class="post-list-title"><a href="/aws/2015/02/24/iam_user_management.html">IAM user management strategy</a></div>
50+
<div class="post-list-date">24 Feb 2015</div>
51+
52+
<div class="post-list-title"><a href="/aws/2015/02/23/do_not_use_your_root_account.html">Do not use your AWS root account</a></div>
5053
<div class="post-list-date">23 Feb 2015</div>
5154

52-
<div class="post-list-title"><a href="/announcing_the_aws_blog_post_series/">Announcing the AWS blog post series</a></div>
55+
<div class="post-list-title"><a href="/aws/2015/02/22/announcing_the_aws_blog_post_series.html">Announcing the AWS blog post series</a></div>
5356
<div class="post-list-date">22 Feb 2015</div>
5457

55-
<div class="post-list-title"><a href="/hello_world/">Intro</a></div>
58+
<div class="post-list-title"><a href="/2015/02/21/hello_world.html">Intro</a></div>
5659
<div class="post-list-date">21 Feb 2015</div>
5760

5861
</div>
5962

6063

61-
62-
<hr>
63-
6464
</div>
6565
<footer class="footer">
66+
<hr>
6667

6768

6869

_site/announcing_the_aws_blog_post_series/index.html renamed to _site/aws/2015/02/22/announcing_the_aws_blog_post_series.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,31 @@ <h2 class="subtitle">by Loïc</h2>
3737
</header>
3838
<div class="content">
3939
<article class="post">
40-
<h1>Announcing the AWS blog post series</h1>
40+
41+
42+
43+
44+
45+
<h1>
46+
47+
Announcing the AWS blog post series
48+
49+
</h1>
4150

4251
<div class="date">
43-
Published on February 22, 2015
52+
Published on February 22, 2015
4453
</div>
4554

46-
<div class="entry">
55+
4756
<h6>
4857
[Originally published on <a target="_blank" href="https://isecpartners.github.io/">iSEC Partners's research blog</a>]
4958
</h6>
5059

51-
<p>Starting this month, iSEC Partners will start a series of blog posts related to
60+
61+
62+
<div class="entry">
63+
64+
<p>Starting this month, iSEC Partners will start a series of blog posts related to
5265
AWS. The goal of these blog posts will be to:</p>
5366

5467
<ul>
@@ -76,14 +89,15 @@ <h6>
7689
Identity and Access Management (IAM) common issues and best practices, and will
7790
present a strategy to improve one&#39;s security posture when using AWS.</p>
7891

92+
7993
</div>
80-
</article>
8194

95+
</article>
8296

83-
<hr>
8497

8598
</div>
8699
<footer class="footer">
100+
<hr>
87101

88102

89103

_site/do_not_use_your_root_account/index.html renamed to _site/aws/2015/02/23/do_not_use_your_root_account.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,31 @@ <h2 class="subtitle">by Loïc</h2>
3737
</header>
3838
<div class="content">
3939
<article class="post">
40-
<h1>Do not use your AWS root account</h1>
40+
41+
42+
43+
44+
45+
<h1>
46+
47+
Do not use your AWS root account
48+
49+
</h1>
4150

4251
<div class="date">
43-
Published on February 23, 2015
52+
Published on February 23, 2015
4453
</div>
4554

46-
<div class="entry">
55+
4756
<h6>
4857
[Originally published on <a target="_blank" href="https://isecpartners.github.io/">iSEC Partners's research blog</a>]
4958
</h6>
5059

51-
<h3>What is the AWS root account?</h3>
60+
61+
62+
<div class="entry">
63+
64+
<h3>What is the AWS root account?</h3>
5265

5366
<p>The AWS root account is the account that was used -- or created -- when signing
5467
up with Amazon Web Services. This account has full access to all resources in
@@ -97,14 +110,15 @@ <h3>Important security consideration about the root account</h3>
97110
associated with this account. <strong>This means that, without MFA, your production
98111
environment is only as secure as an email.</strong></p>
99112

113+
100114
</div>
101-
</article>
102115

116+
</article>
103117

104-
<hr>
105118

106119
</div>
107120
<footer class="footer">
121+
<hr>
108122

109123

110124

0 commit comments

Comments
 (0)