Skip to content

Commit

Permalink
next changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsnisar committed Oct 28, 2023
1 parent 35f8794 commit bc03533
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ gem 'scss_lint', '0.60.0'
gem 'trollop', '2.9.9'
gem 'uuidtools', '2.2.0'
gem 'w3c_validators', '1.3.7'
# gem 'neat'
# gem 'bourbon', '7.3.0'
# gem 'thor', '1.3.0'
12 changes: 11 additions & 1 deletion _commits/0001/main.md → _commits/0001.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
---
layout: post
date: 2016-09-12
title: "Managing Complexity In Databases"
description: |
This is the first commit.
keywords:
- demo blog
- blog
- programming
---

**DDDitify: Managing Complexity in Growing Projects**

As projects expand, they often become exponentially more complex. However, as lead developers, our primary objective is to manage this complexity and ensure its growth remains linear, or at least predictable.

Expand Down
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ exclude:
- Rakefile
- LICENSE.txt
- builder.Dockerfile
collections:
commits:
output: true
permalink: /:collection/:name

plugins:
- jekyll-feed
Expand Down
18 changes: 1 addition & 17 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,8 @@
<section>
<header>
<a href="/about.html">
<img src="/images/tomato.svg" class="photo" alt="tomato" itemprop="image"/>
<img src="/images/logo.png" class="photo" alt="logo" itemprop="image"/>
</a>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about.html">About</a></li>
</ul>
</nav>
<nav>
<ul>
<li><a href="{{ "/rss.xml" | prepend: site.baseurl }}">RSS</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</nav>
<form method="get" action="https://www.google.com/search">
<input name="sitesearch" value="37commits.com" type="hidden"/>
<input type="text" name="q" placeholder="Search" autocomplete="off" size="30"/>
</form>
</header>
{{ content }}
<footer>
Expand Down

0 comments on commit bc03533

Please sign in to comment.