Skip to content

Commit 2431d30

Browse files
committed
Updates from website repo
1 parent 2cb0625 commit 2431d30

3 files changed

Lines changed: 22 additions & 15 deletions

File tree

blog/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h3>Navigation</h3>
2020
</div>
2121
<div id="content" class="content">
2222

23-
<h2>OpenSourceCorp Blog</h2>
23+
<h2>OpenSourceCorp Blog <a href="/blog/index.xml"><img alt="rss-feed" src="/images/rss.png"/></a></h2>
2424
<p>Blog posts by the folks at OSC</p>
2525
<hr>
2626

@@ -31,7 +31,7 @@ <h4><a href="https://www.opensourcecorp.org/blog/posts/2022-06-05-progress-repor
3131
<p><em>Ryan J. Price, 2022-06-05</em></p>
3232
Not too long between updates this time, but I&rsquo;ve got a few neat pieces of news to share.
3333
First and foremost, you may recall that I said we&rsquo;d gotten a domain name (opensourcecorp.org) in a previous post. For some time now, it&rsquo;s really just had some redirect rules to point folks to the GitHub Org, and to the GitHub Pages site for blog posts.
34-
But now, it&rsquo;s a real-ass website! You might even be reading this post on it right now!
34+
But now, it&rsquo;s a real-ass website! You might even be reading this post on it right now! <a href="https://www.opensourcecorp.org/blog/posts/2022-06-05-progress-report/">(more)</a>
3535
<br/><br/>
3636
</li>
3737

@@ -40,15 +40,15 @@ <h4><a href="https://www.opensourcecorp.org/blog/posts/2022-05-15-progress-repor
4040
<p><em>Ryan J. Price, 2022-05-15</em></p>
4141
(Checks date of last post, sweats profusely)
4242
Not a ton of changes in this update, I&rsquo;ve had a lot of things come up these past few months that have prioritized my attention (a few conference talks to prepare for, dog &amp; personal health issues, house repairs, work-work, etc). But some impactful updates nonetheless!
43-
All OSC infrastructure repos have now been consolidated into a single monorepo, osc-infra. This implies that you should expect old links to the individual infra repos to be broken.
43+
All OSC infrastructure repos have now been consolidated into a single monorepo, osc-infra. This implies that you should expect old links to the individual infra repos to be broken. <a href="https://www.opensourcecorp.org/blog/posts/2022-05-15-progress-report/">(more)</a>
4444
<br/><br/>
4545
</li>
4646

4747
<li>
4848
<h4><a href="https://www.opensourcecorp.org/blog/posts/2022-02-27-progress-report/">Progress Report 2022-02-27</a></h4>
4949
<p><em>Ryan J. Price, 2022-02-27</em></p>
5050
More radio silence as ever more work has been done across OSC. As you&rsquo;ll see from the list below though, this is a really big set of changes/new stuff!
51-
The conflation of infrastructure repos with application repos has grown to be a potential source of confusion for readers. As such, OSC should shortly be moving from a mono-org source, to orgs separated by identifier (opensourcecorp-infra, opensourcecorp-apps, etc). This should make it more clear what type of repo you&rsquo;re looking at when you&rsquo;re browsing a certain org.
51+
The conflation of infrastructure repos with application repos has grown to be a potential source of confusion for readers. As such, OSC should shortly be moving from a mono-org source, to orgs separated by identifier (opensourcecorp-infra, opensourcecorp-apps, etc). This should make it more clear what type of repo you&rsquo;re looking at when you&rsquo;re browsing a certain org. <a href="https://www.opensourcecorp.org/blog/posts/2022-02-27-progress-report/">(more)</a>
5252
<br/><br/>
5353
</li>
5454

@@ -57,39 +57,39 @@ <h4><a href="https://www.opensourcecorp.org/blog/posts/2022-01-02-progress-repor
5757
<p><em>Ryan J. Price, 2022-01-02</em></p>
5858
Happy New Year!
5959
Over the holiday season, I&rsquo;ve had about a week of dedicated time to do a lot of net-new work for OSC, as well as to go back and do some much-needed cleanup &amp; consolidation across several of the core codebases.
60-
First &amp; foremost, we&rsquo;ve now got a working OCI image registry! gnar needs one for custom images, so it turned into a priority pretty quick. The registry is called photobook, which is our implementation of the Harbor registry software.
60+
First &amp; foremost, we&rsquo;ve now got a working OCI image registry! gnar needs one for custom images, so it turned into a priority pretty quick. The registry is called photobook, which is our implementation of the Harbor registry software. <a href="https://www.opensourcecorp.org/blog/posts/2022-01-02-progress-report/">(more)</a>
6161
<br/><br/>
6262
</li>
6363

6464
<li>
6565
<h4><a href="https://www.opensourcecorp.org/blog/posts/2021-12-11-local-bootstrapper-available/">OSC local bootstrapper available</a></h4>
6666
<p><em>Ryan J. Price, 2021-12-11</em></p>
6767
OpenSourceCorp (OSC) development continues to chug along. Below are some of the updates we&rsquo;ve been hard at work on, when time presents itself.
68-
One of the net-new things we&rsquo;ve worked on recently is the introduction of a (working) service-discovery implementation via HashiCorp Consul (named &ldquo;faro&rdquo;, which means &ldquo;lighthouse&rdquo; in a few Latin-root languages). Updates to aether allow for each platform/app to easily register themselves with the Consul cluster, and be discoverable via clean domain names and not IP addresses anymore, with two foundational exceptions that still need known IPs at their first launch (faro itself, and aether).
68+
One of the net-new things we&rsquo;ve worked on recently is the introduction of a (working) service-discovery implementation via HashiCorp Consul (named &ldquo;faro&rdquo;, which means &ldquo;lighthouse&rdquo; in a few Latin-root languages). Updates to aether allow for each platform/app to easily register themselves with the Consul cluster, and be discoverable via clean domain names and not IP addresses anymore, with two foundational exceptions that still need known IPs at their first launch (faro itself, and aether). <a href="https://www.opensourcecorp.org/blog/posts/2021-12-11-local-bootstrapper-available/">(more)</a>
6969
<br/><br/>
7070
</li>
7171

7272
<li>
7373
<h4><a href="https://www.opensourcecorp.org/blog/posts/2021-10-04-deployment-update/">OSC updates: hosting decision &amp; live services!</a></h4>
7474
<p><em>Ryan J. Price, 2021-10-04</em></p>
7575
OpenSourceCorp (OSC) development has slowed down in recent months as Ryan (founder &amp; maintainer) has gotten caught up in work-work. However, with renewed motivation (looming conference talk at SaltConf21, presenting on OSC!), we&rsquo;re back at it again!
76-
One of the chief goals of OSC has been to have its services live on an as-unmanaged-as-possible platform, in the service of helping to teach the community all about the core functionality of computing, storage, networking, and security.
76+
One of the chief goals of OSC has been to have its services live on an as-unmanaged-as-possible platform, in the service of helping to teach the community all about the core functionality of computing, storage, networking, and security. <a href="https://www.opensourcecorp.org/blog/posts/2021-10-04-deployment-update/">(more)</a>
7777
<br/><br/>
7878
</li>
7979

8080
<li>
8181
<h4><a href="https://www.opensourcecorp.org/blog/posts/2021-07-25-new-arch-diagram/">New architecture diagram!</a></h4>
8282
<p><em>Ryan J. Price, 2021-07-25</em></p>
8383
OpenSourceCorp&rsquo;s home repo has a new architecture diagram up! This diagram provides a high-level layout of the architecural flows for the current &amp; future core OpenSourceCorp platforms. It&rsquo;s pretty rough at the time of this posting, but I&rsquo;m not exactly a designer :)
84-
If you peruse the various repos across OSC, you&rsquo;ll notice that most are still empty placeholders, not-yet-functional, or still need some serious work &ndash; but many have continued to receive updates to their codebases (still just me over here!
84+
If you peruse the various repos across OSC, you&rsquo;ll notice that most are still empty placeholders, not-yet-functional, or still need some serious work &ndash; but many have continued to receive updates to their codebases (still just me over here! <a href="https://www.opensourcecorp.org/blog/posts/2021-07-25-new-arch-diagram/">(more)</a>
8585
<br/><br/>
8686
</li>
8787

8888
<li>
8989
<h4><a href="https://www.opensourcecorp.org/blog/posts/2021-07-05-announcing-opensourcecorp/">Announcing OpenSourceCorp!</a></h4>
9090
<p><em>Ryan J. Price, 2021-07-05</em></p>
9191
Today, I&rsquo;m very excited to finally announce the public launch of OpenSourceCorp &ndash; the free and open-source enterprise. This is something I&rsquo;ve been working towards for a few months now, and while it&rsquo;s been public the entire time, it&rsquo;s finally in a spot worth sharing with the rest of the world.
92-
My contributions to the open-source community all started with an ndJSON logging framework for R that I wrote at work, to solve a very specific set of challenges I was having.
92+
My contributions to the open-source community all started with an ndJSON logging framework for R that I wrote at work, to solve a very specific set of challenges I was having. <a href="https://www.opensourcecorp.org/blog/posts/2021-07-05-announcing-opensourcecorp/">(more)</a>
9393
<br/><br/>
9494
</li>
9595

css/main.css

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
html, body {
1+
html,
2+
body {
23
background-color: lightgray;
34
}
45

@@ -27,7 +28,8 @@ html, body {
2728
}
2829

2930
/* The sidenav links & heading */
30-
.sidenav a, h2 {
31+
.sidenav a,
32+
h2 {
3133
padding: 6px 8px 6px 16px; /* top-right-bottom-left */
3234
text-decoration: none;
3335
display: block;
@@ -38,9 +40,14 @@ html, body {
3840
background-color: lightgray;
3941
}
4042

41-
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
43+
/* On smaller screens, where height is less than 450px, change the style of the
44+
sidebar (less padding and a smaller font size) */
4245
@media screen and (max-height: 450px) {
43-
.sidenav {padding-top: 15px;}
44-
.sidenav a {font-size: 18px;}
45-
.sidenav h2 {font-size: 24px;}
46+
.sidenav { padding-top: 15px; }
47+
.sidenav a { font-size: 18px; }
48+
.sidenav h2 { font-size: 24px; }
4649
}
50+
51+
/* Resize images with a certain alt text (this is a way to resize images linked
52+
in Markdown) */
53+
img[alt=rss-feed] { width: 25px; }

images/rss.png

7.24 KB
Loading

0 commit comments

Comments
 (0)